mirror of
https://github.com/prometheus-community/windows_exporter.git
synced 2026-02-16 09:46:35 +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
|
// - https://docs.microsoft.com/en-us/sql/relational-databases/performance-monitor/sql-server-general-statistics-object
|
||||||
type mssqlGeneralStatistics struct {
|
type mssqlGeneralStatistics struct {
|
||||||
ActiveTempTables float64 `perflib:"Active Temp Tables"`
|
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"`
|
EventNotificationsDelayedDrop float64 `perflib:"Event Notifications Delayed Drop"`
|
||||||
HTTPAuthenticatedRequests float64 `perflib:"HTTP Authenticated Requests"`
|
HTTPAuthenticatedRequests float64 `perflib:"HTTP Authenticated Requests"`
|
||||||
LogicalConnections float64 `perflib:"Logical Connections"`
|
LogicalConnections float64 `perflib:"Logical Connections"`
|
||||||
|
|||||||
Reference in New Issue
Block a user