summaryrefslogtreecommitdiffstats
path: root/collectors/python.d.plugin/go_expvar
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/python.d.plugin/go_expvar
parentb6dfef57516f734d3e2e1953d7bcedd69c2d890f (diff)
Add yaml metadata for metrics.csv files (#15238)
Diffstat (limited to 'collectors/python.d.plugin/go_expvar')
-rw-r--r--collectors/python.d.plugin/go_expvar/metadata.yaml57
1 files changed, 57 insertions, 0 deletions
diff --git a/collectors/python.d.plugin/go_expvar/metadata.yaml b/collectors/python.d.plugin/go_expvar/metadata.yaml
new file mode 100644
index 0000000000..aa73b8f0a5
--- /dev/null
+++ b/collectors/python.d.plugin/go_expvar/metadata.yaml
@@ -0,0 +1,57 @@
+module_name: go_expvar
+plugin_name: python.d.plugin
+alerts: []
+metrics:
+ folding:
+ title: Metrics
+ enabled: false
+ description: ""
+ availability: []
+ scopes:
+ - name: global
+ description: ""
+ labels: []
+ metrics:
+ - name: expvar.memstats.heap
+ description: 'memory: size of heap memory structures'
+ unit: "KiB"
+ chart_type: line
+ dimensions:
+ - name: alloc
+ - name: inuse
+ - name: expvar.memstats.stack
+ description: 'memory: size of stack memory structures'
+ unit: "KiB"
+ chart_type: line
+ dimensions:
+ - name: inuse
+ - name: expvar.memstats.mspan
+ description: 'memory: size of mspan memory structures'
+ unit: "KiB"
+ chart_type: line
+ dimensions:
+ - name: inuse
+ - name: expvar.memstats.mcache
+ description: 'memory: size of mcache memory structures'
+ unit: "KiB"
+ chart_type: line
+ dimensions:
+ - name: inuse
+ - name: expvar.memstats.live_objects
+ description: 'memory: number of live objects'
+ unit: "objects"
+ chart_type: line
+ dimensions:
+ - name: live
+ - name: expvar.memstats.sys
+ description: 'memory: size of reserved virtual address space'
+ unit: "KiB"
+ chart_type: line
+ dimensions:
+ - name: sys
+ - name: expvar.memstats.gc_pauses
+ description: 'memory: average duration of GC pauses'
+ unit: "ns"
+ chart_type: line
+ dimensions:
+ - name: avg