Skip to content

Commit bc8d277

Browse files
mtandatorkelo
authored andcommitted
fix cloudwatch docs (grafana#6992)
1 parent 81394fc commit bc8d277

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/sources/datasources/cloudwatch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Name | Description
7171
------- | --------
7272
`regions()` | Returns a list of regions AWS provides their service.
7373
`namespaces()` | Returns a list of namespaces CloudWatch support.
74-
`metrics(namespace)` | Returns a list of metrics in the namespace.
74+
`metrics(namespace, [region])` | Returns a list of metrics in the namespace. (specify region for custom metrics)
7575
`dimension_keys(namespace)` | Returns a list of dimension keys in the namespace.
7676
`dimension_values(region, namespace, metric, dimension_key)` | Returns a list of dimension values matching the specified `region`, `namespace`, `metric` and `dimension_key`.
7777
`ebs_volume_ids(region, instance_id)` | Returns a list of volume id matching the specified `region`, `instance_id`.

0 commit comments

Comments
 (0)