feat: jaeger exporter not support.

This commit is contained in:
tx7do
2023-10-27 20:18:28 +08:00
parent da6a64f306
commit 05b8fbc90c

View File

@@ -30,7 +30,7 @@ func NewTracerExporter(exporterName, endpoint string, insecure bool) (traceSdk.S
case "zipkin":
return NewZipkinExporter(ctx, endpoint)
case "jaeger":
fallthrough
return nil, errors.New("jaeger exporter is no longer supported, please use otlp-http or otlp-grpc replace it")
case "otlp-http":
return NewOtlpHttpExporter(ctx, endpoint, insecure)
case "otlp-grpc":