Skip to content

Instantly share code, notes, and snippets.

@ndegory
Created November 14, 2016 14:39
Show Gist options
  • Save ndegory/24f8f77cb72868f8e6806b2bfdf4da60 to your computer and use it in GitHub Desktop.
Save ndegory/24f8f77cb72868f8e6806b2bfdf4da60 to your computer and use it in GitHub Desktop.
Stdout of Telegraf Docker input plugin with Docker 1.12.3
2016/11/14 14:37:15 I! Using config file: /etc/telegraf/telegraf.conf
2016/11/14 14:37:15 E! Database creation failed: Post http://influxdb:8086/query?db=&q=CREATE+DATABASE+%22telegraf%22: dial tcp 172.20.0.2:8086: getsockopt: connection refused
2016/11/14 14:37:15 I! Starting Telegraf (version 1.1.0)
2016/11/14 14:37:15 I! Loaded outputs: influxdb
2016/11/14 14:37:15 I! Loaded inputs: inputs.docker
2016/11/14 14:37:15 I! Tags enabled: host=036ac316aed4
2016/11/14 14:37:15 I! Agent Config: Interval:10s, Quiet:false, Hostname:"036ac316aed4", Flush Interval:10s
2016/11/14 14:37:30 I! Output [influxdb] buffer fullness: 24 / 10000 metrics. Total gathered metrics: 24. Total dropped metrics: 0.
2016/11/14 14:37:30 I! Output [influxdb] wrote batch of 24 metrics in 19.200448ms
2016/11/14 14:37:40 I! Output [influxdb] buffer fullness: 22 / 10000 metrics. Total gathered metrics: 46. Total dropped metrics: 0.
2016/11/14 14:37:40 I! Output [influxdb] wrote batch of 22 metrics in 5.544059ms
2016/11/14 14:37:50 I! Output [influxdb] buffer fullness: 22 / 10000 metrics. Total gathered metrics: 68. Total dropped metrics: 0.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment