opentelemetry-java-instrume.../instrumentation/micrometer/micrometer-1.5
Trask Stalnaker 9ce68fb937
Fix metric units (#6931)
Follow-up to #6930
2022-10-22 10:00:48 -07:00
..
javaagent Use micrometer library instrumentation in agent (#6560) 2022-09-08 09:34:20 -07:00
library Fix metric units (#6931) 2022-10-22 10:00:48 -07:00
testing Fix metric units (#6931) 2022-10-22 10:00:48 -07:00
README.md Implement "Prometheus mode" for better micrometer->OTel->Prometheus support (#5537) 2022-03-18 13:03:42 +01:00

README.md

Settings for the Micrometer bridge instrumentation

System property Type Default Description
otel.instrumentation.micrometer.base-time-unit String ms Set the base time unit for the OpenTelemetry MeterRegistry implementation.
Valid valuesns, nanoseconds, us, microseconds, ms, microseconds, 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.