-
Notifications
You must be signed in to change notification settings - Fork 2.8k
[receiver/sqlserver] Update event properties #39868
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
Conversation
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.
We'll also need to resolve CI failures before this can be merged.
* Update event name of top query event to `db.server.top_query` | ||
* Update event name of query sample event to `db.server.query_sample` |
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 make it more obvious what's changing here? Including the original name would be helpful.
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.
Updated
Sorry, didn't notice that CI was failing. Fixed them all now. |
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> #### Description * Update event name of top query event to `db.server.top_query` * Update event name of query sample event to `db.server.query_sample` * Remove body of query sample event * Rename `sqlserver.username` to `user.name` in query sample event <!-- Issue number (e.g. open-telemetry#1234) or full URL to issue, if applicable. --> #### Link to tracking issue n/a <!--Describe what testing was performed and which tests were added.--> #### Testing Updated <!--Describe the documentation added.--> #### Documentation Added <!--Please delete paragraphs that you did not use before submitting.-->
Description
db.server.top_query
db.server.query_sample
sqlserver.username
touser.name
in query sample eventLink to tracking issue
n/a
Testing
Updated
Documentation
Added