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] Support POST method for series endpoint #5417
Comments
simonpasquier
added
kind/enhancement
component/api
labels
Mar 29, 2019
bobmshannon
referenced this issue
Mar 30, 2019
Merged
Add support for POSTing to /series endpoint #5422
brian-brazil
closed this
in
#5422
Apr 2, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
eahydra commentedMar 29, 2019
Proposal
Use case. Why is this important?
Some user queries
/api/v1/serieswith many label values, it will trigger the GET url length limit.If support POST method for
/api/v1/serieslike/api/v1/queryendpoint, the use case will be fine.