Prometheus query error 400 Bad Request after changing label selectors
Problem: Prometheus query returns 400 Bad Request after changing label selectors After a recent change to the AI model evaluation exporter, dashboard panels that query model_inference_latency_seconds, model_accuracy, and model_tokens_total started failing with HTTP 400 responses from the Prometheus query API. The error payload typically looks like: { “status”:”error”, “errorType”:”bad_data”, “error”:”parse error at char 27: unexpected character ‘\\’ in … Read more