Skip to content

Commit

Permalink
Fix prometheus rule file (#3504)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
yuriolisa authored Nov 29, 2024
1 parent 6ae647a commit 65d0d83
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions .chloggen/fix-prometheus-rule-file.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
change_type: 'bug_fix'

# The name of the component, or a single word describing the area of concern, (e.g. collector, target allocator, auto-instrumentation, opamp, github action)
component: 'github action'

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Add new line character at the end of PrometheusRule file.

# One or more tracking issues related to the change
issues: [3503]

# (Optional) One or more lines of additional information to render under the primary note.
# These lines will be padded with 2 spaces and then inserted directly into the document.
# Use pipe (|) for multiline entries.
subtext:
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ spec:
- expr: sum by (type) (opentelemetry_collector_connectors)
record: type:opentelemetry_collector_connectors:sum
- expr: sum by (type) (opentelemetry_collector_info)
record: type:opentelemetry_collector_info:sum
record: type:opentelemetry_collector_info:sum

0 comments on commit 65d0d83

Please sign in to comment.