You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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)
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
The text was updated successfully, but these errors were encountered: