Commit ef16b510 authored by Gianluca Arbezzano's avatar Gianluca Arbezzano Committed by k8s-ci-robot

Bump Telegraf (#3188)

/assign @mattfarina
parent 8d30e20c
name: telegraf
version: 0.2.2
version: 0.3.0
deprecated: true
description: Telegraf is an agent written in Go for collecting, processing, aggregating, and writing metrics.
keywords:
......
......@@ -3,9 +3,8 @@
## ref: https://hub.docker.com/r/library/telegraf/tags/
image:
repo: "telegraf"
tag: "1.2.0-alpine"
tag: "1.5-alpine"
pullPolicy: IfNotPresent
## Configure the telegraf daemonset here.
## Resource limits and outputs can be set seperately
daemonset:
......@@ -69,7 +68,7 @@ daemonset:
## insecure_skip_verify: false
## data_format: "influx"
## kafka:
## brokers:
## brokers:
## - "localhost:9092"
## topic: "telegraf"
## routing_tag: "host"
......@@ -82,7 +81,7 @@ daemonset:
## insecure_skip_verify: false
## data_format: "influx"
## mqtt:
## servers:
## servers:
## - "localhost:1883"
## topic_prefix: "telegraf"
## username: "telegraf"
......@@ -93,7 +92,7 @@ daemonset:
## insecure_skip_verify: false
## data_format: "influx"
## nats:
## servers:
## servers:
## - "nats://localhost:4222"
## username: ""
## password: ""
......@@ -113,8 +112,8 @@ daemonset:
totalcpu: true
collect_cpu_time: false
disk:
ignore_fs:
- "tmpfs"
ignore_fs:
- "tmpfs"
- "devtmpfs"
diskio:
docker:
......@@ -129,7 +128,6 @@ daemonset:
url: "http://$HOSTNAME:10255"
bearer_token: "/var/run/secrets/kubernetes.io/serviceaccount/token"
insecure_skip_verify: true
## Configure the telegraf single instance here.
## Resource limits and outputs can be set seperately
single:
......@@ -150,11 +148,9 @@ single:
service:
enabled: true
type: ClusterIP
## Exposed telegraf configuration
## For full list of possible values see `/docs/all-config-values.yaml` and `/docs/all-config-values.toml`
## ref: https://docs.influxdata.com/telegraf/v1.1/administration/configuration/
config:
## global_tags:
## dc: "us-east-1"
......@@ -203,7 +199,7 @@ single:
## insecure_skip_verify: false
## data_format: "influx"
## kafka:
## brokers:
## brokers:
## - "localhost:9092"
## topic: "telegraf"
## routing_tag: "host"
......@@ -216,7 +212,7 @@ single:
## insecure_skip_verify: false
## data_format: "influx"
## mqtt:
## servers:
## servers:
## - "localhost:1883"
## topic_prefix: "telegraf"
## username: "telegraf"
......@@ -227,7 +223,7 @@ single:
## insecure_skip_verify: false
## data_format: "influx"
## nats:
## servers:
## servers:
## - "nats://localhost:4222"
## username: ""
## password: ""
......@@ -247,14 +243,14 @@ single:
totalcpu: true
system:
## aerospike:
## servers:
## servers:
## - "localhost:3000"
## apache:
## urls:
## urls:
## - "http://localhost/server-status?auto"
## cassandra:
## context: "/jolokia/read"
## servers:
## servers:
## - "myuser:mypassword@10.10.10.1:8778"
## - "10.10.10.2:8778"
## - ":8778"
......@@ -276,8 +272,8 @@ single:
## namespace: "AWS/ELB"
## ratelimit: 10
## metrics:
## names:
## - "Latency"
## names:
## - "Latency"
## - "RequestCount"
## dimensions:
## name: "LoadBalancerName"
......@@ -290,30 +286,30 @@ single:
## password: ""
## datacentre: ""
## couchbase:
## servers:
## servers:
## - "http://localhost:8091"
## couchdb:
## hosts:
## hosts:
## - "http://localhost:8086/_stats"
## disque:
## servers:
## servers:
## - "localhost"
## dns_query:
## servers:
## servers:
## - "8.8.8.8"
## domains:
## domains:
## - "."
## record_type: "A"
## port: 53
## timeout: 2
## dovecot:
## servers:
## servers:
## - "localhost:24242"
## type: "global"
## filters:
## - ""
## elasticsearch:
## servers:
## servers:
## - "http://localhost:9200"
## http_timeout: "5s"
## local: true
......@@ -335,7 +331,7 @@ single:
## ssl_key: "/etc/telegraf/key.pem"
## insecure_skip_verify: false
## haproxy:
## servers:
## servers:
## - "http://myhaproxy.com:1936/haproxy?stats"
influxdb:
urls:
......@@ -354,13 +350,13 @@ single:
## days_old: 0
## campaign_id: ""
## memcached:
## servers:
## servers:
## - "localhost:11211"
## unix_sockets:
## - "/var/run/memcached.sock"
## mesos:
## timeout: 100
## masters:
## masters:
## - "localhost:5050"
## master_collections:
## - "resources"
......@@ -373,7 +369,7 @@ single:
## - "evqueue"
## - "registrar"
## slaves:
## -
## -
## slave_collections:
## - "resources"
## - "agent"
......@@ -382,11 +378,11 @@ single:
## - "tasks"
## - "messages"
## mongodb:
## servers:
## servers:
## - "mongodb://user:password@127.0.0.1:27017"
## gather_perdb_stats: false
## mysql:
## servers:
## servers:
## - "tcp(127.0.0.1:3306)?tls=false"
## perf_events_statements_digest_text_limit : 120
## perf_events_statements_limit: 250
......@@ -412,16 +408,16 @@ single:
## expect: "ssh"
## read_timeout: "1s"
## nginx:
## urls:
## urls:
## - "http://nginx.nginx-ingress/nginx_status"
## nsq:
## endpoints:
## endpoints:
## - "http://localhost:4151"
## phpfpm:
## urls:
## urls:
## - "http://localhost/status"
## ping:
## urls:
## urls:
## - "www.google.com"
## count: 1
## ping_interval: 1.0
......@@ -429,13 +425,13 @@ single:
## interface: ""
## postgresql:
## address: "postgres://user:password@localhost?sslmode=disable"
## ignored_databases:
## ignored_databases:
## - "postgres"
## databases:
## databases:
## - "app_production"
## - "testing"
prometheus:
urls:
urls:
- "https://kubernetes.default:443/metrics"
name_prefix: "prom_"
bearer_token: "/var/run/secrets/kubernetes.io/serviceaccount/token"
......@@ -452,31 +448,31 @@ single:
## ssl_cert: "/etc/telegraf/cert.pem"
## ssl_key: "/etc/telegraf/key.pem"
## insecure_skip_verify: false
## nodes:
## nodes:
## - "rabbit@node1"
## - "rabbit@node2"
## raindrops:
## urls:
## urls:
## - "http://localhost:8080/_raindrops"
## redis:
## servers:
## servers:
## - "tcp://localhost:6379"
## rethinkdb:
## servers:
## servers:
## - "127.0.0.1:28015"
## riak:
## servers:
## servers:
## - "http://localhost:8098"
## sqlserver:
## servers:
## - "Server=192.168.1.10;Port=1433;User Id=<user>;Password=<pw>;app name=telegraf;log=1;"
## twemproxy:
## addr: "localhost:22222"
## pools:
## pools:
## - "redis_pool"
## - "mc_pool"
## zookeeper:
## servers:
## servers:
## - "localhost:2181"
## http_listener:
## service_address: ":8186"
......@@ -486,10 +482,10 @@ single:
## max_line_size: 0
statsd:
service_address: ":8125"
percentiles:
percentiles:
- 50
- 95
- 99
metric_separator: "_"
allowed_pending_messages: 10000
percentile_limit: 1000
\ No newline at end of file
percentile_limit: 1000
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment