Skip to content

Commit

Permalink
Correct a typo where "perflib" was misspelled in a struct field tag
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Allen <MAllen@laserfiche.com>
  • Loading branch information
mallenLF committed Sep 7, 2020
1 parent 3b2ef62 commit a3867b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collector/mssql.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
Expand Down

0 comments on commit a3867b8

Please sign in to comment.