Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign up[Feature Request] Provide POST endpoint for query+query_range #3072
Comments
grobie
added
the
kind/enhancement
label
Aug 14, 2017
brian-brazil
added
component/ui
help wanted
priority/P2
and removed
help wanted
labels
Aug 21, 2017
gouthamve
added
the
hacktoberfest
label
Sep 28, 2017
hashmap
added a commit
to hashmap/prometheus
that referenced
this issue
Oct 20, 2017
grobie
closed this
in
#3322
Nov 11, 2017
grobie
added a commit
that referenced
this issue
Nov 11, 2017
mtanda
referenced this issue
Nov 12, 2017
Merged
(prometheus) support POST for query and query_range #9859
juliusv
referenced this issue
Jul 11, 2018
Open
API client doesn't support POST method for Query/QueryRange #428
This comment has been minimized.
This comment has been minimized.
lock
bot
commented
Mar 23, 2019
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
lock
bot
locked and limited conversation to collaborators
Mar 23, 2019
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
grobie commentedAug 14, 2017
•
edited
What did you do?
When using Grafana, template variables and the All option, the generated regex label matcher can become quite large. If the expression uses the same regex matcher multiple times (like in
something{instance=~"$instance"} + something_else{instance=~"$instance"})the generated expression can easily hit the URL size limit.What do you want to see?
Sending these expressions in the body of a POST request would avoid the URL size limitations.