14 lines
281 B
TOML
14 lines
281 B
TOML
[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"
|
|
|