Lauri Tulmin d9c4caccb2 Correct small formatting inconsistency in the readme (#10190) 1 рік тому
..
src 3213c86784 Breaking change: disable micrometer bridge by default (#10038) 1 рік тому
README.md d9c4caccb2 Correct small formatting inconsistency in the readme (#10190) 1 рік тому
build.gradle.kts 3213c86784 Breaking change: disable micrometer bridge by default (#10038) 1 рік тому

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.