The Prometheus plugin currently requires the Prometheus Service Address to be configured in the format:
namespace/service-name:port
This works if Prometheus (Mimir in our case) is running inside the same Kubernetes cluster.
However, in environments with multiple Kubernetes clusters, this prevents you from linking those clusters to Prometheus.
Would it be possible to have it allow normal URL's as well as direct services?