Skip to content

Commit 2747011

Browse files
committed
chore: add changelog entry for kubeletstats reaggregation
1 parent d6dff52 commit 2747011

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Use this changelog template to create an entry for release notes.
2+
3+
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
4+
change_type: enhancement
5+
6+
# The name of the component, or a single word describing the area of concern (e.g. receiver/filelog)
7+
component: receiver/kubeletstats
8+
9+
# A brief description of the change.
10+
note: Enable re-aggregation support for kubeletstatsreceiver by adding metadata reaggregation configuration and attribute level classifications.
11+
12+
# Mandatory: One or more tracking issues related to the change.
13+
issues: [46363]
14+
15+
# (Optional) Additional information for release notes.
16+
# Not required for this change.
17+
# subtext: |
18+
19+
# Optional: Which changelog(s) this entry should appear in.
20+
# Include 'user' for user-facing changes.
21+
# Include 'api' for library/API changes.
22+
change_logs: [user]

0 commit comments

Comments
 (0)