From 6fd4ed7e56cbd2dc3e0e4521c92457beda11fb23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=82ra=C5=A1=20Eftex=C3=A2ri?= <72999929+gigaprimatus@users.noreply.github.com> Date: Mon, 7 Aug 2023 09:35:20 -0700 Subject: [PATCH] Update observability.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reformatting descriptions for the organization of multiple Prometheus instances in multi-zone environments. Signed-off-by: Âraš Eftexâri <72999929+gigaprimatus@users.noreply.github.com> --- app/_src/explore/observability.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/_src/explore/observability.md b/app/_src/explore/observability.md index e217a6c40..55270762e 100644 --- a/app/_src/explore/observability.md +++ b/app/_src/explore/observability.md @@ -331,12 +331,12 @@ When {{site.mesh_product_name}} is used in multi-zone the recommended approach i Prometheus offers different ways to do this: -- [Federation](https://prometheus.io/docs/prometheus/latest/federation/) the global Prometheus will scrape each zone Prometheuses. -- [Remote Write](https://prometheus.io/docs/prometheus/latest/storage/#remote-storage-integrations) each zone Prometheuses will directly write their metrics to the global, this is meant to be more efficient the API the federation. -- [Remote Read](https://prometheus.io/docs/prometheus/latest/storage/#remote-storage-integrations) like remote write but the other way around. +- [Federation](https://prometheus.io/docs/prometheus/latest/federation/) The global Prometheus will scrape Prometheus in each zone. +- [Remote Write](https://prometheus.io/docs/prometheus/latest/storage/#remote-storage-integrations) Prometheus in each zone will directly write metrics to the global, this is meant to be more efficient than the federation. +- [Remote Read](https://prometheus.io/docs/prometheus/latest/storage/#remote-storage-integrations) like remote write, but the other way around. ### Jaeger, Loki, Datadog and others Most telemetry components don't have a hierarchical setup like Prometheus. If you want to have a central view of everything you can set up the system in global and have each zone send their data to it. -Because zone is present in data plane tags you shouldn't be worried about metrics, logs and traces overlapping between zones. +Because zone is present in data plane tags you shouldn't be worried about metrics, logs, and traces overlapping between zones.