Extra configuration options for telegraf.
Declarations
Type
TOML value
Default
{ }
Example
{
inputs = {
statsd = {
delete_timings = true;
service_address = ":8125";
};
};
outputs = {
influxdb = {
database = "telegraf";
urls = [
"http://localhost:8086"
];
};
};
}