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
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?