Skip to content

Commit

Permalink
docs: disable remote write proxy for otel metrics collector
Browse files Browse the repository at this point in the history
After disabling keep-alives, remote write proxy isn't necessary anymore.
  • Loading branch information
swiatekm committed Sep 19, 2023
1 parent 51cab85 commit f80129c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/opentelemetry-collector/metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ sumologic:
collector:
otelcol:
enabled: true
remoteWriteProxy:
enabled: false

kube-prometheus-stack:
prometheus:
Expand Down
2 changes: 2 additions & 0 deletions tests/integration/values/values_helm_ot_metrics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ sumologic:
enabled: false
metrics:
enabled: true
remoteWriteProxy:
enabled: false
collector:
otelcol:
enabled: true
Expand Down

0 comments on commit f80129c

Please sign in to comment.