Skip to content

Commit

Permalink
Extra grouping info
Browse files Browse the repository at this point in the history
  • Loading branch information
crabhi committed Mar 7, 2023
1 parent 58fca3e commit ebd2db3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pve_exporter/collector.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,11 +202,11 @@ def collect(self): # pylint: disable=missing-docstring
'cpu': GaugeMetricFamily(
'pve_cpu_usage_ratio',
'CPU usage (value between 0.0 and pve_cpu_usage_limit)',
labels=['id']),
labels=['id', 'node', 'type']),
'maxcpu': GaugeMetricFamily(
'pve_cpu_usage_limit',
'Maximum allowed CPU usage',
labels=['id']),
labels=['id', 'node', 'type']),
'uptime': GaugeMetricFamily(
'pve_uptime_seconds',
'Number of seconds since the last boot',
Expand Down

0 comments on commit ebd2db3

Please sign in to comment.