From b40d60b8a492e2ca2a7bfb095a7e082e193f8159 Mon Sep 17 00:00:00 2001 From: Martin Lindhe Date: Mon, 14 Nov 2016 08:55:51 +0100 Subject: [PATCH] fix comments --- collector/system.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/collector/system.go b/collector/system.go index b688d65d..af985792 100644 --- a/collector/system.go +++ b/collector/system.go @@ -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 @@ -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