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
{{ message }}
This repository was archived by the owner on Feb 29, 2020. It is now read-only.
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.
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#foobarWhat it should generate:
https://path-to-prometheus-server/graph#foobarI've double checked that my server url has the slash at the end.