-
Notifications
You must be signed in to change notification settings - Fork 706
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
Add support for SQL Errors counter #370
Add support for SQL Errors counter #370
Conversation
SQLErrorsErrors sounds rather redundant. What about naming it simply SQLErrors? |
I agree, naming looks redundant. I've tried to keep things in consist with original naming pattern: |
How about |
Thanks @callvirtual! Just did a quick check in the docs you linked (https://docs.microsoft.com/en-us/sql/relational-databases/performance-monitor/sql-server-sql-errors-object), and there it seems there are multiple errors tracked. Are these all summed up in this collector? |
Agreed, a good suggestion. I have already uploaded the fix. Tell me if something else needs to be fixed. |
There's how it looks (don't have real db with errors on laptop right now but it works fine, already tested) So the errors count can be split up by |
Ah, great. Then this looks good to me! |
Thanks! |
I also plan to add support for Transactions counters soon as well. Will send PR in a couple days |
…rs-collector Add support for SQL Errors counter
No description provided.