Added more performance counters to SqlServer input plugin#8120
Added more performance counters to SqlServer input plugin#8120reimda merged 2 commits intoinfluxdata:masterfrom
Conversation
|
@denzilribeiro Could you please review this PR for adding more perf counters to the SqlServer plugin? |
denzilribeiro
left a comment
There was a problem hiding this comment.
Looks good - you think "Logical connections" isn't an edge case though?
We did get a few customers asking for the same, hence including the same |
@reimda - Yes, here are the Microsoft documentation links for each counter added - Table Lock Escalations/sec - MSSQL$*:Access Methods |
|
@reimda - Please let me know if you need further information on these counters before merging the pull request. Thank you! |
| ''Readahead pages/sec'', | ||
| ''Lazy writes/sec'', | ||
| ''Checkpoint pages/sec'', | ||
| ''Free pages'', |
There was a problem hiding this comment.
Could you put those documentation links for the counters in the source code, maybe on the line before declaring sqlPerformanceCountersV2? I'm hoping doc links will help out future maintainers who are not as familiar with SQL Server. Thanks!
There was a problem hiding this comment.
Could you put those documentation links for the counters in the source code, maybe on the line before declaring sqlPerformanceCountersV2? I'm hoping doc links will help out future maintainers who are not as familiar with SQL Server. Thanks!
@reimda Thank you for the prompt review of the changes
Required for all PRs: