Thursday, October 27, 2016

grafana-influxdb-and-statsd

https://github.com/etsy/statsd/wiki

https://docs.influxdata.com/telegraf/v1.0/

https://docs.influxdata.com/influxdb/v1.0/concepts/key_concepts/

https://www.datadoghq.com/blog/statsd/

Influxdata downloads: download the Docker containers
https://www.influxdata.com/downloads/

Docker network connect
http://stackoverflow.com/questions/18460016/connect-from-one-docker-container-to-another#20217593
https://docs.docker.com/engine/userguide/networking/work-with-networks/#connect-containers

Graphana
http://grafana.org/

Choose a statds server:

Docker images:
https://hub.docker.com/r/samuelebistoletti/docker-statsd-influxdb-grafana/

Docker files:
https://github.com/kamon-io/docker-grafana-influxdb


Mapped ports between the server and the Docker container example:
https://hub.docker.com/r/samuelebistoletti/docker-statsd-influxdb-grafana/

Composing a graphite server for Docker that shows how to map the ports in the Docker file
https://thepracticalsysadmin.com/composing-a-graphite-server-with-docker/