-
Notifications
You must be signed in to change notification settings - Fork 2.8k
[chore][receiver/sqlserver] update error handling and time unit and refactory #39042
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
[chore][receiver/sqlserver] update error handling and time unit and refactory #39042
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.
I think PR still needs further polish.
…tor-contrib into update-unit-and-refactory
updated @XSAM |
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 the unit of a value is being changed, this would need a changelog if it doesn't get merged in time for v0.123.0
, which is due to be created soon.
|
…tor-contrib into update-unit-and-refactory
a change log was added |
…tor-contrib into update-unit-and-refactory
…efactory (open-telemetry#39042) <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> #### Description - update time unit of `lock_timeout`, this one was not updated in the previous pr - update error handling in sample query, the previous version ignored all the errors - update top query logic on put attributes to similar to sample query <!-- Issue number (e.g. open-telemetry#1234) or full URL to issue, if applicable. --> #### Link to tracking issue Fixes <!--Describe what testing was performed and which tests were added.--> #### Testing <!--Describe the documentation added.--> #### Documentation <!--Please delete paragraphs that you did not use before submitting.-->
…efactory (open-telemetry#39042) <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> #### Description - update time unit of `lock_timeout`, this one was not updated in the previous pr - update error handling in sample query, the previous version ignored all the errors - update top query logic on put attributes to similar to sample query <!-- Issue number (e.g. open-telemetry#1234) or full URL to issue, if applicable. --> #### Link to tracking issue Fixes <!--Describe what testing was performed and which tests were added.--> #### Testing <!--Describe the documentation added.--> #### Documentation <!--Please delete paragraphs that you did not use before submitting.-->
Description
lock_timeout
, this one was not updated in the previous prLink to tracking issue
Fixes
Testing
Documentation