@@ -81,30 +81,31 @@ Log all instances of Fluent Bit to Prometheus:
8181 Uri /prometheus/v1/write?prometheus_server =mem
8282```
8383
84- ### Exposed Metrics
85-
86- All metrics are logged as gauges since they can both increase and decrease. Currenrtly supported gauges are:
87- * node_smaps_rollup_rss
88- * node_smaps_rollup_pss
89- * type=clean
90- * type=dirty
91- * type=anon
92- * type=file
93- * type=shmem
94- * node_smaps_rollup_shared
95- * type=clean
96- * type=dirty
97- * node_smaps_rollup_private
98- * type=dirty
99- * type=clean
100- * node_smaps_rollup_referenced
101- * node_smaps_rollup_anonymous
102- * node_smaps_rollup_lazy_free
103- * node_smaps_rollup_anon_huge_pages
104- * node_smaps_rollup_shmem_pmd_mapped
105- * node_smaps_rollup_file_pmd_mapped
106- * node_smaps_rollup_shared_hugetlb
107- * node_smaps_rollup_private_hugetlb
108- * node_smaps_rollup_swap
109- * node_smaps_rollup_swap_pss
110- * node_smaps_rollup_locked
84+ ### Exposed metrics
85+
86+ All metrics are logged as gauges since they can both increase and decrease. Supported gauges are:
87+
88+ - node_smaps_rollup_rss
89+ - node_smaps_rollup_pss
90+ - type=clean
91+ - type=dirty
92+ - type=anon
93+ - type=file
94+ - type=shmem
95+ - node_smaps_rollup_shared
96+ - type=clean
97+ - type=dirty
98+ - node_smaps_rollup_private
99+ - type=dirty
100+ - type=clean
101+ - node_smaps_rollup_referenced
102+ - node_smaps_rollup_anonymous
103+ - node_smaps_rollup_lazy_free
104+ - node_smaps_rollup_anon_huge_pages
105+ - node_smaps_rollup_shmem_pmd_mapped
106+ - node_smaps_rollup_file_pmd_mapped
107+ - node_smaps_rollup_shared_hugetlb
108+ - node_smaps_rollup_private_hugetlb
109+ - node_smaps_rollup_swap
110+ - node_smaps_rollup_swap_pss
111+ - node_smaps_rollup_locked
0 commit comments