Exporters that log telemetry data using java.util.logging
. Intended for
debugging only.
Exporters that log telemetry data using `java.util.logging`. Intended for debugging only.
(metric-exporter)
(metric-exporter {:keys [aggregation-temporality]
:or {aggregation-temporality
AggregationTemporality/CUMULATIVE}})
Returns a metric exporter that logs every metric using java.util.logging
.
May take an option map as follows:
key | description |
---|---|
:aggregation-temporality | ^AggregationTemporality Time period over which metrics should be aggregated (default: CUMULATIVE ). |
Returns a metric exporter that logs every metric using `java.util.logging`. May take an option map as follows: | key | description | |--------------------------|-------------| |`:aggregation-temporality`| ^AggregationTemporality Time period over which metrics should be aggregated (default: `CUMULATIVE`).
(span-exporter)
Returns a span exporter that logs every span using java.util.logging
.
Returns a span exporter that logs every span using `java.util.logging`.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close