Liking cljdoc? Tell your friends :D

steffan-westcott.clj-otel.exporter.logging

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.
raw docstring

metric-exporterclj

(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:

keydescription
: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`).
sourceraw docstring

span-exporterclj

(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`.
sourceraw docstring

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

× close