opentelemetry-java-instrume.../instrumentation/micrometer/micrometer-1.5/javaagent
Gregor Zeitlinger 798bdd5569
config properties support for spring starter clients (#11605)
2024-07-02 16:49:39 +03:00
..
src config properties support for spring starter clients (#11605) 2024-07-02 16:49:39 +03:00
README.md Correct small formatting inconsistency in the readme (#10190) 2024-01-09 10:26:21 -08:00
build.gradle.kts Breaking change: disable micrometer bridge by default (#10038) 2023-12-12 11:47:55 -08:00

README.md

Settings for the Micrometer bridge instrumentation

System property Type Default Description
otel.instrumentation.micrometer.base-time-unit String s Set the base time unit for the OpenTelemetry MeterRegistry implementation.
Valid valuesns, nanoseconds, us, microseconds, ms, milliseconds, s, seconds, min, minutes, h, hours, d, days
otel.instrumentation.micrometer.prometheus-mode.enabled Boolean false Enable the "Prometheus mode" this will simulate the behavior of Micrometer's PrometheusMeterRegistry. The instruments will be renamed to match Micrometer instrument naming, and the base time unit will be set to seconds.
otel.instrumentation.micrometer.histogram-gauges.enabled Boolean false Enables the generation of gauge-based Micrometer histograms for DistributionSummary and Timer instruments.