Skip to content

Commit 3b53f51

Browse files
Merge pull request #252341 from kinghorn/patch-9
Update prometheus-api-promql.md
2 parents 5e8c046 + 8f27f0f commit 3b53f51

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

articles/azure-monitor/essentials/prometheus-api-promql.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ The following limitations are in addition to those detailed in the Prometheus sp
193193

194194
+ Query must be scoped to a metric
195195
Any time series fetch queries (/series or /query or /query_range) must contain a \_\_name\_\_ label matcher. That is, each query must be scoped to a metric. There can only be one \_\_name\_\_ label matcher in a query.
196+
+ Query /series does not support regular expression filter
196197
+ Supported time range
197198
+ /query_range API supports a time range of 32 days. This is the maximum time range allowed, including range selectors specified in the query itself.
198199
For example, the query `rate(http_requests_total[1h]` for last the 24 hours would actually mean data is being queried for 25 hours. This comes from the 24-hour range plus the 1 hour specified in query itself.

0 commit comments

Comments
 (0)