prometheus/docs/configuration
Filip Petkovski 2ccea83913
Implement rule evaluations
This commit extends Prometheus with the option to run aggregation rules
during scrape time, before relabeling takes place.

All rules are executed independently for each target in the context of
individual scrapes. Newly calculated samples are
committed to TSDB atomically with all samples from that scrape.

Metric relabeling can also be applied on series recorded from scrape rules.

Signed-off-by: Filip Petkovski <filip.petkovsky@gmail.com>
2025-03-05 13:37:57 +01:00
..
alerting_rules.md Fix typos (#16076) 2025-02-28 11:24:25 +11:00
configuration.md Implement rule evaluations 2025-03-05 13:37:57 +01:00
https.md Update exporter-toolkit 2023-05-30 09:08:00 +02:00
index.md Consolidate configuration and rules docs in docs/configuration/ 2017-10-27 09:54:02 +02:00
recording_rules.md rule: allow merging labels from group level 2024-07-26 20:18:05 +02:00
template_examples.md format markdown code block (#5594) 2019-05-25 11:28:50 +01:00
template_reference.md template: Use cases.Title instead of deprecated strings.Title (#15721) 2025-01-03 17:58:02 +01:00
unit_testing_rules.md promqltest: add support for setting counter reset hint on histogram samples (#14537) 2024-07-31 09:53:05 +02:00