AzureMonitor: Document maximum returned records for Resource Graph (#49801)

This commit is contained in:
Andres Martinez Gotor 2022-05-30 15:49:42 +02:00 committed by GitHub
parent 216565aa00
commit aceb218157
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -272,6 +272,10 @@ You can use Grafana macros when constructing a query. Use the macros in the wher
If using the `All` option, then check the `Include All Option` checkbox and in the `Custom all value` field type in the following value: `all`. If `$myVar` has value `all` then the macro will instead expand to `1 == 1`. For template variables with a lot of options, this will increase the query performance by not building a large "where..in" clause.
### Working with large Azure resource data sets
If a request exceeds the [maximum allowed value of records](https://docs.microsoft.com/en-us/azure/governance/resource-graph/concepts/work-with-data#paging-results), the result is paginated and only the first page of results are returned. You can use filters to reduce the amount of records returned under that value.
## Going further with Azure Monitor
See the following topics to learn more about the Azure Monitor data source: