Files
rancher-docs/versioned_docs/version-2.6/reference-guides/monitoring-v2-configuration/examples.md
Marty Hernandez Avedon 2302e37376 #753 other title improvements (#1050)
* vagrant quickstart retitled for consistency

* rm number from title

* 2. rm number from title

* 3. rm number from title (Istio related, as were 2 prev)

* 4. rm number from title (Istio related)

* 5. rm number from title (Istio related)

* 6. rm number from title (Istio related)

* making backup 'examples' title more specific

* rewrite + making monitoring 'examples' title more specific

* suggestions from Btat

correcting capitalization for github, combining two lines into one

* versioning previous commit

* applying sunil's suggestions

rm'ing numbers from titles of pages missed in 2.0-2.4

* Apply suggestions from code review

Co-authored-by: Billy Tat <btat@suse.com>

---------

Co-authored-by: Billy Tat <btat@suse.com>
2024-01-17 13:30:50 -05:00

1.4 KiB

title
title
Monitoring V2 Configuration Examples
<head> </head>

ServiceMonitor

See the official prometheus-operator GitHub repo for an example ServiceMonitor YAML.

PodMonitor

See the Prometheus Operator documentation for an example PodMonitor and an example Prometheus resource that refers to a PodMonitor.

PrometheusRule

A PrometheusRule contains the alerting and recording rules that you would usually place in a Prometheus rule file.

For a more fine-grained approach, the ruleSelector field on a Prometheus resource can select which PrometheusRules should be loaded onto Prometheus, based on the labels attached to the PrometheusRules resources.

See the Prometheus Operator documentation for an example PrometheusRule.

Alertmanager Config

See the Rancher docs page on Receivers for an example Alertmanager config.