Telegraf
Platform:
| Channel | Revision | Published | Runs on |
|---|---|---|---|
| latest/edge | 12 | 03 Jun 2021 |
juju deploy telegraf-k8s --channel edge
-
agent_conf | string
Default: [agent] interval = "10s" round_interval = true metric_batch_size = 1000 metric_buffer_limit = 10000 collection_jitter = "0s" flush_interval = "10s" flush_jitter = "0s" precision = "" debug = false quiet = false logfile = "" hostname = "" omit_hostname = false
Global configuration for the telegraf agent
-
aggregators | string
aggregators create aggregate metrics (for example, mean, min, max, quantiles, etc.)
-
external_hostname | string
Default: telegraf.internal
External hostname this agent should respond to (required).
-
global_tags | string
Default: [global_tags]
Global tags for the agent, specified in key="value" (standard telegraf config file) format
-
inputs | string
Default: [[inputs.internal]] collect_memstats = true
input plugins collect metrics from the system, services, or third party APIs. This setting is required.
-
open_port | string
Default: 9103
TCP port number to open.
-
outputs | string
Default: [[outputs.prometheus_client]] listen = ":9103"
write metrics to various destinations. This setting is required.
-
processors | string
processors transform, decorate, and filter metrics.