You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cmd/carapace-aws/cmd/botocore/aws.cloudwatch.yaml
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -357,6 +357,8 @@ commands:
357
357
--metric-widget=!: A JSON string that defines the bitmap graph to be retrieved.
358
358
--output-format=: The format of the resulting image.
359
359
- name: get-otel-enrichment
360
+
aliases:
361
+
- get-o-tel-enrichment
360
362
description: Returns the current status of vended metric enrichment for the account, including whether CloudWatch vended metrics are enriched with resource ARN and resource tag labels and queryable using PromQL.
361
363
flags:
362
364
--cli-input-json=: Read arguments from the JSON string provided.
@@ -689,6 +691,8 @@ commands:
689
691
description: The array of the names of metric streams to start streaming.
690
692
nargs: -1
691
693
- name: start-otel-enrichment
694
+
aliases:
695
+
- start-o-tel-enrichment
692
696
description: Enables enrichment and PromQL access for CloudWatch vended metrics for [supported Amazon Web Services resources](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/UsingResourceTagsForTelemetry.html) in the account.
693
697
flags:
694
698
--cli-input-json=: Read arguments from the JSON string provided.
@@ -704,6 +708,8 @@ commands:
704
708
description: The array of the names of metric streams to stop streaming.
705
709
nargs: -1
706
710
- name: stop-otel-enrichment
711
+
aliases:
712
+
- stop-o-tel-enrichment
707
713
description: Disables enrichment and PromQL access for CloudWatch vended metrics for [supported Amazon Web Services resources](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/UsingResourceTagsForTelemetry.html) in the account.
708
714
flags:
709
715
--cli-input-json=: Read arguments from the JSON string provided.
0 commit comments