This repository was archived by the owner on Feb 29, 2020. It is now read-only.

Description
When you click the button in the data sources window to see the graph in prometheus, the URL generated is wrong. It strips the trailing slash off the end of the Prometheus server url.
What it generates: https://path-to-prometheus-servergraph#foobar
What it should generate: https://path-to-prometheus-server/graph#foobar
I've double checked that my server url has the slash at the end.