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

Templating init failed #122

Open usmanskhan opened 6 years ago

usmanskhan commented 6 years ago

I am getting this error during the deployment of grafana-graphite docker

Templating init failed
Datasource named ${DS_LOCAL_GRAPHITE} was not found

This happens with all the dashboards being imported. However importing the dashboards manually solves the problem.

The dasboard's json contains the following lines:

"__inputs": [
    {
      "name": "DS_LOCAL_GRAPHITE",
      "label": "Local Graphite",
      "description": "",
      "type": "datasource",
      "pluginId": "graphite",
      "pluginName": "Graphite"
    }

Any help would be appreciated