Closed
Description
Component(s)
receiver/sqlserver
Describe the issue you're reporting
This is a request to add a new metric for the total number of lock waits. This would use the value from the total_lock_wait_count
perf counter, and we'd get the metric from a direct connection to the DB, querying the table.
My initial metric name suggestion is sqlserver.lock.wait.count
, to make it similar to the existing rate metric.
We'll have to modify the existing perf counter query as it's not scraping this perf counter. We can reference the telegraf query for implementation.