mirror of
https://github.com/prometheus-community/windows_exporter
synced 2025-02-02 04:43:43 +00:00
Correct a typo where "perflib" was misspelled in a struct field tag
Signed-off-by: Michael Allen <MAllen@laserfiche.com>
This commit is contained in:
parent
3b2ef6287c
commit
a3867b8dbf
@ -3167,7 +3167,7 @@ func (c *MSSQLCollector) collectDatabases(ctx *ScrapeContext, ch chan<- promethe
|
||||
// - https://docs.microsoft.com/en-us/sql/relational-databases/performance-monitor/sql-server-general-statistics-object
|
||||
type mssqlGeneralStatistics struct {
|
||||
ActiveTempTables float64 `perflib:"Active Temp Tables"`
|
||||
ConnectionResetPersec float64 `perblib:"Connection Reset/sec"`
|
||||
ConnectionResetPersec float64 `perflib:"Connection Reset/sec"`
|
||||
EventNotificationsDelayedDrop float64 `perflib:"Event Notifications Delayed Drop"`
|
||||
HTTPAuthenticatedRequests float64 `perflib:"HTTP Authenticated Requests"`
|
||||
LogicalConnections float64 `perflib:"Logical Connections"`
|
||||
|
Loading…
Reference in New Issue
Block a user