Skip to content

Commit

Permalink
Fix property name
Browse files Browse the repository at this point in the history
  • Loading branch information
brunobat committed Mar 20, 2024
1 parent 8d109e0 commit 8a645ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public interface OTelRuntimeConfig {
* <p>
* The default, by not defining a property value, will mean the use of the old legacy semantic attribute names.
*/
@WithName("otel.semconv-stability.opt-in")
@WithName("semconv-stability.opt-in")
Optional<String> otelSemconvStabilityOptIn();

/**
Expand Down

0 comments on commit 8a645ee

Please sign in to comment.