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

11 lines
186 B
YAML
Raw Normal View History

2018-11-18 11:08:38 +01:00
- module: golang
#metricsets:
# - expvar
# - heap
period: 10s
hosts: ["localhost:6060"]
heap.path: "/debug/vars"
expvar:
namespace: "example"
path: "/debug/vars"