|
I've installed Pyrra in GKE using @rlex' Helm chart, atop Google's Managed Prometheus offering. Thus: However, it looks like Pyrra is never able to successfully query Prometheus. All the Query and QueryRange calls in the UI return 500s (so the Availability and ErrorBudget elements never populate), and I get log entries like this for Pyrra: The internal Prometheus service is being passed to the Pyrra container, (Using POST simply because the UI does -- same result with GET and a query string) Or running directly on the Pyrra pod: PEBKAC? I'm scratching my head here. |
Bug filed: #1063