Trask Stalnaker aab881736f Use app's thread context class loader for callbacks into app (#9000) 1 vuosi sitten
..
javaagent 0b774af1ee Use seconds by default in the Micrometer bridge (#8490) 1 vuosi sitten
library aab881736f Use app's thread context class loader for callbacks into app (#9000) 1 vuosi sitten
testing aab881736f Use app's thread context class loader for callbacks into app (#9000) 1 vuosi sitten
README.md 2bdddafdc4 Apply Prettier to markdown files (#8968) 1 vuosi sitten

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.