-
Notifications
You must be signed in to change notification settings - Fork 459
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove label mapping for
service.instance.id
(#3497)
* Remove the mapping of `app.kubernetes.io/instance` to `service.instance.id`, because multiple containers should never share the same `service.instance.id` * Remove the mapping of `app.kubernetes.io/instance` to `service.instance.id`, because multiple containers should never share the same `service.instance.id` * Remove the mapping of `app.kubernetes.io/instance` to `service.instance.id`, because multiple containers should never share the same `service.instance.id` * Remove the mapping of `app.kubernetes.io/instance` to `service.instance.id`, because multiple containers should never share the same `service.instance.id` * Remove the mapping of `app.kubernetes.io/instance` to `service.instance.id`, because multiple containers should never share the same `service.instance.id` * Remove the mapping of `app.kubernetes.io/instance` to `service.instance.id`, because multiple containers should never share the same `service.instance.id` * Update .chloggen/service-instanc-id-mapping.yaml Co-authored-by: Jacob Aronoff <[email protected]> * Update .chloggen/service-instanc-id-mapping.yaml Co-authored-by: Jacob Aronoff <[email protected]> * add docs * Update README.md Co-authored-by: Cyrille Le Clerc <[email protected]> * Apply suggestions from code review Co-authored-by: Cyrille Le Clerc <[email protected]> * add docs * add docs --------- Co-authored-by: Jacob Aronoff <[email protected]> Co-authored-by: Cyrille Le Clerc <[email protected]>
- Loading branch information
1 parent
95ca52c
commit 0590057
Showing
7 changed files
with
94 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# 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: auto-instrumentation | ||
|
||
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`). | ||
note: Remove the mapping of `app.kubernetes.io/instance` to `service.instance.id` | ||
|
||
# One or more tracking issues related to the change | ||
issues: [3495] | ||
|
||
# (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: | | ||
Technically, this is a breaking change, but we regard it as a bug fix because the previous behavior was incorrect. | ||
if you did have multiple container instrumentation and use `app.kubernetes.io/instance` to set the `service.instance.id`, | ||
you will now see multiple instances in the UI - which is the correct behavior. | ||
You can still use the attribute `resource.opentelemetry.io/service.instance.id` to set the `service.instance.id`, | ||
which will be shared across all containers in the pod - but this is not recommended for multiple container instrumentation instances. | ||
Refer to the [semantic conventions](https://opentelemetry.io/docs/specs/semconv/resource/#service-experimental) | ||
for more information. | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters