|
|
|
|
@ -26,7 +26,7 @@ build dashboards or use Explore with CloudWatch metrics and CloudWatch Logs. |
|
|
|
|
> forget to check your log file (try looking in /var/log/grafana/grafana.log). |
|
|
|
|
|
|
|
|
|
| Name | Description | |
|
|
|
|
| -------------------------- | ------------------------------------------------------------------------------------------------------- | |
|
|
|
|
| -------------------------- | ------------------------------------------------------------------------------------------------------------------------ | |
|
|
|
|
| _Name_ | The data source name. This is how you refer to the data source in panels and queries. | |
|
|
|
|
| _Default_ | Default data source means that it will be pre-selected for new panels. | |
|
|
|
|
| _Default Region_ | Used in query editor to set region (can be changed on per query basis) | |
|
|
|
|
@ -385,6 +385,7 @@ datasources: |
|
|
|
|
jsonData: |
|
|
|
|
authType: credentials |
|
|
|
|
defaultRegion: eu-west-2 |
|
|
|
|
customMetricsNamespaces: 'CWAgent,CustomNameSpace' |
|
|
|
|
``` |
|
|
|
|
|
|
|
|
|
### Using `accessKey` and `secretKey` |
|
|
|
|
|