Closed maksym-iv closed 10 months ago
Heya - we are currently experiencing a partial degradation in querying, so this is likely related to that.
The issue mostly affects querying over data older than 25 hours, but there are knock-on effects which is causing slightly worse query performance for data fresher than 25 hours as well.
Will keep you updated.
You can follow along here: https://status.cloud.google.com/incidents/ZvBMWa5Z8yhfCwbp5xTp#2c2sBHWU84yPDJ8y1ar4
Closing since it's an GCP issue
Also it should be good now: https://status.cloud.google.com/incidents/ZvBMWa5Z8yhfCwbp5xTp#2c2sBHWU84yPDJ8y1ar4
Hello, I'm a bit new to the GCP managed Prometheus, however worked with self-managed prometheus for a while. Currently we ingest all metrics from 4 projects to a single one (aggregating the metrics). We have a prom-frontend set up in GKE alongside with Grafana. Recently I've noticed a strange error comming from both Grafana and
prom-frontend
(did akubectl port-forward
and queried prom UI directly to exclude Grafana from the equation) when doing a pretty trivial query (with period of 2 days):Errors noticed:
There is no crazy cardinality for the metric (31 in GCP UI).
Same query in UI succeed, but takes for 10+ seconds to show the results, which also seems to be a bit strange
I believe I'm missing something simple, however can't figure out what excatly, would appreciate any advice in solving this issue