Skip to content

Commit

Permalink
Fix MP telemetry config setting typo (#9583)
Browse files Browse the repository at this point in the history
  • Loading branch information
tjquinno authored Dec 11, 2024
1 parent 0a2e0b5 commit 542bd96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/mp/telemetry.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ Add these lines to `META-INF/microprofile-config.properties`:
----
otel.sdk.disabled=false <1>
otel.traces.exporter=jaeger <2>
otel.exporter.name=greeting-service <3>
otel.service.name=greeting-service <3>
----
<1> Enable MicroProfile Telemetry.
<2> Set exporter to Jaeger.
Expand Down

0 comments on commit 542bd96

Please sign in to comment.