We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cca7330 commit 6877958Copy full SHA for 6877958
kvmagent/kvmagent/plugins/prometheus.py
@@ -1163,7 +1163,7 @@ def collect_memory_overcommit_statistics():
1163
metrics = {
1164
'host_ksm_pages_shared_in_bytes': GaugeMetricFamily('host_ksm_pages_shared_in_bytes',
1165
'host ksm shared pages', None, []),
1166
- 'host_ksm_pages_shareing_in_bytes': GaugeMetricFamily('host_ksm_pages_shareing_in_bytes',
+ 'host_ksm_pages_sharing_in_bytes': GaugeMetricFamily('host_ksm_pages_sharing_in_bytes',
1167
'host ksm sharing pages', None, []),
1168
'host_ksm_pages_unshared_in_bytes': GaugeMetricFamily('host_ksm_pages_unshared_in_bytes',
1169
'host ksm unshared pages', None, []),
0 commit comments