Update monitoring docs to use Prometheus and Grafana Operator #21805
Closed
Labels
area/doc
Issues related to documentation
kind/enhancement
A feature request - must adhere to the feature request template.
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
severity/P2
Has a minor but important impact to the usage or development of the system.
Is your enhancement related to a problem? Please describe
In the current monitoring docs, there are instructions to set up Prometheus and Grafana with Deployments and ConfigMaps.
Describe the solution you'd like
However, setting up the monitoring with the Prometheus Operator is a bit different because it requires using
ServiceMonitor
CRs to specify the metrics targets. It would be great if there were documentation for this.For reference, the
ServiceMonitor
s look similar to the following:For monitoring Che Server:
For monitoring the DWO:
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: