Skip to content

Commit

Permalink
fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
martinlindhe committed Nov 14, 2016
1 parent a1910c3 commit b40d60b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions collector/system.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// returns data points from Win32_PerfRawData_PerfOS_System class (undocumented)
// returns data points from Win32_PerfRawData_PerfOS_System class
// https://web.archive.org/web/20050830140516/http://msdn.microsoft.com/library/en-us/wmisdk/wmi/win32_perfrawdata_perfos_system.asp

package collector

Expand All @@ -13,7 +14,7 @@ func init() {
Factories["system"] = NewSystemCollector
}

// A PerfOSCollector is a Prometheus collector for WMI metrics
// A SystemCollector is a Prometheus collector for WMI metrics
type SystemCollector struct {
ContextSwitchesTotal *prometheus.Desc
ExceptionDispatchesTotal *prometheus.Desc
Expand Down

0 comments on commit b40d60b

Please sign in to comment.