Skip to content

Commit

Permalink
enable filelog with retry_on_failure as default config
Browse files Browse the repository at this point in the history
Signed-off-by: Husni Alhamdani <[email protected]>
  • Loading branch information
husnialhamdani committed Jan 17, 2024
1 parent a906b6a commit 6b7412d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/opentelemetry-collector/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: opentelemetry-collector
version: 0.78.0
version: 0.78.1
description: OpenTelemetry Collector Helm chart for Kubernetes
type: application
home: https://opentelemetry.io/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ data:
- from: attributes.log
to: body
type: move
retry_on_failure:
enabled: true
start_at: end
jaeger:
protocols:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
template:
metadata:
annotations:
checksum/config: 6f280dabe9aa8a9e0a08e73250811afcd12dcf181bdc64d8b22d14507a7a15bb
checksum/config: 690984dbf6a59837a87785587005bf8c6b320d7b29cc75d8c631e277d2eba6b9

labels:
app.kubernetes.io/name: opentelemetry-collector
Expand Down

0 comments on commit 6b7412d

Please sign in to comment.