@@ -7,12 +7,26 @@ groups:
77 - id : metric.dash0.check.status
88 type : metric
99 metric_name : dash0.check.status
10- stability : development
10+ stability : stable
1111 brief : >
1212 Encodes the current state of a check as an enum.
1313 note : |
1414 Emitted by the check evaluation pipeline (scope `dash0-issue-metrics`).
1515 The value represents the check's overall status (e.g., ok, degraded, critical).
16+
17+ Deprecated PromQL alias: `dash0_check_status`.
18+ instrument : gauge
19+ unit : " {enum}"
20+
21+ - id : metric.dash0_check_status
22+ type : metric
23+ metric_name : dash0_check_status
24+ stability : stable
25+ deprecated :
26+ reason : renamed
27+ renamed_to : dash0.check.status
28+ brief : >
29+ Deprecated Prometheus alias for `dash0.check.status`.
1630 instrument : gauge
1731 unit : " {enum}"
1832
@@ -22,11 +36,25 @@ groups:
2236 - id : metric.dash0.check.evaluation.outcome
2337 type : metric
2438 metric_name : dash0.check.evaluation.outcome
25- stability : development
39+ stability : stable
2640 brief : >
2741 Encodes the outcome of check evaluations as an enum.
2842 note : |
2943 Emitted by the check evaluation pipeline (scope `dash0-issue-metrics`).
44+
45+ Deprecated PromQL alias: `dash0_check_evaluation_outcome`.
46+ instrument : gauge
47+ unit : " {enum}"
48+
49+ - id : metric.dash0_check_evaluation_outcome
50+ type : metric
51+ metric_name : dash0_check_evaluation_outcome
52+ stability : stable
53+ deprecated :
54+ reason : renamed
55+ renamed_to : dash0.check.evaluation.outcome
56+ brief : >
57+ Deprecated Prometheus alias for `dash0.check.evaluation.outcome`.
3058 instrument : gauge
3159 unit : " {enum}"
3260
@@ -36,67 +64,52 @@ groups:
3664 - id : metric.dash0.check.evaluation.value
3765 type : metric
3866 metric_name : dash0.check.evaluation.value
39- stability : development
67+ stability : stable
4068 brief : >
4169 The value returned by a check evaluation.
4270 note : |
4371 Emitted by the check evaluation pipeline (scope `dash0-issue-metrics`).
44- instrument : gauge
45- unit : " 1"
4672
47- # ──────────────────────────────────────────────
48- # dash0.check.threshold.critical
49- # ──────────────────────────────────────────────
50- - id : metric.dash0.check.threshold.critical
51- type : metric
52- metric_name : dash0.check.threshold.critical
53- stability : development
54- brief : >
55- Threshold above or below which a check evaluation counts as critical.
56- note : |
57- Emitted by the check evaluation pipeline (scope `dash0-issue-metrics`).
73+ Deprecated PromQL alias: `dash0_check_evaluation_value`.
5874 instrument : gauge
5975 unit : " 1"
6076
61- # ──────────────────────────────────────────────
62- # dash0.check.threshold.degraded
63- # ──────────────────────────────────────────────
64- - id : metric.dash0.check.threshold.degraded
77+ - id : metric.dash0_check_evaluation_value
6578 type : metric
66- metric_name : dash0.check.threshold.degraded
67- stability : development
79+ metric_name : dash0_check_evaluation_value
80+ stability : stable
81+ deprecated :
82+ reason : renamed
83+ renamed_to : dash0.check.evaluation.value
6884 brief : >
69- Threshold above or below which a check evaluation counts as degraded.
70- note : |
71- Emitted by the check evaluation pipeline (scope `dash0-issue-metrics`).
85+ Deprecated Prometheus alias for `dash0.check.evaluation.value`.
7286 instrument : gauge
7387 unit : " 1"
7488
75- # ──────────────────────────────────────────────
76- # dash0.check.enablement_conditions.value
77- # ──────────────────────────────────────────────
78- - id : metric.dash0.check.enablement_conditions.value
79- type : metric
80- metric_name : dash0.check.enablement_conditions.value
81- stability : development
82- brief : >
83- Whether the check enablement conditions were met.
84- note : |
85- Emitted by the check evaluation pipeline (scope `dash0-issue-metrics`).
86- The value is a boolean encoded as 0 or 1.
87- instrument : gauge
88- unit : " {bool}"
89-
9089 # ──────────────────────────────────────────────
9190 # dash0.issue.status
9291 # ──────────────────────────────────────────────
9392 - id : metric.dash0.issue.status
9493 type : metric
9594 metric_name : dash0.issue.status
96- stability : development
95+ stability : stable
9796 brief : >
9897 Encodes the current issue status as an enum.
9998 note : |
10099 Emitted by the check evaluation pipeline (scope `dash0-issue-metrics`).
100+
101+ Deprecated PromQL alias: `dash0_issue_status`.
102+ instrument : gauge
103+ unit : " {enum}"
104+
105+ - id : metric.dash0_issue_status
106+ type : metric
107+ metric_name : dash0_issue_status
108+ stability : stable
109+ deprecated :
110+ reason : renamed
111+ renamed_to : dash0.issue.status
112+ brief : >
113+ Deprecated Prometheus alias for `dash0.issue.status`.
101114 instrument : gauge
102115 unit : " {enum}"
0 commit comments