aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWOO CHANG HO <zodiac12k@gmail.com>2020-03-23 11:15:11 +0900
committerJohannes 'fish' Ziemke <github@freigeist.org>2020-04-08 10:19:44 +0200
commit612ea0cd12db7b9d84680aec121248809021eefe (patch)
tree9276e98b9fb0b5caa6f15f2f600490aaa5a404df
parent674ddfa35c8129ac214129599f50ec332dfbe45f (diff)
downloadprometheus_node_collector-612ea0cd12db7b9d84680aec121248809021eefe.tar.bz2
prometheus_node_collector-612ea0cd12db7b9d84680aec121248809021eefe.tar.xz
prometheus_node_collector-612ea0cd12db7b9d84680aec121248809021eefe.zip
Add more compatible rules
Signed-off-by: zodiac12k <zodiac12k@gmail.com>
-rw-r--r--docs/example-16-compatibility-rules-new-to-old.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/example-16-compatibility-rules-new-to-old.yml b/docs/example-16-compatibility-rules-new-to-old.yml
index 6d630cc..54aaa27 100644
--- a/docs/example-16-compatibility-rules-new-to-old.yml
+++ b/docs/example-16-compatibility-rules-new-to-old.yml
@@ -11,6 +11,8 @@ groups:
11 rules: 11 rules:
12 - expr: node_boot_time_seconds 12 - expr: node_boot_time_seconds
13 record: node_boot_time 13 record: node_boot_time
14 - expr: node_time_seconds
15 record: node_time
14 - expr: node_context_switches_total 16 - expr: node_context_switches_total
15 record: node_context_switches 17 record: node_context_switches
16 - expr: node_forks_total 18 - expr: node_forks_total
@@ -117,6 +119,10 @@ groups:
117 record: node_memory_PageTables 119 record: node_memory_PageTables
118 - expr: node_memory_Shmem_bytes 120 - expr: node_memory_Shmem_bytes
119 record: node_memory_Shmem 121 record: node_memory_Shmem
122 - expr: node_memory_ShmemHugePages_bytes
123 record: node_memory_ShmemHugePages
124 - expr: node_memory_ShmemPmdMapped_bytes
125 record: node_memory_ShmemPmdMapped
120 - expr: node_memory_Slab_bytes 126 - expr: node_memory_Slab_bytes
121 record: node_memory_Slab 127 record: node_memory_Slab
122 - expr: node_memory_SReclaimable_bytes 128 - expr: node_memory_SReclaimable_bytes