AzureConfiguration
AzureConfiguration
Configurations specific to the Azure integration. Only applicable when the containing Credential has service=AZURE
JSON Example
{
"metricFilterRegex": "^azure.(compute|network|dbforpostgresql).*$",
"baseCredentials": {
"clientId": "string",
"clientSecret": "string",
"tenant": "string"
},
"categoryFilter": [
"string"
],
"resourceGroupFilter": [
"string"
]
}
string
metricFilterRegex
Optional
A regular expression that a metric name must match (case-insensitively) in order to be ingested
array of string
categoryFilter
Optional
A list of Azure services (such as Microsoft.Compute/virtualMachines, Microsoft.Cache/redis etc) from which to pull metrics.
array of string
resourceGroupFilter
Optional
A list of Azure resource groups from which to pull metrics.