Liking cljdoc? Tell your friends :D

tag.tools


about->prometheusclj

(about->prometheus about)
converts a map (from about.edn) to prometheus text based format:
https://github.com/prometheus/docs/blob/main/content/docs/instrumenting/exposition_formats.md#text-based-format
sourceraw docstring

key->propclj

(key->prop k)
source

(link connect from [to value])
source

map->flatclj

(map->flat m connect)

convers a nested map into one level with keys connected with the "connect" string

e.g. (map->flat m "_")

convers a nested map into one level
with keys connected with the "connect" string

e.g. (map->flat m "_")
sourceraw docstring

map->prometheusclj

(map->prometheus m)
source

mapv->flatclj

(mapv->flat m key->x connect)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close