mirror of
https://github.com/prometheus-community/windows_exporter.git
synced 2026-02-17 02:06:35 +00:00
fix comments
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user