rename otlp/tempo exporter to otlp_grpc/tempo (deprecation)
This commit is contained in:
parent
f3c0223040
commit
ddad39b2ba
@ -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]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user