Liking cljdoc? Tell your friends :D

monkey.ci.containers.promtail

Functions for configuring promtail containers. This is not a container driver, but a utility namespace that is in turn used when pushing build logs to Loki.

Functions for configuring promtail containers.  This is not a container driver, but
a utility namespace that is in turn used when pushing build logs to Loki.
raw docstring

->yamlclj

(->yaml conf)
source

promtail-configclj

(promtail-config conf)

Generates config structure that can be passed to promtail. The structure should be converted to yaml in order to be usable by promtail.

Generates config structure that can be passed to promtail.  The structure should
be converted to yaml in order to be usable by promtail.
sourceraw docstring

promtail-containerclj

(promtail-container {:keys [image-url image-tag] :as conf})

Generates container configuration for promtail. This is used to push logs to Loki, which can then be retrieved later by the client.

Generates container configuration for promtail.  This is used to push logs to Loki,
which can then be retrieved later by the client.
sourceraw docstring

promtail-imageclj

source

promtail-versionclj

source

rt->configclj

(rt->config rt)

Extracts necessary values from the runtime to create a promtail config map, that can be passed to promtail-config.

Extracts necessary values from the runtime to create a promtail config map, that
can be passed to `promtail-config`.
sourceraw docstring

yaml-configclj

source

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

× close