-
Notifications
You must be signed in to change notification settings - Fork 2.8k
[receiver/sqlserver] Remove duplicated flags for enabling top query c… #40416
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
[receiver/sqlserver] Remove duplicated flags for enabling top query c… #40416
Conversation
…ollection and query sample collection
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.
Because this part of the receiver is marked in development, I am fine if this change is introduced, as long as it's labeled as a 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.
LGTM once open issues are addressed
Removed `top_query_collection.enabled` in favor of `events."db.server.top_query".enabled` in top query collection. | ||
Removed `query_sample_collection.enabled` in favor of `events."db.server.query_sample".enabled` in query sample collection. |
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.
Can we re-word this to say rename instead of Removed ... in favor of ...
? (Unless there's more of a difference here)
Co-authored-by: Antoine Toulme <[email protected]>
…ollection and query sample collection
Description
top_query_collection.enabled
in favor ofevents."db.server.top_query".enabled
in top query collection.query_sample_collection.enabled
in favor ofevents."db.server.query_sample".enabled
in query sample collection.Link to tracking issue
n/a
Testing
Updated
Documentation
Added