docs(alerting): Examples of dynamic labels and dynamic thresholds (#105776)
* docs(alerting): Add dynamic thresholds example
* update intro
* docs(alerting): Example of dynamic labels
* fix template example
* Update docs/sources/alerting/best-practices/dynamic-labels.md
* Update docs/sources/alerting/best-practices/dynamic-labels.md
* Update docs/sources/alerting/best-practices/dynamic-labels.md
* Update docs/sources/alerting/best-practices/dynamic-labels.md
* Update docs/sources/alerting/best-practices/dynamic-labels.md
* Update docs/sources/alerting/best-practices/dynamic-thresholds.md
* Update docs/sources/alerting/best-practices/dynamic-thresholds.md
* Update docs/sources/alerting/best-practices/dynamic-thresholds.md
* Update docs/sources/alerting/best-practices/dynamic-labels.md
* Update docs/sources/alerting/best-practices/dynamic-labels.md
* Update docs/sources/alerting/best-practices/dynamic-labels.md
* Update docs/sources/alerting/best-practices/dynamic-labels.md
* Update docs/sources/alerting/best-practices/dynamic-labels.md
* Update docs/sources/alerting/best-practices/dynamic-labels.md
* Update docs/sources/alerting/best-practices/dynamic-labels.md
* fix typo
* fix typo
* Add section `CSV data with Infinity` in Table data example
* Link dynamic threshold example to tabular data requirements
* minor copy changes
* minor heading fix
* Add links (admonition) to Grafana Play examples
* Use `Caveat` instead of `Gotcha`
* Dynamic thresholds: caution message when Math operates on missing series
* Exampleof latency threshold based on traffic
---------
(cherry picked from commit c84388f550)
Co-authored-by: Pepe Cano <825430+ppcano@users.noreply.github.com>
Co-authored-by: Johnny Kartheiser <140559259+JohnnyK-Grafana@users.noreply.github.com>
259 B
259 B
labels, title
| labels | title | |||
|---|---|---|---|---|
|
Math example |
$Areturns series{host="web01"} 30and{host="web02"} 20.$Breturns series{host="web01"} 10and{host="web02"} 0.$A + $Breturns{host="web01"} 40and{host="web02"} 20.