mirror of
https://github.com/prometheus-community/windows_exporter.git
synced 2026-02-19 03:06:37 +00:00
Add unit suffix to process working_set metric
Signed-off-by: Ben Reedy <breed808@breed808.com>
This commit is contained in:
@@ -144,7 +144,7 @@ func newProcessCollector() (Collector, error) {
|
||||
nil,
|
||||
),
|
||||
WorkingSet: prometheus.NewDesc(
|
||||
prometheus.BuildFQName(Namespace, subsystem, "working_set"),
|
||||
prometheus.BuildFQName(Namespace, subsystem, "working_set_bytes"),
|
||||
"Maximum number of bytes in the working set of this process at any point in time. The working set is the set of memory pages touched recently by the threads in the process.",
|
||||
[]string{"process", "process_id", "creating_process_id"},
|
||||
nil,
|
||||
|
||||
Reference in New Issue
Block a user