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.
(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.
(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.
(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`.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close