Skip to content

Commit

Permalink
Merge pull request #1 from gigaprimatus/gigaprimatus-patch-1
Browse files Browse the repository at this point in the history
Update observability.md
  • Loading branch information
GigaPrimatus authored Aug 7, 2023
2 parents 7039fe8 + 6fd4ed7 commit c92cbbc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/_src/explore/observability.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit c92cbbc

Please sign in to comment.