Skip to content

Commit

Permalink
Merge pull request #39576 from brunobat/fix-stability-conventions
Browse files Browse the repository at this point in the history
Fix semconv-stability.opt-in property name
  • Loading branch information
geoand authored Mar 20, 2024
2 parents a3c1b3b + 8a645ee commit cf0c0ce
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 cf0c0ce

Please sign in to comment.