@@ -307,7 +307,7 @@ The implementation MAY accept a comma-separated list to enable setting multiple
307307
308308Known values for ` OTEL_TRACES_EXPORTER ` are:
309309
310- - ` "otlp" ` : [ OTLP] ( ../protocol/ otlp.md )
310+ - ` "otlp" ` : [ OTLP] ( https://opentelemetry.io/docs/specs/ otlp/ )
311311- ` "zipkin" ` : [ Zipkin] ( https://zipkin.io/zipkin-api/ ) (Defaults to [ protobuf] ( https://github.com/openzipkin/zipkin-api/blob/master/zipkin.proto ) format)
312312- ` "console" ` : [ Standard Output] ( ../trace/sdk_exporters/stdout.md )
313313- ` "logging" ` : [ Standard Output] ( ../trace/sdk_exporters/stdout.md ) . It is a deprecated value left for backwards compatibility. It SHOULD
@@ -316,7 +316,7 @@ NOT be supported by new implementations.
316316
317317Known values for ` OTEL_METRICS_EXPORTER ` are:
318318
319- - ` "otlp" ` : [ OTLP] ( ../protocol/ otlp.md )
319+ - ` "otlp" ` : [ OTLP] ( https://opentelemetry.io/docs/specs/ otlp/ )
320320- ` "prometheus" ` : [ Prometheus] ( https://github.com/prometheus/docs/blob/main/docs/instrumenting/exposition_formats.md )
321321- ` "console" ` : [ Standard Output] ( ../metrics/sdk_exporters/stdout.md )
322322- ` "logging" ` : [ Standard Output] ( ../metrics/sdk_exporters/stdout.md ) . It is a deprecated value left for backwards compatibility. It SHOULD
@@ -325,7 +325,7 @@ NOT be supported by new implementations.
325325
326326Known values for ` OTEL_LOGS_EXPORTER ` are:
327327
328- - ` "otlp" ` : [ OTLP] ( ../protocol/ otlp.md )
328+ - ` "otlp" ` : [ OTLP] ( https://opentelemetry.io/docs/specs/ otlp/ )
329329- ` "console" ` : [ Standard Output] ( ../logs/sdk_exporters/stdout.md )
330330- ` "logging" ` : [ Standard Output] ( ../logs/sdk_exporters/stdout.md ) . It is a deprecated value left for backwards compatibility. It SHOULD
331331NOT be supported by new implementations.
0 commit comments