fix comments

This commit is contained in:
Martin Lindhe
2016-11-14 08:55:51 +01:00
parent a1910c3963
commit b40d60b8a4

View File

@@ -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 package collector
@@ -13,7 +14,7 @@ func init() {
Factories["system"] = NewSystemCollector Factories["system"] = NewSystemCollector
} }
// A PerfOSCollector is a Prometheus collector for WMI metrics // A SystemCollector is a Prometheus collector for WMI metrics
type SystemCollector struct { type SystemCollector struct {
ContextSwitchesTotal *prometheus.Desc ContextSwitchesTotal *prometheus.Desc
ExceptionDispatchesTotal *prometheus.Desc ExceptionDispatchesTotal *prometheus.Desc