rename otlp/tempo exporter to otlp_grpc/tempo (deprecation)

This commit is contained in:
Nik Afiq 2026-03-25 20:25:30 +09:00
parent f3c0223040
commit ddad39b2ba

View File

@ -23,7 +23,7 @@ config:
send_batch_size: 1024 send_batch_size: 1024
exporters: exporters:
otlp/tempo: otlp_grpc/tempo:
endpoint: tempo.monitoring.svc.cluster.local:4317 endpoint: tempo.monitoring.svc.cluster.local:4317
tls: tls:
insecure: true insecure: true
@ -37,7 +37,7 @@ config:
traces: traces:
receivers: [otlp] receivers: [otlp]
processors: [memory_limiter, batch] processors: [memory_limiter, batch]
exporters: [otlp/tempo] exporters: [otlp_grpc/tempo]
metrics: metrics:
receivers: [otlp] receivers: [otlp]
processors: [memory_limiter, batch] processors: [memory_limiter, batch]