mirror of
https://github.com/prometheus/prometheus
synced 2024-12-26 00:23:18 +00:00
Improve docs for query POST requests (#5428)
Signed-off-by: Bob Shannon <bobs@dropbox.com>
This commit is contained in:
parent
8c8bb82d04
commit
f8932dde66
@ -88,7 +88,7 @@ The current server time is used if the `time` parameter is omitted.
|
|||||||
|
|
||||||
You can URL-encode these parameters directly in the request body by using the `POST` method and
|
You can URL-encode these parameters directly in the request body by using the `POST` method and
|
||||||
`Content-Type: application/x-www-form-urlencoded` header. This is useful when specifying a large
|
`Content-Type: application/x-www-form-urlencoded` header. This is useful when specifying a large
|
||||||
or dynamic number of series selectors that may breach server-side URL character limits.
|
query that may breach server-side URL character limits.
|
||||||
|
|
||||||
The `data` section of the query result has the following format:
|
The `data` section of the query result has the following format:
|
||||||
|
|
||||||
@ -154,7 +154,7 @@ URL query parameters:
|
|||||||
|
|
||||||
You can URL-encode these parameters directly in the request body by using the `POST` method and
|
You can URL-encode these parameters directly in the request body by using the `POST` method and
|
||||||
`Content-Type: application/x-www-form-urlencoded` header. This is useful when specifying a large
|
`Content-Type: application/x-www-form-urlencoded` header. This is useful when specifying a large
|
||||||
or dynamic number of series selectors that may breach server-side URL character limits.
|
query that may breach server-side URL character limits.
|
||||||
|
|
||||||
The `data` section of the query result has the following format:
|
The `data` section of the query result has the following format:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user