Merge pull request #1126 from tcnghia/v1.0-rc.3-otel-retry

Update OpenTelemetry Collector to not use queued_retry processor
This commit is contained in:
Ori Zohar 2021-01-27 17:08:16 -08:00 committed by GitHub
commit 5b192f4bc1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -10,9 +10,6 @@ data:
receivers:
zipkin:
endpoint: 0.0.0.0:9411
processors:
queued_retry:
batch:
extensions:
health_check:
pprof:
@ -37,7 +34,6 @@ data:
traces:
receivers: [zipkin]
exporters: [azuremonitor,logging]
processors: [batch, queued_retry]
---
apiVersion: v1
kind: Service