opentelemetry-java-instrume.../instrumentation/micrometer/micrometer-1.5
jack-berg 6d22758ac2
Use micrometer library instrumentation in agent (#6560)
* Use micrometer library instrumentation in agent

* PR feedback
2022-09-08 09:34:20 -07:00
..
javaagent Use micrometer library instrumentation in agent (#6560) 2022-09-08 09:34:20 -07:00
library Move micrometer shim library instrumentation back (#6538) 2022-09-07 14:20:27 -07:00
testing Use micrometer library instrumentation in agent (#6560) 2022-09-08 09:34:20 -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.