-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmain.json
More file actions
76 lines (76 loc) · 2.08 KB
/
Copy pathmain.json
File metadata and controls
76 lines (76 loc) · 2.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"metric_keys": [
"aws_cloudwatch_metricstreams_metric_update"
],
"label": "Beta",
"dashboard": {
"title": "AWS/CloudWatch",
"description": "Monitor AWS CloudWatch Metric Streams performance and error rates.",
"visuals": [
{
"type": "timeseries",
"display": "line",
"format": "number",
"draw_null_as_zero": true,
"title": "MetricUpdate vs TotalMetricUpdate",
"description": "MetricUpdate is the number of metric updates sent to the metric stream. TotalMetricUpdate is MetricUpdate + a number based on additional statistics that are being streamed.",
"line_label": "%name% %MetricStreamName%",
"metrics": [
{
"name": "aws_cloudwatch_metricstreams_metric_update",
"fields": [
{
"field": "GAUGE"
}
],
"tags": [
{
"key": "MetricStreamName",
"value": "*"
}
]
},
{
"name": "aws_cloudwatch_metricstreams_total_metric_update",
"fields": [
{
"field": "GAUGE"
}
],
"tags": [
{
"key": "MetricStreamName",
"value": "*"
}
]
}
]
},
{
"type": "timeseries",
"display": "line",
"format": "number",
"draw_null_as_zero": true,
"title": "PublishErrorRate",
"description": "The number of unrecoverable errors that occur when putting data into the Firehose delivery stream.",
"line_label": "%name% %MetricStreamName%",
"metrics": [
{
"name": "aws_cloudwatch_metricstreams_publish_error_rate",
"fields": [
{
"field": "GAUGE"
}
],
"tags": [
{
"key": "MetricStreamName",
"value": "*"
}
]
}
]
}
]
}
}