summaryrefslogtreecommitdiffstats
path: root/collectors/nfacct.plugin/metadata.yaml
diff options
context:
space:
mode:
authorFotis Voutsas <fotis@netdata.cloud>2023-07-11 13:58:11 +0300
committerGitHub <noreply@github.com>2023-07-11 13:58:11 +0300
commit2c0af153d71d8d28d0803a32350b0e3d89cc83dd (patch)
tree01a9ff970bbb8ff979b2025da99d2a17e1066b0a /collectors/nfacct.plugin/metadata.yaml
parentb6dfef57516f734d3e2e1953d7bcedd69c2d890f (diff)
Add yaml metadata for metrics.csv files (#15238)
Diffstat (limited to 'collectors/nfacct.plugin/metadata.yaml')
-rw-r--r--collectors/nfacct.plugin/metadata.yaml67
1 files changed, 67 insertions, 0 deletions
diff --git a/collectors/nfacct.plugin/metadata.yaml b/collectors/nfacct.plugin/metadata.yaml
new file mode 100644
index 0000000000..e970377f3f
--- /dev/null
+++ b/collectors/nfacct.plugin/metadata.yaml
@@ -0,0 +1,67 @@
+module_name: nfacct.plugin
+plugin_name: nfacct.plugin
+alerts: []
+metrics:
+ folding:
+ title: Metrics
+ enabled: false
+ description: ""
+ availability: []
+ scopes:
+ - name: global
+ description: ""
+ labels: []
+ metrics:
+ - name: netfilter.netlink_new
+ description: Connection Tracker New Connections
+ unit: "connections/s"
+ chart_type: line
+ dimensions:
+ - name: new
+ - name: ignore
+ - name: invalid
+ - name: netfilter.netlink_changes
+ description: Connection Tracker Changes
+ unit: "changes/s"
+ chart_type: line
+ dimensions:
+ - name: insert
+ - name: delete
+ - name: delete_list
+ - name: netfilter.netlink_search
+ description: Connection Tracker Searches
+ unit: "searches/s"
+ chart_type: line
+ dimensions:
+ - name: searched
+ - name: search_restart
+ - name: found
+ - name: netfilter.netlink_errors
+ description: Connection Tracker Errors
+ unit: "events/s"
+ chart_type: line
+ dimensions:
+ - name: icmp_error
+ - name: insert_failed
+ - name: drop
+ - name: early_drop
+ - name: netfilter.netlink_expect
+ description: Connection Tracker Expectations
+ unit: "expectations/s"
+ chart_type: line
+ dimensions:
+ - name: created
+ - name: deleted
+ - name: new
+ - name: netfilter.nfacct_packets
+ description: Netfilter Accounting Packets
+ unit: "packets/s"
+ chart_type: line
+ dimensions:
+ - name: a dimension per nfacct object
+ - name: netfilter.nfacct_bytes
+ description: Netfilter Accounting Bandwidth
+ unit: "kilobytes/s"
+ chart_type: line
+ dimensions:
+ - name: a dimension per nfacct object