From 8b23caa1f33f3ad52ff4992ccdd2943b7ced58a7 Mon Sep 17 00:00:00 2001 From: Frank Reno Date: Mon, 13 Apr 2020 11:49:51 -0600 Subject: [PATCH 1/2] Add note on how to handle Prometheus replicas. --- deploy/docs/existingPrometheusDoc.md | 2 ++ deploy/docs/standAlonePrometheus.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/deploy/docs/existingPrometheusDoc.md b/deploy/docs/existingPrometheusDoc.md index 362b39810d..4c18b6b092 100644 --- a/deploy/docs/existingPrometheusDoc.md +++ b/deploy/docs/existingPrometheusDoc.md @@ -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 when scaling Prometheus replicas. If you are running multiple Prometheus replicas, please follow our [Side-by-Side](SideBySidePrometheus.md) instructions. + - [Install Fluentd, Fluent-bit, and Falco](#install-fluentd-fluent-bit-and-falco) diff --git a/deploy/docs/standAlonePrometheus.md b/deploy/docs/standAlonePrometheus.md index 9ed0fef43a..68bd4e7117 100644 --- a/deploy/docs/standAlonePrometheus.md +++ b/deploy/docs/standAlonePrometheus.md @@ -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 when 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 From 949e4e23ad309acf994dfe9e12c0bac32626cab3 Mon Sep 17 00:00:00 2001 From: Frank Reno Date: Mon, 13 Apr 2020 12:54:33 -0600 Subject: [PATCH 2/2] Add note on how to handle Prometheus replicas. --- deploy/docs/existingPrometheusDoc.md | 2 +- deploy/docs/standAlonePrometheus.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/docs/existingPrometheusDoc.md b/deploy/docs/existingPrometheusDoc.md index 4c18b6b092..2420ec015e 100644 --- a/deploy/docs/existingPrometheusDoc.md +++ b/deploy/docs/existingPrometheusDoc.md @@ -1,6 +1,6 @@ # How to install if you have an existing Prometheus operator -__NOTE__: The Sumo Logic Kubernetes collection process does not support collecting metrics from when scaling Prometheus replicas. If you are running multiple Prometheus replicas, please follow our [Side-by-Side](SideBySidePrometheus.md) instructions. +__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. diff --git a/deploy/docs/standAlonePrometheus.md b/deploy/docs/standAlonePrometheus.md index 68bd4e7117..ecd4f805a1 100644 --- a/deploy/docs/standAlonePrometheus.md +++ b/deploy/docs/standAlonePrometheus.md @@ -1,6 +1,6 @@ # How to install if you have standalone Prometheus -__NOTE__: The Sumo Logic Kubernetes collection process does not support collecting metrics from when scaling Prometheus replicas. If you are running multiple Prometheus replicas, please follow our [Side-by-Side](SideBySidePrometheus.md) instructions. +__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