mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-12 19:49:06 +08:00
Chore: aws integrations: ec2 and rds dashboards and collected metric details with gauges (#7113)
* chore: aws integration: update agent version * chore: aws integration: gauges based ec2 overview dashboard * chore: aws integration: gauges based rds overview dashboard * chore: aws integrations: ec2 metrics collected * chore: aws integrations: rds metrics collected
This commit is contained in:
parent
82d84c041c
commit
52f41e0064
@ -124,7 +124,7 @@ func (c *Controller) GenerateConnectionUrl(
|
|||||||
}
|
}
|
||||||
|
|
||||||
// TODO(Raj): parameterized this in follow up changes
|
// TODO(Raj): parameterized this in follow up changes
|
||||||
agentVersion := "latest"
|
agentVersion := "0.0.1"
|
||||||
|
|
||||||
connectionUrl := fmt.Sprintf(
|
connectionUrl := fmt.Sprintf(
|
||||||
"https://%s.console.aws.amazon.com/cloudformation/home?region=%s#/stacks/quickcreate?",
|
"https://%s.console.aws.amazon.com/cloudformation/home?region=%s#/stacks/quickcreate?",
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -10,345 +10,483 @@
|
|||||||
"data_collected": {
|
"data_collected": {
|
||||||
"metrics": [
|
"metrics": [
|
||||||
{
|
{
|
||||||
"name": "CPUCreditBalance",
|
"name": "aws_EC2_CPUCreditBalance_count",
|
||||||
"unit": "Count",
|
"unit": "Count",
|
||||||
"type": "Summary",
|
"type": "Gauge",
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "CPUCreditBalance_count",
|
"name": "aws_EC2_CPUCreditBalance_max",
|
||||||
"unit": "Count",
|
"unit": "Count",
|
||||||
"type": "Sum",
|
"type": "Gauge",
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "CPUCreditBalance_sum",
|
"name": "aws_EC2_CPUCreditBalance_min",
|
||||||
"unit": "Count",
|
"unit": "Count",
|
||||||
"type": "Sum",
|
"type": "Gauge",
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "CPUCreditUsage",
|
"name": "aws_EC2_CPUCreditBalance_sum",
|
||||||
"unit": "Count",
|
"unit": "Count",
|
||||||
"type": "Summary",
|
"type": "Gauge",
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "CPUCreditUsage_count",
|
"name": "aws_EC2_CPUCreditUsage_count",
|
||||||
"unit": "Count",
|
"unit": "Count",
|
||||||
"type": "Sum",
|
"type": "Gauge",
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "CPUCreditUsage_sum",
|
"name": "aws_EC2_CPUCreditUsage_max",
|
||||||
"unit": "Count",
|
"unit": "Count",
|
||||||
"type": "Sum",
|
"type": "Gauge",
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "CPUSurplusCreditBalance",
|
"name": "aws_EC2_CPUCreditUsage_min",
|
||||||
"unit": "Count",
|
"unit": "Count",
|
||||||
"type": "Summary",
|
"type": "Gauge",
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "CPUSurplusCreditBalance_count",
|
"name": "aws_EC2_CPUCreditUsage_sum",
|
||||||
"unit": "Count",
|
"unit": "Count",
|
||||||
"type": "Sum",
|
"type": "Gauge",
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "CPUSurplusCreditBalance_sum",
|
"name": "aws_EC2_CPUSurplusCreditBalance_count",
|
||||||
"unit": "Count",
|
"unit": "Count",
|
||||||
"type": "Sum",
|
"type": "Gauge",
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "CPUSurplusCreditsCharged",
|
"name": "aws_EC2_CPUSurplusCreditBalance_max",
|
||||||
"unit": "Count",
|
"unit": "Count",
|
||||||
"type": "Summary",
|
"type": "Gauge",
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "CPUSurplusCreditsCharged_count",
|
"name": "aws_EC2_CPUSurplusCreditBalance_min",
|
||||||
"unit": "Count",
|
"unit": "Count",
|
||||||
"type": "Sum",
|
"type": "Gauge",
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "CPUSurplusCreditsCharged_sum",
|
"name": "aws_EC2_CPUSurplusCreditBalance_sum",
|
||||||
"unit": "Count",
|
"unit": "Count",
|
||||||
"type": "Sum",
|
"type": "Gauge",
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "CPUUtilization",
|
"name": "aws_EC2_CPUSurplusCreditsCharged_count",
|
||||||
|
"unit": "Count",
|
||||||
|
"type": "Gauge",
|
||||||
|
"description": ""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "aws_EC2_CPUSurplusCreditsCharged_max",
|
||||||
|
"unit": "Count",
|
||||||
|
"type": "Gauge",
|
||||||
|
"description": ""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "aws_EC2_CPUSurplusCreditsCharged_min",
|
||||||
|
"unit": "Count",
|
||||||
|
"type": "Gauge",
|
||||||
|
"description": ""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "aws_EC2_CPUSurplusCreditsCharged_sum",
|
||||||
|
"unit": "Count",
|
||||||
|
"type": "Gauge",
|
||||||
|
"description": ""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "aws_EC2_CPUUtilization_count",
|
||||||
"unit": "Percent",
|
"unit": "Percent",
|
||||||
"type": "Summary",
|
"type": "Gauge",
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "CPUUtilization_count",
|
"name": "aws_EC2_CPUUtilization_max",
|
||||||
"unit": "Percent",
|
"unit": "Percent",
|
||||||
"type": "Sum",
|
"type": "Gauge",
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "CPUUtilization_sum",
|
"name": "aws_EC2_CPUUtilization_min",
|
||||||
"unit": "Percent",
|
"unit": "Percent",
|
||||||
"type": "Sum",
|
"type": "Gauge",
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "EBSByteBalance_",
|
"name": "aws_EC2_CPUUtilization_sum",
|
||||||
"unit": "Percent",
|
"unit": "Percent",
|
||||||
"type": "Summary",
|
"type": "Gauge",
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "EBSByteBalance__count",
|
"name": "aws_EC2_EBSByteBalance__count",
|
||||||
"unit": "Percent",
|
"unit": "Percent",
|
||||||
"type": "Sum",
|
"type": "Gauge",
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "EBSByteBalance__sum",
|
"name": "aws_EC2_EBSByteBalance__max",
|
||||||
"unit": "Percent",
|
"unit": "Percent",
|
||||||
"type": "Sum",
|
"type": "Gauge",
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "EBSIOBalance_",
|
"name": "aws_EC2_EBSByteBalance__min",
|
||||||
"unit": "Percent",
|
"unit": "Percent",
|
||||||
"type": "Summary",
|
"type": "Gauge",
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "EBSIOBalance__count",
|
"name": "aws_EC2_EBSByteBalance__sum",
|
||||||
"unit": "Percent",
|
"unit": "Percent",
|
||||||
"type": "Sum",
|
"type": "Gauge",
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "EBSIOBalance__sum",
|
"name": "aws_EC2_EBSIOBalance__count",
|
||||||
"unit": "Percent",
|
"unit": "Percent",
|
||||||
"type": "Sum",
|
"type": "Gauge",
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "EBSReadBytes",
|
"name": "aws_EC2_EBSIOBalance__max",
|
||||||
|
"unit": "Percent",
|
||||||
|
"type": "Gauge",
|
||||||
|
"description": ""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "aws_EC2_EBSIOBalance__min",
|
||||||
|
"unit": "Percent",
|
||||||
|
"type": "Gauge",
|
||||||
|
"description": ""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "aws_EC2_EBSIOBalance__sum",
|
||||||
|
"unit": "Percent",
|
||||||
|
"type": "Gauge",
|
||||||
|
"description": ""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "aws_EC2_EBSReadBytes_count",
|
||||||
"unit": "Bytes",
|
"unit": "Bytes",
|
||||||
"type": "Summary",
|
"type": "Gauge",
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "EBSReadBytes_count",
|
"name": "aws_EC2_EBSReadBytes_max",
|
||||||
"unit": "Bytes",
|
"unit": "Bytes",
|
||||||
"type": "Sum",
|
"type": "Gauge",
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "EBSReadBytes_sum",
|
"name": "aws_EC2_EBSReadBytes_min",
|
||||||
"unit": "Bytes",
|
"unit": "Bytes",
|
||||||
"type": "Sum",
|
"type": "Gauge",
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "EBSReadOps",
|
"name": "aws_EC2_EBSReadBytes_sum",
|
||||||
"unit": "Count",
|
|
||||||
"type": "Summary",
|
|
||||||
"description": ""
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "EBSReadOps_count",
|
|
||||||
"unit": "Count",
|
|
||||||
"type": "Sum",
|
|
||||||
"description": ""
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "EBSReadOps_sum",
|
|
||||||
"unit": "Count",
|
|
||||||
"type": "Sum",
|
|
||||||
"description": ""
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "EBSWriteBytes",
|
|
||||||
"unit": "Bytes",
|
"unit": "Bytes",
|
||||||
"type": "Summary",
|
"type": "Gauge",
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "EBSWriteBytes_count",
|
"name": "aws_EC2_EBSReadOps_count",
|
||||||
|
"unit": "Count",
|
||||||
|
"type": "Gauge",
|
||||||
|
"description": ""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "aws_EC2_EBSReadOps_max",
|
||||||
|
"unit": "Count",
|
||||||
|
"type": "Gauge",
|
||||||
|
"description": ""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "aws_EC2_EBSReadOps_min",
|
||||||
|
"unit": "Count",
|
||||||
|
"type": "Gauge",
|
||||||
|
"description": ""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "aws_EC2_EBSReadOps_sum",
|
||||||
|
"unit": "Count",
|
||||||
|
"type": "Gauge",
|
||||||
|
"description": ""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "aws_EC2_EBSWriteBytes_count",
|
||||||
"unit": "Bytes",
|
"unit": "Bytes",
|
||||||
"type": "Sum",
|
"type": "Gauge",
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "EBSWriteBytes_sum",
|
"name": "aws_EC2_EBSWriteBytes_max",
|
||||||
"unit": "Bytes",
|
"unit": "Bytes",
|
||||||
"type": "Sum",
|
"type": "Gauge",
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "EBSWriteOps",
|
"name": "aws_EC2_EBSWriteBytes_min",
|
||||||
|
"unit": "Bytes",
|
||||||
|
"type": "Gauge",
|
||||||
|
"description": ""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "aws_EC2_EBSWriteBytes_sum",
|
||||||
|
"unit": "Bytes",
|
||||||
|
"type": "Gauge",
|
||||||
|
"description": ""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "aws_EC2_EBSWriteOps_count",
|
||||||
"unit": "Count",
|
"unit": "Count",
|
||||||
"type": "Summary",
|
"type": "Gauge",
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "EBSWriteOps_count",
|
"name": "aws_EC2_EBSWriteOps_max",
|
||||||
"unit": "Count",
|
"unit": "Count",
|
||||||
"type": "Sum",
|
"type": "Gauge",
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "EBSWriteOps_sum",
|
"name": "aws_EC2_EBSWriteOps_min",
|
||||||
"unit": "Count",
|
"unit": "Count",
|
||||||
"type": "Sum",
|
"type": "Gauge",
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "MetadataNoToken",
|
"name": "aws_EC2_EBSWriteOps_sum",
|
||||||
|
"unit": "Count",
|
||||||
|
"type": "Gauge",
|
||||||
|
"description": ""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "aws_EC2_MetadataNoToken_count",
|
||||||
"unit": "None",
|
"unit": "None",
|
||||||
"type": "Summary",
|
"type": "Gauge",
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "MetadataNoToken_count",
|
"name": "aws_EC2_MetadataNoToken_max",
|
||||||
"unit": "None",
|
"unit": "None",
|
||||||
"type": "Sum",
|
"type": "Gauge",
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "MetadataNoToken_sum",
|
"name": "aws_EC2_MetadataNoToken_min",
|
||||||
"unit": "None",
|
"unit": "None",
|
||||||
"type": "Sum",
|
"type": "Gauge",
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "NetworkIn",
|
"name": "aws_EC2_MetadataNoToken_sum",
|
||||||
|
"unit": "None",
|
||||||
|
"type": "Gauge",
|
||||||
|
"description": ""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "aws_EC2_NetworkIn_count",
|
||||||
"unit": "Bytes",
|
"unit": "Bytes",
|
||||||
"type": "Summary",
|
"type": "Gauge",
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "NetworkIn_count",
|
"name": "aws_EC2_NetworkIn_max",
|
||||||
"unit": "Bytes",
|
"unit": "Bytes",
|
||||||
"type": "Sum",
|
"type": "Gauge",
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "NetworkIn_sum",
|
"name": "aws_EC2_NetworkIn_min",
|
||||||
"unit": "Bytes",
|
"unit": "Bytes",
|
||||||
"type": "Sum",
|
"type": "Gauge",
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "NetworkOut",
|
"name": "aws_EC2_NetworkIn_sum",
|
||||||
"unit": "Bytes",
|
"unit": "Bytes",
|
||||||
"type": "Summary",
|
"type": "Gauge",
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "NetworkOut_count",
|
"name": "aws_EC2_NetworkOut_count",
|
||||||
"unit": "Bytes",
|
"unit": "Bytes",
|
||||||
"type": "Sum",
|
"type": "Gauge",
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "NetworkOut_sum",
|
"name": "aws_EC2_NetworkOut_max",
|
||||||
"unit": "Bytes",
|
"unit": "Bytes",
|
||||||
"type": "Sum",
|
"type": "Gauge",
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "NetworkPacketsIn",
|
"name": "aws_EC2_NetworkOut_min",
|
||||||
"unit": "Count",
|
"unit": "Bytes",
|
||||||
"type": "Summary",
|
"type": "Gauge",
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "NetworkPacketsIn_count",
|
"name": "aws_EC2_NetworkOut_sum",
|
||||||
"unit": "Count",
|
"unit": "Bytes",
|
||||||
"type": "Sum",
|
"type": "Gauge",
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "NetworkPacketsIn_sum",
|
"name": "aws_EC2_NetworkPacketsIn_count",
|
||||||
"unit": "Count",
|
"unit": "Count",
|
||||||
"type": "Sum",
|
"type": "Gauge",
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "NetworkPacketsOut",
|
"name": "aws_EC2_NetworkPacketsIn_max",
|
||||||
"unit": "Count",
|
"unit": "Count",
|
||||||
"type": "Summary",
|
"type": "Gauge",
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "NetworkPacketsOut_count",
|
"name": "aws_EC2_NetworkPacketsIn_min",
|
||||||
"unit": "Count",
|
"unit": "Count",
|
||||||
"type": "Sum",
|
"type": "Gauge",
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "NetworkPacketsOut_sum",
|
"name": "aws_EC2_NetworkPacketsIn_sum",
|
||||||
"unit": "Count",
|
"unit": "Count",
|
||||||
"type": "Sum",
|
"type": "Gauge",
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "StatusCheckFailed",
|
"name": "aws_EC2_NetworkPacketsOut_count",
|
||||||
"unit": "Count",
|
"unit": "Count",
|
||||||
"type": "Summary",
|
"type": "Gauge",
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "StatusCheckFailed_Instance",
|
"name": "aws_EC2_NetworkPacketsOut_max",
|
||||||
"unit": "Count",
|
"unit": "Count",
|
||||||
"type": "Summary",
|
"type": "Gauge",
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "StatusCheckFailed_Instance_count",
|
"name": "aws_EC2_NetworkPacketsOut_min",
|
||||||
"unit": "Count",
|
"unit": "Count",
|
||||||
"type": "Sum",
|
"type": "Gauge",
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "StatusCheckFailed_Instance_sum",
|
"name": "aws_EC2_NetworkPacketsOut_sum",
|
||||||
"unit": "Count",
|
"unit": "Count",
|
||||||
"type": "Sum",
|
"type": "Gauge",
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "StatusCheckFailed_System",
|
"name": "aws_EC2_StatusCheckFailed_AttachedEBS_count",
|
||||||
"unit": "Count",
|
"unit": "Count",
|
||||||
"type": "Summary",
|
"type": "Gauge",
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "StatusCheckFailed_System_count",
|
"name": "aws_EC2_StatusCheckFailed_AttachedEBS_max",
|
||||||
"unit": "Count",
|
"unit": "Count",
|
||||||
"type": "Sum",
|
"type": "Gauge",
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "StatusCheckFailed_System_sum",
|
"name": "aws_EC2_StatusCheckFailed_AttachedEBS_min",
|
||||||
"unit": "Count",
|
"unit": "Count",
|
||||||
"type": "Sum",
|
"type": "Gauge",
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "StatusCheckFailed_count",
|
"name": "aws_EC2_StatusCheckFailed_AttachedEBS_sum",
|
||||||
"unit": "Count",
|
"unit": "Count",
|
||||||
"type": "Sum",
|
"type": "Gauge",
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "StatusCheckFailed_sum",
|
"name": "aws_EC2_StatusCheckFailed_Instance_count",
|
||||||
"unit": "Count",
|
"unit": "Count",
|
||||||
"type": "Sum",
|
"type": "Gauge",
|
||||||
|
"description": ""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "aws_EC2_StatusCheckFailed_Instance_max",
|
||||||
|
"unit": "Count",
|
||||||
|
"type": "Gauge",
|
||||||
|
"description": ""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "aws_EC2_StatusCheckFailed_Instance_min",
|
||||||
|
"unit": "Count",
|
||||||
|
"type": "Gauge",
|
||||||
|
"description": ""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "aws_EC2_StatusCheckFailed_Instance_sum",
|
||||||
|
"unit": "Count",
|
||||||
|
"type": "Gauge",
|
||||||
|
"description": ""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "aws_EC2_StatusCheckFailed_System_count",
|
||||||
|
"unit": "Count",
|
||||||
|
"type": "Gauge",
|
||||||
|
"description": ""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "aws_EC2_StatusCheckFailed_System_max",
|
||||||
|
"unit": "Count",
|
||||||
|
"type": "Gauge",
|
||||||
|
"description": ""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "aws_EC2_StatusCheckFailed_System_min",
|
||||||
|
"unit": "Count",
|
||||||
|
"type": "Gauge",
|
||||||
|
"description": ""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "aws_EC2_StatusCheckFailed_System_sum",
|
||||||
|
"unit": "Count",
|
||||||
|
"type": "Gauge",
|
||||||
|
"description": ""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "aws_EC2_StatusCheckFailed_count",
|
||||||
|
"unit": "Count",
|
||||||
|
"type": "Gauge",
|
||||||
|
"description": ""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "aws_EC2_StatusCheckFailed_max",
|
||||||
|
"unit": "Count",
|
||||||
|
"type": "Gauge",
|
||||||
|
"description": ""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "aws_EC2_StatusCheckFailed_min",
|
||||||
|
"unit": "Count",
|
||||||
|
"type": "Gauge",
|
||||||
|
"description": ""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "aws_EC2_StatusCheckFailed_sum",
|
||||||
|
"unit": "Count",
|
||||||
|
"type": "Gauge",
|
||||||
"description": ""
|
"description": ""
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user