prometheus/prometheus
Help/Description entry for recording rules
Ouverte
#11 969 ouverte le 13 févr. 2023
component/ruleshelp wanted
Métriques du dépôt
- Stars
- (64 042 étoiles)
- Métriques de merge PR
- (Merge moyen 11j 5h) (118 PRs mergées en 30 j)
Description
Proposal
Today we have
HELPentry for metricsDescriptionandSummaryfor Alerting rules
But nothing for Recording rules, I think it will be beneficial to have/support a description entry for it
Example:
groups:
- name: rules
rules:
- record: xxx:yyyy_yyy:zzzz
expr: <PromQL expression>
description: "foo bar"
This will help understanding the rule, generating automatic documentations etc