Complete PromQL toolkit with generation and validation capabilities
94
94%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Advisory
Suggest reviewing before use
A new team member is reviewing an existing Grafana dashboard and encounters a complex PromQL query they do not understand. They need a clear plain-English explanation before they can maintain or modify it safely.
histogram_quantile(
0.95,
sum by (le, job) (
rate(http_request_duration_seconds_bucket{job="checkout-service"}[5m])
)
)Produce an explanation file query-explanation.md that covers:
rate(), sum by(), and histogram_quantile()
in plain English in the context of this specific query.le label).Produce a single file query-explanation.md with all six sections.