From 8409a98ac1016ee4ef12ed626d8eb42ef7c6330f Mon Sep 17 00:00:00 2001 From: Natan Yellin Date: Fri, 6 Oct 2023 08:25:28 +0300 Subject: [PATCH] Be more explicit in a few places (#1107) Updated Prometheus integration docs. Will also help w/ search --- .../alertmanager-integration/index.rst | 16 ++++++++-------- .../outofcluster-prometheus.rst | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/configuration/alertmanager-integration/index.rst b/docs/configuration/alertmanager-integration/index.rst index 61c628410..e3507bec7 100644 --- a/docs/configuration/alertmanager-integration/index.rst +++ b/docs/configuration/alertmanager-integration/index.rst @@ -36,42 +36,42 @@ Setup Instructions :link: alert-manager :link-type: doc - Prometheus, in the same cluster as Robusta + Prometheus, running in the same K8s cluster as Robusta .. grid-item-card:: :octicon:`book;1em;` Centralized Prometheus :class-card: sd-bg-light sd-bg-text-light :link: outofcluster-prometheus :link-type: doc - Prometheus, in a different cluster than Robusta + Prometheus, Thanos, Mimir, etc, not running in the same K8s cluster as Robusta .. grid-item-card:: :octicon:`book;1em;` Azure Managed Prometheus :class-card: sd-bg-light sd-bg-text-light :link: azure-managed-prometheus :link-type: doc - Special instructions when using Azure Managed Prometheus + Azure Monitor managed service for Prometheus .. grid-item-card:: :octicon:`book;1em;` AWS Managed Prometheus :class-card: sd-bg-light sd-bg-text-light :link: eks-managed-prometheus :link-type: doc - Special instructions when using AWS Managed Prometheus + Amazon Managed Service for Prometheus - .. grid-item-card:: :octicon:`book;1em;` Coralogix Managed Prometheus + .. grid-item-card:: :octicon:`book;1em;` Coralogix :class-card: sd-bg-light sd-bg-text-light :link: coralogix_managed_prometheus :link-type: doc - Special instructions when using Coralogix Managed Prometheus + Coralogix Managed Prometheus .. grid-item-card:: :octicon:`book;1em;` Victoria Metrics :class-card: sd-bg-light sd-bg-text-light :link: victoria-metrics :link-type: doc - Victoria Metrics, in the same cluster as Robusta + VictoriaMetrics, running in the same K8s cluster as Robusta .. grid-item-card:: :octicon:`book;1em;` Embedded Prometheus @@ -79,7 +79,7 @@ Setup Instructions :link: embedded-prometheus :link-type: doc - Prometheus, installed as part of Robusta's installation + All-in-one package of Robusta + kube-prometheus-stack (optional) .. .. grid-item-card:: :octicon:`book;1em;` Grafana AlertManager .. :class-card: sd-bg-light sd-bg-text-light diff --git a/docs/configuration/alertmanager-integration/outofcluster-prometheus.rst b/docs/configuration/alertmanager-integration/outofcluster-prometheus.rst index f7b460fc0..c367c6933 100644 --- a/docs/configuration/alertmanager-integration/outofcluster-prometheus.rst +++ b/docs/configuration/alertmanager-integration/outofcluster-prometheus.rst @@ -1,7 +1,7 @@ Centralized Prometheus ************************************** -Follow this guide to connect Robusta to a central Prometheus, running outside the cluster monitored by Robusta. +Follow this guide to connect Robusta to a central Prometheus (e.g. Thanos/Mimir), running outside the cluster monitored by Robusta. You will need to configure two integrations: a push integration and a pull integration. (Both are necessary.)