@cryptotaxi247 / netdata-1 / commits / 2f1e24436

Update slabinfo yaml (#15560)

* slabinfo_yaml: Update slabinfo yaml file * slabinfo_yaml: Address comment

thiagoftsm committed Jul 27, 2023 at 19:25 UTC 2f1e24436003669e27b10146a13cd34671a2b0b2
1 file changed +17 -12
collectors/slabinfo.plugin/metadata.yaml
+17 -12
@@ -3,7 +3,7 @@ meta:
3 module_name: slabinfo.plugin
4 monitored_instance:
5 name: Linux kernel SLAB allocator statistics
6 - link: ''
6 + link: "https://kernel.org/"
7 categories:
8 - data-collection.linux-systems.kernel-metrics
9 icon_filename: 'linuxserver.svg'
@@ -11,7 +11,7 @@ meta:
11 integrations:
12 list: []
13 info_provided_to_referring_integrations:
14 - description: ''
14 + description: ""
15 keywords:
16 - linux kernel
17 - slab
@@ -24,7 +24,7 @@ overview:
24 metrics_description: >
25 Collects metrics on kernel SLAB cache utilization to monitor the low-level performance impact of workloads
26 in the kernel.
27 - method_description: ''
27 + method_description: "The plugin parses `/proc/slabinfo`"
28 supported_platforms:
29 include:
30 - Linux
@@ -41,28 +41,33 @@ overview:
41 auto_detection:
42 description: >
43 Due to the large number of metrics generated by this integration, it is disabled by default and must be
44 - manually enabled.
44 + manually enabled inside `/etc/netdata/netdata.conf`
45 limits:
46 - description: ''
46 + description: ""
47 performance_impact:
48 - description: ''
48 + description: ""
49 setup:
50 prerequisites:
51 list: []
52 configuration:
53 file:
54 - name: ''
55 - description: ''
54 + name: "netdata.conf"
55 + section_name: "[plugins]"
56 + description: "The main configuration file."
57 options:
57 - description: ''
58 + description: ""
59 folding:
59 - title: ''
60 + title: "The main configuration file."
61 enabled: true
61 - list: []
62 + list:
63 + - name: Enable plugin
64 + description: As described above plugin is disabled by default, this option is used to enable plugin.
65 + default_value: no
66 + required: true
67 examples:
68 folding:
69 enabled: true
65 - title: ''
70 + title: ""
71 list: []
72 troubleshooting:
73 problems: