Im trying to add my Prometheus metrics to Graphana, but the problem is that we are only able to expose the /metrics
url for this.
When adding the Prometheus Data Source in Graphana, it is trying to hit /metrics/api/v1/label/<job name in Graphana>
and since we only have /metrics
this fails and returns a 404.
Is there any to simply provide the metrics urls in Graphana without the need for other endpoints?