File tree Expand file tree Collapse file tree 6 files changed +87
-2
lines changed
infra-azurestorageaccount
infra-azurevirtualmachinescaleset Expand file tree Collapse file tree 6 files changed +87
-2
lines changed Original file line number Diff line number Diff line change 11domain : INFRA
22type : AZURESTORAGEACCOUNT
3+ goldenTags :
4+ - azure.regionName
5+ - azure.subscriptionId
6+ - azure.type
7+ - azure.resourceGroupName
8+ - azure.hasSecondary
9+ - azure.provisioningState
310compositeMetrics :
11+ goldenMetrics :
12+ - golden_metrics.yml
413 summaryMetrics :
514 - summary_metrics.yml
Original file line number Diff line number Diff line change 1+ transactions :
2+ title : Transactions
3+ query :
4+ select : sum(transactions.Total)
5+ from : AzureStorageAccountSample
6+ facet : entityName
7+ eventId : entityGuid
8+ availabilityPercent :
9+ title : Availability
10+ query :
11+ select : average(availabilityPercent.Average)
12+ from : AzureStorageAccountSample
13+ facet : entityName
14+ eventId : entityGuid
15+ successE2ELatencyMilliseconds :
16+ title : Success E2E Latency (ms)
17+ query :
18+ select : average(successE2ELatencyMilliseconds.Average)
19+ from : AzureStorageAccountSample
20+ facet : entityName
21+ eventId : entityGuid
Original file line number Diff line number Diff line change 11domain : INFRA
22type : AZUREVIRTUALMACHINESCALESET
3+ goldenTags :
4+ - azure.regionName
5+ - azure.subscriptionId
6+ - azure.type
7+ - azure.resourceGroupName
8+ compositeMetrics :
9+ goldenMetrics :
10+ - golden_metrics.yml
11+ summaryMetrics :
12+ - summary_metrics.yml
Original file line number Diff line number Diff line change 1+ cpuPercent :
2+ title : CPU
3+ query :
4+ select : average(cpuPercent.Average)
5+ from : AzureVirtualMachineScaleSetSample
6+ facet : entityName
7+ eventId : entityGuid
8+ networkInTotal :
9+ title : Incoming traffic (bytes)
10+ query :
11+ select : average(networkInTotalBytes.Average)
12+ from : AzureVirtualMachineScaleSetSample
13+ facet : entityName
14+ eventId : entityGuid
15+ networkOutTotal :
16+ title : Outgoing traffic (bytes)
17+ query :
18+ select : average(networkOutTotalBytes.Average)
19+ from : AzureVirtualMachineScaleSetSample
20+ facet : entityName
21+ eventId : entityGuid
Original file line number Diff line number Diff line change 1+ providerAccountName :
2+ tag :
3+ key : providerAccountName
4+ title : Azure Account
5+ unit : STRING
6+ cpuPercent :
7+ query :
8+ eventId : entityGuid
9+ select : average(cpuPercent.Average)
10+ from : AzureVirtualMachineScaleSetSample
11+ unit : PERCENTAGE
12+ title : CPU
13+ networkInTotal :
14+ query :
15+ eventId : entityGuid
16+ select : average(networkInTotalBytes.Average)
17+ from : AzureVirtualMachineScaleSetSample
18+ unit : BYTES
19+ title : Incoming
20+ networkOutTotal :
21+ query :
22+ eventId : entityGuid
23+ select : average(networkOutTotalBytes.Average)
24+ from : AzureVirtualMachineScaleSetSample
25+ unit : BYTES
26+ title : Outgoing
Original file line number Diff line number Diff line change @@ -5,5 +5,3 @@ goldenTags:
55compositeMetrics :
66 goldenMetrics :
77 - golden_metrics.yml
8- summaryMetrics :
9- - summary_metrics.yml
You can’t perform that action at this time.
0 commit comments