-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
[processor/resourcedetection] Disable host.id on system detector by default #24010
[processor/resourcedetection] Disable host.id on system detector by default #24010
Conversation
7c1d650
to
013a791
Compare
# you should instead start your pull request title with [chore] or use the "Skip Changelog" label. | ||
|
||
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix' | ||
change_type: breaking |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wonder whether this is a breaking change or rather a fix to a previous breaking change 🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since this has been out for a few months now I would rather mark this as breaking in case users have adapted to the new behavior
@Aneurysm9 @dashpole @atoulme PTAL! I will merge this Monday EU morning if there are no further comments |
Description:
Disable setting
host.id
by default on thesystem
detector.Users can restore the previous behavior by setting
system::resource_attributes::host.id::enabled
totrue
.Link to tracking Issue: Fixes #21233
Testing: Amended existing tests