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
exporters:
otlp/tempo:
otlp_grpc/tempo:
endpoint: tempo.monitoring.svc.cluster.local:4317
tls:
insecure: true
@ -37,7 +37,7 @@ config:
traces:
receivers: [otlp]
processors: [memory_limiter, batch]
exporters: [otlp/tempo]
exporters: [otlp_grpc/tempo]
metrics:
receivers: [otlp]
processors: [memory_limiter, batch]