Grafana: Difference between revisions
Pamplemousse (talk | contribs) No edit summary |
m http:// is needed here |
||
Line 69: | Line 69: | ||
name = "Prometheus"; | name = "Prometheus"; | ||
type = "prometheus"; | type = "prometheus"; | ||
url = "${config.services.prometheus.listenAddress}:${toString config.services.prometheus.port}"; | url = "http://${config.services.prometheus.listenAddress}:${toString config.services.prometheus.port}"; | ||
} | } | ||
# Some plugins also can - c.f. https://grafana.com/docs/plugins/yesoreyeram-infinity-datasource/latest/setup/provisioning/ | # Some plugins also can - c.f. https://grafana.com/docs/plugins/yesoreyeram-infinity-datasource/latest/setup/provisioning/ |