youtubebeat/vendor/github.com/elastic/beats/metricbeat/modules.d/golang.yml.disabled

14 lines
295 B
Text
Raw Normal View History

2018-11-18 11:08:38 +01:00
# Module: golang
# Docs: https://www.elastic.co/guide/en/beats/metricbeat/6.5/metricbeat-module-golang.html
- module: golang
#metricsets:
# - expvar
# - heap
period: 10s
hosts: ["localhost:6060"]
heap.path: "/debug/vars"
expvar:
namespace: "example"
path: "/debug/vars"