Skip to content

Commit

Permalink
Retry indefinitely on filelog receiver side for noDropLogsPipeline fg (
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitryax committed Aug 23, 2024
1 parent 6aa7d2b commit 8249a76
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .chloggen/retry-on-filelog-receiver.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
change_type: bug_fix
# The name of the component, or a single word describing the area of concern, (e.g. agent, clusterReceiver, gateway, operator, chart, other)
component: agent
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Retry indefinitely on filelog receiver if noDropLogsPipeline feature gate is enabled.
# One or more tracking issues related to the change
issues: [1410]
# (Optional) One or more lines of additional information to render under the primary note.
# These lines will be padded with 2 spaces and then inserted directly into the document.
# Use pipe (|) for multiline entries.
subtext:
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,9 @@ receivers:
storage: file_storage
retry_on_failure:
enabled: true
{{- if .Values.featureGates.noDropLogsPipeline }}
max_elapsed_time: 0s
{{- end }}
operators:
{{- if not .Values.logsCollection.containers.containerRuntime }}
- type: router
Expand Down

0 comments on commit 8249a76

Please sign in to comment.