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

Reformatting descriptions for the organization of multiple Prometheus instances in multi-zone environments #1432

Merged
merged 2 commits into from
Aug 17, 2023
Merged
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
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 @@

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.

Check warning on line 334 in app/_src/explore/observability.md

View workflow job for this annotation

GitHub Actions / Lint docs

[vale] reported by reviewdog 🐶 [Google.Will] Avoid using 'will'. Raw Output: {"message": "[Google.Will] Avoid using 'will'.", "location": {"path": "app/_src/explore/observability.md", "range": {"start": {"line": 334, "column": 96}}}, "severity": "WARNING"}
- [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.

Check warning on line 335 in app/_src/explore/observability.md

View workflow job for this annotation

GitHub Actions / Lint docs

[vale] reported by reviewdog 🐶 [Google.Will] Avoid using 'will'. Raw Output: {"message": "[Google.Will] Avoid using 'will'.", "location": {"path": "app/_src/explore/observability.md", "range": {"start": {"line": 335, "column": 125}}}, "severity": "WARNING"}

Check warning on line 335 in app/_src/explore/observability.md

View workflow job for this annotation

GitHub Actions / Lint docs

[vale] reported by reviewdog 🐶 [Google.Passive] In general, use active voice instead of passive voice ('is meant'). Raw Output: {"message": "[Google.Passive] In general, use active voice instead of passive voice ('is meant').", "location": {"path": "app/_src/explore/observability.md", "range": {"start": {"line": 335, "column": 173}}}, "severity": "INFO"}
- [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.

Check warning on line 342 in app/_src/explore/observability.md

View workflow job for this annotation

GitHub Actions / Lint docs

[vale] reported by reviewdog 🐶 [Google.Passive] In general, use active voice instead of passive voice ('be worried'). Raw Output: {"message": "[Google.Passive] In general, use active voice instead of passive voice ('be worried').", "location": {"path": "app/_src/explore/observability.md", "range": {"start": {"line": 342, "column": 58}}}, "severity": "INFO"}
Loading