rice/docker-host/setup/files/vector.toml

14 lines
281 B
TOML
Raw Normal View History

[sources.host_metrics]
type = "host_metrics"
collectors = [ "cpu", "disk", "host", "memory", "network" ]
namespace = "leftcoastlab-host"
scrape_interval_secs = 60
[sinks.host_metrics_output]
type = "console"
inputs = [ "host_metrics" ]
target = "stdout"
encoding.codec = "json"