youtubebeat/vendor/github.com/elastic/beats/metricbeat/module/golang/_meta/config.yml

11 lines
186 B
YAML

- module: golang
#metricsets:
# - expvar
# - heap
period: 10s
hosts: ["localhost:6060"]
heap.path: "/debug/vars"
expvar:
namespace: "example"
path: "/debug/vars"