Skip to content

Commit a5d8b54

Browse files
yuriolisajaronoff97
authored andcommitted
Fix prometheus rule file (#3504)
* Fix PrometheusRule file Signed-off-by: Yuri Sa <[email protected]> * Fix PrometheusRule file Signed-off-by: Yuri Sa <[email protected]> * Fix PrometheusRule file Signed-off-by: Yuri Sa <[email protected]> --------- Signed-off-by: Yuri Sa <[email protected]>
1 parent 93e6c0c commit a5d8b54

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed
+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
2+
change_type: 'bug_fix'
3+
4+
# The name of the component, or a single word describing the area of concern, (e.g. collector, target allocator, auto-instrumentation, opamp, github action)
5+
component: 'github action'
6+
7+
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
8+
note: Add new line character at the end of PrometheusRule file.
9+
10+
# One or more tracking issues related to the change
11+
issues: [3503]
12+
13+
# (Optional) One or more lines of additional information to render under the primary note.
14+
# These lines will be padded with 2 spaces and then inserted directly into the document.
15+
# Use pipe (|) for multiline entries.
16+
subtext:

bundle/openshift/manifests/opentelemetry-operator-prometheus-rules_monitoring.coreos.com_v1_prometheusrule.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ spec:
2121
- expr: sum by (type) (opentelemetry_collector_connectors)
2222
record: type:opentelemetry_collector_connectors:sum
2323
- expr: sum by (type) (opentelemetry_collector_info)
24-
record: type:opentelemetry_collector_info:sum
24+
record: type:opentelemetry_collector_info:sum

0 commit comments

Comments
 (0)