grafana / k8s-monitoring-helm

Apache License 2.0
176 stars 72 forks source link

Adding full Endpoint into K8S Monitoring HELM values results in 404 #683

Closed lionelmarksgrafana closed 2 days ago

lionelmarksgrafana commented 1 month ago

Seems like there's an issue where api/prom/push is appended to the helm value

grafana-alloy.k8s-monitoring.externalServices.prometheus.host=https://prometheus-us-central1.grafana.net/api/prom/push

Screenshot 2024-08-09 at 12 37 48 PM Screenshot 2024-08-09 at 12 40 35 PM
petewall commented 1 month ago

This is basically the same at https://github.com/grafana/k8s-monitoring-helm/issues/282

The reason I went with the bare host instead of write URL was that it let me build URLs for both writing as well as querying. I realized later that this causes a bit of a copy-paste problem, where Grafana Cloud shows the prometheus URL with the path.