Skip to content

Commit 0ddf734

Browse files
authored
meta-monitoring: enable batchprocessor (#617)
Signed-off-by: Benedikt Bongartz <[email protected]>
1 parent 3ec83ae commit 0ddf734

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

resources/services/meta-monitoring/tracing-template.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,8 @@ objects:
223223
grpc:
224224
225225
processors:
226+
batch:
227+
# https://github.com/open-telemetry/opentelemetry-collector/tree/main/processor/batchprocessor
226228
k8sattributes:
227229
# Allows automatic setting of spans, metrics and logs resource attributes with k8s metadata.
228230
# https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/processor/k8sattributesprocessor
@@ -253,5 +255,5 @@ objects:
253255
pipelines:
254256
traces:
255257
receivers: [otlp, jaeger]
256-
processors: [memory_limiter, k8sattributes, resourcedetection]
258+
processors: [memory_limiter, k8sattributes, resourcedetection, batch]
257259
exporters: [otlp/application]

0 commit comments

Comments
 (0)