docker-grafana-graphite icon indicating copy to clipboard operation
docker-grafana-graphite copied to clipboard

dashboard config??

Open niuhp opened this issue 8 years ago • 1 comments

I get the docker.io/kamon/grafana_graphite:lastest image from docker hub,and start it by docker run -v /etc/localtime:/etc/localtime:ro -p 80:80 -p 8125:8125/udp -p 8126:8126 -p 8083:8083 -p 8086:8086 -p 8084:8084 -p 81:81 --name kamon kamon/grafana_graphite when I open http://localhost ,it just home and docker dashboad,how can I add other such ad Kamon Dashboad and System Metrics

niuhp avatar Feb 16 '17 06:02 niuhp

I think I'm having the same issue. The dashboards do not seem to be imported correctly.

On manual uploading of grafana/dashboards/welcome.json also results in this error message in the grafana web interface:

Dashboard init failed
Template variables could not be initialized: b.metricFindQuery is not a function. (In 'b.metricFindQuery(a.query)', 'b.metricFindQuery' is undefined)

It shows up, but I can't save the board.

TimSoethout avatar Mar 15 '17 12:03 TimSoethout