[0.30] mssql: fix ratio based counter (#2138)

This commit is contained in:
Jan-Otto Kröpke
2025-07-20 08:15:39 +02:00
committed by GitHub
parent fb9f1fe141
commit 7fa029a403
4 changed files with 4 additions and 4 deletions

View File

@@ -43,7 +43,7 @@ type perfDataCounterValuesLocks struct {
Name string
LocksAverageWaitTimeMS float64 `perfdata:"Average Wait Time (ms)"`
LocksAverageWaitTimeMSBase float64 `perfdata:"Average Wait Time Base,secondvalue"`
LocksAverageWaitTimeMSBase float64 `perfdata:"Average Wait Time (ms),secondvalue"`
LocksLockRequestsPerSec float64 `perfdata:"Lock Requests/sec"`
LocksLockTimeoutsPerSec float64 `perfdata:"Lock Timeouts/sec"`
LocksLockTimeoutsTimeout0PerSec float64 `perfdata:"Lock Timeouts (timeout > 0)/sec"`