-
Notifications
You must be signed in to change notification settings - Fork 85
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
Refactoring for better tracing #887
Conversation
github.com/ydb-platform/ydb-go-sdk/v3/traceincompatible changesDatabaseSQLOnStmtClose: changed from func(*DatabaseSQL) func(error) to func(*DatabaseSQL, *context.Context) func(error) compatible changesDatabaseSQL.OnConnIsTableExists: added summaryBase version: v3.54.2-0.20231108105648-3d4ec7a9da14 (master) |
Codecov ReportAttention:
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #887 +/- ##
==========================================
+ Coverage 66.79% 66.82% +0.03%
==========================================
Files 256 257 +1
Lines 24237 24266 +29
==========================================
+ Hits 16188 16216 +28
- Misses 7213 7215 +2
+ Partials 836 835 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
🌋 Here are results of SLO test for Go SDK database/sql: |
🌋 Here are results of SLO test for Go SDK gorm: |
🌋 Here are results of SLO test for Go SDK xorm: |
🌋 Here are results of SLO test for Go SDK native: |
I hereby agree to the terms of the CLA available at: https://yandex.ru/legal/cla/?lang=en
Pull request type
Please check the type of change your PR introduces:
What is the current behavior?
Issue Number: N/A
What is the new behavior?
Other information