Skip to content

Commit

Permalink
Moved batch to end of processors pipeline (#516)
Browse files Browse the repository at this point in the history
* Moved batch to end of processors pipeline

Co-authored-by: Dmitrii Anoshin <[email protected]>
  • Loading branch information
hvaghani221 and dmitryax committed Sep 5, 2022
1 parent 12a6734 commit 0800270
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -636,10 +636,10 @@ service:
- groupbyattrs/logs
{{- end }}
- k8sattributes
- batch
{{- if not $gateway.enabled }}
- filter/logs
{{- end }}
- batch
{{- if not $gateway.enabled }}
- resource/logs
{{- end }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -227,8 +227,8 @@ service:
processors:
- memory_limiter
- k8sattributes
- batch
- filter/logs
- batch
- resource/logs
exporters:
{{- if (eq (include "splunk-otel-collector.o11yLogsOrProfilingEnabled" .) "true") }}
Expand Down
2 changes: 1 addition & 1 deletion rendered/manifests/logs-only/configmap-agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,8 @@ data:
- memory_limiter
- groupbyattrs/logs
- k8sattributes
- batch
- filter/logs
- batch
- resource/logs
- resourcedetection
- resource
Expand Down
2 changes: 1 addition & 1 deletion rendered/manifests/logs-only/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
app: splunk-otel-collector
release: default
annotations:
checksum/config: 607a7e9ef0ec36593dd3d8f1eb46093881fad3f46e1f4e2db33589b031514af9
checksum/config: efa0ad82d9c593fca44719561c8cf40baffbfbe2f2c8b9df7739c5752b64cbfe
kubectl.kubernetes.io/default-container: otel-collector
spec:
hostNetwork: true
Expand Down
2 changes: 1 addition & 1 deletion rendered/manifests/otel-logs/configmap-agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -342,8 +342,8 @@ data:
processors:
- memory_limiter
- k8sattributes
- batch
- filter/logs
- batch
- resource/logs
- resourcedetection
- resource
Expand Down
2 changes: 1 addition & 1 deletion rendered/manifests/otel-logs/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
app: splunk-otel-collector
release: default
annotations:
checksum/config: 0bcfa2b14465ae89ae5c2de8007ea1beda76eaf6321388ebd1d91b3a9abc7cbd
checksum/config: 12f2f6f27d4d7d254b3007f30d24804884ef0fac41dd6e7560eb0bf7944ea09f
kubectl.kubernetes.io/default-container: otel-collector
spec:
hostNetwork: true
Expand Down

0 comments on commit 0800270

Please sign in to comment.