mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
update cloudwatch docs
This commit is contained in:
parent
154d70e4e2
commit
eb5822bc7c
@ -63,15 +63,10 @@ Name | Description
|
|||||||
`namespaces()` | Returns a list of namespaces CloudWatch support.
|
`namespaces()` | Returns a list of namespaces CloudWatch support.
|
||||||
`metrics(namespace)` | Returns a list of metrics in the namespace.
|
`metrics(namespace)` | Returns a list of metrics in the namespace.
|
||||||
`dimension_keys(namespace)` | Returns a list of dimension keys in the namespace.
|
`dimension_keys(namespace)` | Returns a list of dimension keys in the namespace.
|
||||||
`dimension_values(region, namespace, metric)` | Returns a list of dimension values matching the specified `region`, `namespace` and `metric`.
|
`dimension_values(region, namespace, metric, dimension_key)` | Returns a list of dimension values matching the specified `region`, `namespace`, `metric` and `dimension_key`.
|
||||||
|
|
||||||
For details about the metrics CloudWatch provides, please refer to the [CloudWatch documentation](https://docs.aws.amazon.com/AmazonCloudWatch/latest/DeveloperGuide/CW_Support_For_AWS.html).
|
For details about the metrics CloudWatch provides, please refer to the [CloudWatch documentation](https://docs.aws.amazon.com/AmazonCloudWatch/latest/DeveloperGuide/CW_Support_For_AWS.html).
|
||||||
|
|
||||||
If you want to filter dimension values by other dimension key/value pair, you can specify optional parameter like this.
|
|
||||||
```sql
|
|
||||||
dimension_values(region, namespace, metric, dim_key1=dim_val1,dim_key2=dim_val2,...)
|
|
||||||
```
|
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Cost
|
## Cost
|
||||||
|
Loading…
Reference in New Issue
Block a user