Skip to content

Commit

Permalink
feat(sumologic.yaml): Set retry_on_failure.max_elapsed_time to 0 in s…
Browse files Browse the repository at this point in the history
…umologic exporter (#1444)
  • Loading branch information
dmolenda-sumo committed Feb 12, 2024
1 parent c9a38b8 commit 029f509
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions examples/sumologic-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ extensions:
## The File Storage extension can persist state to the local file system
## ref: https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/extension/storage/filestorage
file_storage:
compaction:
directory: ${PROGRAMDATA}\Sumo Logic\OpenTelemetry Collector\data\file_storage
on_rebound: true
directory: ${PROGRAMDATA}\Sumo Logic\OpenTelemetry Collector\data\file_storage

receivers:
Expand All @@ -39,6 +42,8 @@ exporters:
sending_queue:
enabled: true
storage: file_storage
retry_on_failure:
max_elapsed_time: 0

processors:

Expand Down
5 changes: 5 additions & 0 deletions examples/sumologic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ extensions:
## The File Storage extension can persist state to the local file system
## ref: https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/extension/storage/filestorage
file_storage:
compaction:
directory: /var/lib/otelcol-sumo/file_storage
on_rebound: true
directory: /var/lib/otelcol-sumo/file_storage

## Configuration for OpAMP Extension
Expand Down Expand Up @@ -46,6 +49,8 @@ exporters:
sending_queue:
enabled: true
storage: file_storage
retry_on_failure:
max_elapsed_time: 0

processors:

Expand Down

0 comments on commit 029f509

Please sign in to comment.