Skip to content

Commit f8c9631

Browse files
committed
"otlp" protocol exporters #6
cleanup
1 parent b17e0c7 commit f8c9631

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

bootique-opentelemetry/src/main/java/io/bootique/otel/OpenTelemetryVar.java

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,9 @@ enum OpenTelemetryVar {
3232
OTEL_SERVICE_NAME("service.name"),
3333

3434
/* Exporter Selection */
35-
// TODO: support
36-
// OTEL_TRACES_EXPORTER("traces.exporter"),
37-
// OTEL_METRICS_EXPORTER("metrics.exporter"),
38-
// OTEL_LOGS_EXPORTER("logs.exporter"),
35+
OTEL_TRACES_EXPORTER("traces.exporter"),
36+
OTEL_METRICS_EXPORTER("metrics.exporter"),
37+
OTEL_LOGS_EXPORTER("logs.exporter"),
3938

4039
/* OTLP Exporter */
4140
OTEL_EXPORTER_OTLP_ENDPOINT("exporter.otlp.endpoint"),

0 commit comments

Comments
 (0)