-
Notifications
You must be signed in to change notification settings - Fork 532
Remove label mapping for service.instance.id
#3497
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
jaronoff97
merged 14 commits into
open-telemetry:main
from
zeitlinger:service-instanc-id-mapping
Dec 10, 2024
Merged
Changes from 9 commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
aa3e781
Remove the mapping of `app.kubernetes.io/instance` to `service.instan…
zeitlinger cd5c44e
Remove the mapping of `app.kubernetes.io/instance` to `service.instan…
zeitlinger bca76c6
Remove the mapping of `app.kubernetes.io/instance` to `service.instan…
zeitlinger 8420019
Remove the mapping of `app.kubernetes.io/instance` to `service.instan…
zeitlinger ef24a5f
Remove the mapping of `app.kubernetes.io/instance` to `service.instan…
zeitlinger 1c64af9
Remove the mapping of `app.kubernetes.io/instance` to `service.instan…
zeitlinger 68a1b9f
Update .chloggen/service-instanc-id-mapping.yaml
zeitlinger d248262
Update .chloggen/service-instanc-id-mapping.yaml
zeitlinger 872f482
add docs
zeitlinger 119040b
Merge branch 'main' into service-instanc-id-mapping
zeitlinger 96c8a06
Update README.md
zeitlinger becbfeb
Apply suggestions from code review
zeitlinger 0c4863e
add docs
zeitlinger db09955
add docs
zeitlinger File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.