Skip to content

Commit 1a1d9d7

Browse files
add changelog
1 parent 1f10a32 commit 1a1d9d7

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
2+
change_type: bug_fix
3+
# The name of the component, or a single word describing the area of concern, (e.g. agent, clusterReceiver, gateway, operator, chart, other)
4+
component: chart
5+
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
6+
note: Fix receiver_creator missing from the default metrics pipeline when autodetect.prometheus is enabled
7+
# One or more tracking issues related to the change
8+
issues: [2067]
9+
# (Optional) One or more lines of additional information to render under the primary note.
10+
# These lines will be padded with 2 spaces and then inserted directly into the document.
11+
# Use pipe (|) for multiline entries.
12+
subtext: |
13+
- When `autodetect.prometheus` is enabled, the `receiver_creator` receiver is now included in the default metrics pipeline of the agent configuration.

0 commit comments

Comments
 (0)