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

Bump Telegraf (#3188)

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