-
Notifications
You must be signed in to change notification settings - Fork 24
feat: create new connections to each database in case of azure sql database #228
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
feat: create new connections to each database in case of azure sql database #228
Conversation
4cfc781
to
fbbb688
Compare
fbbb688
to
944ce1c
Compare
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.
Few minor nits.
Other than that PR looks great.
62fda25
to
42e8db4
Compare
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 🚀
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.
Added a few comments.
As you have added async code, we need to confirm if we are running unit tests with race condition in our CI. If not, we need to add that asap.
It's always a good idea to be extra sure with async code :D
We are already running tests with race. Refer here for the same. |
2d61878
into
epic_add_support_for_azure_sql_database
Changes in this PR -
When instrumenting an Azure SQL Database type service.
Below are the list of database metrics that are retrieved using Azure SQL Database specific queries.
log.transactionGrowth
io.stallInMilliseconds
bufferpool.sizePerDatabaseInBytes
pageFileTotal
pageFileAvailable
Testing Details :
output.json