Adding upstream version 1.34.4.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
e393c3af3f
commit
4978089aab
4963 changed files with 677545 additions and 0 deletions
34
plugins/inputs/azure_monitor/testdata/toml/gather_success.toml
vendored
Normal file
34
plugins/inputs/azure_monitor/testdata/toml/gather_success.toml
vendored
Normal file
|
@ -0,0 +1,34 @@
|
|||
subscription_id = "subscriptionID"
|
||||
client_id = "clientID"
|
||||
client_secret = "clientSecret"
|
||||
tenant_id = "tenantID"
|
||||
|
||||
[[resource_target]]
|
||||
resource_id = "resourceGroups/resourceGroup1/providers/Microsoft.Test/type1/resource1"
|
||||
metrics = ["metric1", "metric2"]
|
||||
aggregations = ["Total", "Maximum"]
|
||||
|
||||
[[resource_target]]
|
||||
resource_id = "resourceGroups/resourceGroup1/providers/Microsoft.Test/type2/resource2"
|
||||
metrics = ["metric1"]
|
||||
aggregations = ["Total", "Minimum"]
|
||||
|
||||
[[resource_target]]
|
||||
resource_id = "resourceGroups/resourceGroup2/providers/Microsoft.Test/type1/resource3"
|
||||
metrics = ["metric1"]
|
||||
aggregations = ["Total", "Minimum"]
|
||||
|
||||
[[resource_target]]
|
||||
resource_id = "resourceGroups/resourceGroup2/providers/Microsoft.Test/type2/resource4"
|
||||
metrics = ["metric1"]
|
||||
aggregations = ["Total", "Maximum"]
|
||||
|
||||
[[resource_target]]
|
||||
resource_id = "resourceGroups/resourceGroup2/providers/Microsoft.Test/type2/resource5"
|
||||
metrics = ["metric2"]
|
||||
aggregations = ["Total"]
|
||||
|
||||
[[resource_target]]
|
||||
resource_id = "resourceGroups/resourceGroup2/providers/Microsoft.Test/type2/resource6"
|
||||
metrics = ["metric2"]
|
||||
aggregations = ["Average"]
|
Loading…
Add table
Add a link
Reference in a new issue