kamon-io / docker-grafana-graphite

Docker image with StatsD, Graphite, Grafana 2 and a Kamon Dashboard
Apache License 2.0
1.14k stars 495 forks source link

Incorrect Docker Hub documentation regarding Graphite Datasource #90

Open tlhunter opened 7 years ago

tlhunter commented 7 years ago

The documentation on Docker Hub is incorrect: https://hub.docker.com/r/kamon/grafana_graphite/

The docs state that one should add localhost:8080 as a data source, when one should actually add localhost:81.

ryankennedyio commented 7 years ago

Thanks @tlhunter, I had been looking for the connection port without much luck.

tomekit commented 7 years ago

Thanks @tlhunter, I've eventually figured this out on my own, but wasn't sure how to add datasource properly, it took me a while.

It would be great if: "Using the Dashboards" section describes what actually user need to put in order for Grafana to connect to Graphite.

Note that the http protocol needs to be put as a prefix. This might be obvious, but I've assumed that no protocol would do, but it doesn't.

Correct: http://localhost:81 anything else, might not work.