Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add note on how to handle Prometheus replicas. #579

Merged
merged 2 commits into from
Apr 22, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions deploy/docs/existingPrometheusDoc.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# How to install if you have an existing Prometheus operator

__NOTE__: The Sumo Logic Kubernetes collection process does not support collecting metrics from scaling Prometheus replicas. If you are running multiple Prometheus replicas, please follow our [Side-by-Side](SideBySidePrometheus.md) instructions.

<!-- TOC -->

- [Install Fluentd, Fluent-bit, and Falco](#install-fluentd-fluent-bit-and-falco)
Expand Down
2 changes: 2 additions & 0 deletions deploy/docs/standAlonePrometheus.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# How to install if you have standalone Prometheus

__NOTE__: The Sumo Logic Kubernetes collection process does not support collecting metrics from scaling Prometheus replicas. If you are running multiple Prometheus replicas, please follow our [Side-by-Side](SideBySidePrometheus.md) instructions.

1. Download the Prometheus Operator `prometheus-overrides.yaml` by running

```bash
Expand Down