opentelemetry-java-instrume.../instrumentation/micrometer/micrometer-1.5
Mateusz Rzeszutek e7887ac929
Idea: deprecate `Config`, add agent-only `InstrumentationConfig` (#6264)
* Idea: deprecate Config, add agent-only InstrumentationConfig

* fix

* fix camel test

* fix external-annotation tests
2022-07-08 16:20:49 +02:00
..
javaagent Idea: deprecate `Config`, add agent-only `InstrumentationConfig` (#6264) 2022-07-08 16:20:49 +02: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.