Skip to content

Commit

Permalink
Correct doc error: incorrect config key for compatibility of OTel spa…
Browse files Browse the repository at this point in the history
…n names (helidon-io#9373)

Signed-off-by: Tim Quinn <[email protected]>
  • Loading branch information
tjquinno authored and barchetta committed Oct 11, 2024
1 parent ae75f5e commit f00beaa
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 @@ -83,7 +83,7 @@ MicroProfile Telemetry {mp-telemetry-version} allows for the exportation of the
If possible, assign the following config setting in your application's `META-INF/microprofile-config.properties` file:
[source,properties]
----
mp.telemetry.span.name-includes-method = true
telemetry.span.name-includes-method = true
----
Earlier releases of Helidon 4 implemented MicroProfile Telemetry 1.0 which was based on OpenTelemetry semantic conventions 1.22.0-alpha.
Expand Down

0 comments on commit f00beaa

Please sign in to comment.