mirror of
https://github.com/prometheus-community/windows_exporter.git
synced 2026-02-08 05:56:37 +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:
@@ -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"`
|
||||
|
||||
Reference in New Issue
Block a user