Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit bca76c6

Browse files
committedNov 27, 2024
Remove the mapping of app.kubernetes.io/instance to service.instance.id, because multiple containers
should never share the same `service.instance.id`
1 parent cd5c44e commit bca76c6

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
 
+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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: auto-instrumentation
6+
7+
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
8+
note: Remove the mapping of `app.kubernetes.io/instance` to `service.instance.id`, because multiple containers
9+
should never share the same `service.instance.id`
10+
11+
# One or more tracking issues related to the change
12+
issues: [3495]
13+
14+
# (Optional) One or more lines of additional information to render under the primary note.
15+
# These lines will be padded with 2 spaces and then inserted directly into the document.
16+
# Use pipe (|) for multiline entries.
17+
subtext:

0 commit comments

Comments
 (0)
Please sign in to comment.