Liking cljdoc? Tell your friends :D

metrepl.config

Waterfall of ways to get metrepl config, deep merging from top to bottom:

  1. base: fixed config var metrepl.config/initial-config.
  2. classpath: searching for a metrepl.exports/config.edn file in the current classpath.
  3. env var: searching for a METREPL_CONFIG env var which should contains a valid edn config.
  4. config-file: searching from a local .metrepl.edn file.
  5. dynamic-var: the dynamic value in metrepl.config/*config*.
Waterfall of ways to get metrepl config, deep merging from top to bottom:

1. base: fixed config var `metrepl.config/initial-config`.
2. classpath: searching for a `metrepl.exports/config.edn` file in the current classpath.
3. env var: searching for a `METREPL_CONFIG` env var which should contains a valid edn config.
4. config-file: searching from a local `.metrepl.edn` file.
5. dynamic-var: the dynamic value in `metrepl.config/*config*`.
raw docstring

*config*clj

Change this dynamic var to use custom metrepl config

Change this dynamic var to use custom metrepl config
raw docstring

allclj

(all)

deep-mergeclj

(deep-merge & maps)

error-handlerclj

(error-handler)

exportersclj

(exporters)

initial-configclj

Check docs/all-metrics.edn and docs/all-configs.edn for all available options.

Check `docs/all-metrics.edn` and `docs/all-configs.edn` for
all available options.
raw docstring

metricclj

(metric metric)

safe-read-edn-stringclj

(safe-read-edn-string raw-string)

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

× close