Skip to content

Commit

Permalink
Refer to 'telemetry' instead of 'tracing' in property name
Browse files Browse the repository at this point in the history
  • Loading branch information
tjquinno committed Aug 26, 2024
1 parent 5fee481 commit c36e4c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public final class HelidonOpenTelemetry {
public static final String IO_OPENTELEMETRY_JAVAAGENT = "io.opentelemetry.javaagent";

static final String UNSUPPORTED_OPERATION_MESSAGE = "Span listener attempted to invoke an illegal operation";
static final String USE_EXISTING_OTEL = "io.helidon.tracing.otel.use-existing-instance";
static final String USE_EXISTING_OTEL = "io.helidon.telemetry.otel.use-existing-instance";

private static final System.Logger LOGGER = System.getLogger(HelidonOpenTelemetry.class.getName());
private static final LazyValue<List<SpanListener>> SPAN_LISTENERS =
Expand Down

0 comments on commit c36e4c4

Please sign in to comment.