Skip to content

Commit

Permalink
Update architecture/observability/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Lars Kellogg-Stedman <[email protected]>
  • Loading branch information
schwesig and larsks authored Feb 21, 2024
1 parent 44c5aae commit 1338a84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion architecture/observability/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ The following technologies have been chosen for this solution:

- **[Red Hat OpenShift Data Foundation][odf] (ODF)**: ODF is an object storage that is required and made available for Thanos on the RHACM Hub cluster to store all the platform metrics collected from each of the managed clusters.

- **[VictoriaMetrics]**: VictoriaMetrics offers an option to also send metrics to a Backup Object Bucket, and on the infra side, the metrics go to a separate metrics bucket with retention.
- **[VictoriaMetrics]**: VictoriaMetrics is an alternative storage backend for Prometheus. It offers an option to store metrics in an object storage service. On the infra side, the metrics go to a separate metrics bucket with a retention policy to limit the space consumed by metrics storage.

- **[Alertmanager]**: The Alertmanager is a component of RHACM, and it takes care of deduplicating, grouping, and routing the alerts to the predefined appropriate end tools such as email, PagerDuty, or OpsGenie. Basically, the Alertmanager from the managed clusters will forward all the alerts to the RHACM hub cluster observability service for it to take appropriate action on the alerts.

Expand Down

0 comments on commit 1338a84

Please sign in to comment.