Skip to content

Commit a79e232

Browse files
committed
Fix capitalization of beta label
We show it as is.
1 parent 68bcf8e commit a79e232

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

dashboards/cloudwatch/main.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"metric_keys": [
33
"aws_cloudwatch_metricstreams_metric_update"
44
],
5-
"label": "beta",
5+
"label": "Beta",
66
"dashboard": {
77
"title": "AWS/CloudWatch",
88
"description": "Monitor AWS CloudWatch Metric Streams performance and error rates.",

dashboards/firehose/main.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"metric_keys": [
33
"aws_firehose_incoming_records"
44
],
5-
"label": "beta",
5+
"label": "Beta",
66
"dashboard": {
77
"title": "AWS/Firehose",
88
"description": "Monitor AWS Firehose delivery streams performance, throughput, and error rates.",

dashboards/lambda/main.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"metric_keys": [
33
"aws_lambda_invocations"
44
],
5-
"label": "beta",
5+
"label": "Beta",
66
"dashboard": {
77
"title": "AWS/Lambda",
88
"description": "Monitor AWS Lambda function performance, invocations, errors, and concurrency metrics.",

dashboards/route53/main.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"metric_keys": [
33
"aws_route53_dns_queries"
44
],
5-
"label": "beta",
5+
"label": "Beta",
66
"dashboard": {
77
"title": "AWS/Route53",
88
"description": "Monitor AWS Route53 DNS queries and health checks.",

0 commit comments

Comments
 (0)