Prometheus · Arazzo Workflow
Prometheus Run a Large PromQL Expression via POST
Version 1.0.0
Evaluate an expression too long for a URL, first instant then across a range.
Provider
Workflows
large-promql-query-post
Evaluate a long PromQL expression through the POST query endpoints.
Identical semantics to the GET query endpoints, with the expression carried in an application/x-www-form-urlencoded body instead of the query string.
1
evaluateInstantViaPost
queryInstantPost
Evaluate the expression at a single point in time, sending it in the request body so no URL length limit applies.
2
evaluateRangeViaPost
queryRangePost
Evaluate the same expression across the full time range, again through the request body, producing the matrix used for charting or export.