mirror of https://github.com/dapr/docs.git
Update OpenTelemetry Collector to not use queued_retry processor
`queued_retry` processor has been deprecated, and we didn't use any retry settings. Remove it here to avoid errors with latest version of OpenTelemetry Collector agent.
This commit is contained in:
parent
f00e99bf4a
commit
14660142c7
|
@ -10,9 +10,6 @@ data:
|
||||||
receivers:
|
receivers:
|
||||||
zipkin:
|
zipkin:
|
||||||
endpoint: 0.0.0.0:9411
|
endpoint: 0.0.0.0:9411
|
||||||
processors:
|
|
||||||
queued_retry:
|
|
||||||
batch:
|
|
||||||
extensions:
|
extensions:
|
||||||
health_check:
|
health_check:
|
||||||
pprof:
|
pprof:
|
||||||
|
@ -37,7 +34,6 @@ data:
|
||||||
traces:
|
traces:
|
||||||
receivers: [zipkin]
|
receivers: [zipkin]
|
||||||
exporters: [azuremonitor,logging]
|
exporters: [azuremonitor,logging]
|
||||||
processors: [batch, queued_retry]
|
|
||||||
---
|
---
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Service
|
kind: Service
|
||||||
|
|
Loading…
Reference in New Issue