Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
trask committed Sep 11, 2023
1 parent 0e5d1a3 commit 516348f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,8 @@ private static void enableInstrumentations(
properties.put("otel.instrumentation.undertow.enabled", "true");

if (config.instrumentation.micrometer.enabled) {
// ai micrometer instrumentation is still used for micrometer versions prior to 1.5
// upstream micrometer instrumentation only supports micrometer 1.5 and later
// so ai micrometer instrumentation is (still) used for micrometer versions prior to 1.5
properties.put("otel.instrumentation.ai-micrometer.enabled", "true");
properties.put("otel.instrumentation.ai-actuator-metrics.enabled", "true");
// upstream micrometer instrumentation is used for micrometer versions 1.5+
Expand Down

0 comments on commit 516348f

Please sign in to comment.