summaryrefslogtreecommitdiffstats
path: root/collectors/slabinfo.plugin
diff options
context:
space:
mode:
authorthiagoftsm <thiagoftsm@gmail.com>2023-07-27 19:25:53 +0000
committerGitHub <noreply@github.com>2023-07-27 22:25:53 +0300
commit2f1e24436003669e27b10146a13cd34671a2b0b2 (patch)
treef0aa9a2c49d271720efdf074281ae023a58c8269 /collectors/slabinfo.plugin
parent4e75b11b61ac8b0276002f1640ccb238780e4202 (diff)
Update slabinfo yaml (#15560)
* slabinfo_yaml: Update slabinfo yaml file * slabinfo_yaml: Address comment
Diffstat (limited to 'collectors/slabinfo.plugin')
-rw-r--r--collectors/slabinfo.plugin/metadata.yaml29
1 files changed, 17 insertions, 12 deletions
diff --git a/collectors/slabinfo.plugin/metadata.yaml b/collectors/slabinfo.plugin/metadata.yaml
index 264095e7c1..25b237a7a6 100644
--- a/collectors/slabinfo.plugin/metadata.yaml
+++ b/collectors/slabinfo.plugin/metadata.yaml
@@ -3,7 +3,7 @@ meta:
module_name: slabinfo.plugin
monitored_instance:
name: Linux kernel SLAB allocator statistics
- link: ''
+ link: "https://kernel.org/"
categories:
- data-collection.linux-systems.kernel-metrics
icon_filename: 'linuxserver.svg'
@@ -11,7 +11,7 @@ meta:
integrations:
list: []
info_provided_to_referring_integrations:
- description: ''
+ description: ""
keywords:
- linux kernel
- slab
@@ -24,7 +24,7 @@ overview:
metrics_description: >
Collects metrics on kernel SLAB cache utilization to monitor the low-level performance impact of workloads
in the kernel.
- method_description: ''
+ method_description: "The plugin parses `/proc/slabinfo`"
supported_platforms:
include:
- Linux
@@ -41,28 +41,33 @@ overview:
auto_detection:
description: >
Due to the large number of metrics generated by this integration, it is disabled by default and must be
- manually enabled.
+ manually enabled inside `/etc/netdata/netdata.conf`
limits:
- description: ''
+ description: ""
performance_impact:
- description: ''
+ description: ""
setup:
prerequisites:
list: []
configuration:
file:
- name: ''
- description: ''
+ name: "netdata.conf"
+ section_name: "[plugins]"
+ description: "The main configuration file."
options:
- description: ''
+ description: ""
folding:
- title: ''
+ title: "The main configuration file."
enabled: true
- list: []
+ list:
+ - name: Enable plugin
+ description: As described above plugin is disabled by default, this option is used to enable plugin.
+ default_value: no
+ required: true
examples:
folding:
enabled: true
- title: ''
+ title: ""
list: []
troubleshooting:
problems: