AWS CloudWatch data source

    This topic describes queries, templates, variables, and other configuration specific to the CloudWatch data source. For instructions on how to add a data source to Grafana, refer to Add a data source. Only users with the organization admin role can add data sources.

    To access data source settings, hover your mouse over the Configuration (gear) icon, then click Data Sources, and then click the AWS Cloudwatch data source.

    Link an X-Ray data source in the “X-Ray trace link” section of the configuration page to automatically add links in your logs when the log contains @xrayTraceId field.

    The data source select will contain only existing data source instances of type X-Ray so in order to use this feature you need to have existing X-Ray data source already configured, see for details.

    The X-Ray link will then appear in the log details section which is accessible by clicking on the log row either in Explore or in dashboard Logs panel. To log the @xrayTraceId in your logs see the . To provide the field to Grafana your log queries also have to contain the @xrayTraceId field, for example using query fields @message, @xrayTraceId.

    Authentication

    For authentication options and configuration details, see topic.

    IAM policies

    Grafana needs permissions granted via IAM to be able to read CloudWatch metrics and EC2 tags/instances/regions. You can attach these permissions to IAM roles and utilize Grafana’s built-in support for assuming roles.

    Here is a minimal policy example:

    Using the Query Editor

    The CloudWatch data source can query data from both CloudWatch metrics and CloudWatch Logs APIs, each with its own specialized query editor. You select which API you want to query with using the query mode switch on top of the editor.

    AWS CloudWatch - 图2

    AWS CloudWatch - 图4

    To create a valid query, you need to specify the namespace, metric name and at least one statistic. If Match Exact is enabled, you also need to specify all the dimensions of the metric you’re querying, so that the matches exactly. If Match Exact is off, you can specify any number of dimensions by which you’d like to filter. Up to 100 metrics matching your filter criteria will be returned.

    Dynamic queries using dimension wildcards

    You can monitor a dynamic list of metrics by using the asterisk (*) wildcard for one or more dimension values.

    AWS CloudWatch - 图6

    In this example, the query returns all metrics in the namespace AWS/EC2 with a metric name of CPUUtilization and ANY value for the InstanceId dimension are queried. This can help you monitor metrics for AWS resources, like EC2 instances or containers. For example, when new instances are created as part of an auto scaling event, they will automatically appear in the graph without needing to track the new instance IDs. This capability is currently limited to retrieving up to 100 metrics.

    Click on Show Query Preview to see the search expression that is automatically built to support wildcards. To learn more about search expressions, visit the CloudWatch documentation. By default, the search expression is defined in such a way that the queried metrics must match the defined dimension names exactly. This means that in the example only metrics with exactly one dimension with name ‘InstanceId’ will be returned.

    You can untoggle Match Exact to include metrics that have other dimensions defined. Disabling Match Exact also creates a search expression even if you don’t use wildcards. We simply search for any metric that matches at least the namespace, metric name, and all defined dimensions.

    Multi-value template variables

    When defining dimension values based on multi-valued template variables, a search expression is used to query for the matching metrics. This enables the use of multiple template variables in one query and also allows you to use template variables for queries that have the Match Exact option disabled.

    Search expressions are currently limited to 1024 characters, so your query may fail if you have a long list of values. We recommend using the asterisk (*) wildcard instead of the All option if you want to query all metrics that have any value for a certain dimension name.

    The use of multi-valued template variables is only supported for dimension values. Using multi-valued template variables for Region, Namespace, or Metric Name is not supported.

    Metric math expressions

    You can create new time series metrics by operating on top of CloudWatch metrics using mathematical functions. Arithmetic operators, unary subtraction and other functions are supported and can be applied to CloudWatch metrics. More details on the available functions can be found on

    Please note that in the case you use the expression field to reference another query, like queryA * 2, it will not be possible to create an alert rule based on that query.

    Period

    A period is the length of time associated with a specific Amazon CloudWatch statistic. Periods are defined in numbers of seconds, and valid values for period are 1, 5, 10, 30, or any multiple of 60.

    If the period field is left blank or set to auto, then it calculates automatically based on the time range and . The formula used is time range in seconds / 2000, and then it snaps to the next higher value in an array of predefined periods [60, 300, 900, 3600, 21600, 86400] after removing periods based on retention. By clicking Show Query Preview in the query editor, you can see what period Grafana used.

    Deep linking from Grafana panels to the CloudWatch console

    AWS CloudWatch - 图8

    Left clicking a time series in the panel shows a context menu with a link to View in CloudWatch console. Clicking that link will open a new tab that will take you to the CloudWatch console and display all the metrics for that query. If you’re not currently logged in to the CloudWatch console, the link will forward you to the login page. The provided link is valid for any account but will only display the right metrics if you’re logged in to the account that corresponds to the selected data source in Grafana.

    This feature is not available for metrics that are based on metric math expressions.

    Using the Logs Query Editor

    To query CloudWatch Logs, select the region and up to 20 log groups which you want to query. Use the main input area to write your query in

    You can also write queries returning time series data by using the stats command. When making stats queries in Explore, you have to make sure you are in Metrics Explore mode.

    AWS CloudWatch - 图10

    To the right of the query input field is a CloudWatch Logs Insights link that opens the CloudWatch Logs Insights console with your query. You can continue exploration there if necessary.

    AWS CloudWatch - 图12

    The CloudWatch data source supports use of template variables in queries. For an introduction to templating and template variables, refer to the Templating documentation.

    Deep linking from Grafana panels to the CloudWatch console

    AWS CloudWatch - 图14

    If you’d like to view your query in the CloudWatch Logs Insights console, simply click the CloudWatch Logs Insights button next to the query editor. If you’re not currently logged in to the CloudWatch console, the link will forward you to the login page. The provided link is valid for any account but will only display the right metrics if you’re logged in to the account that corresponds to the selected data source in Grafana.

    Alerting

    Since CloudWatch Logs queries can return numeric data, for example through the use of the stats command, alerts are supported. For more information on Grafana alerts, refer to Alerting documentation.

    Curated dashboards

    The updated CloudWatch data source ships with pre-configured dashboards for five of the most popular AWS services:

    • Amazon Elastic Compute Cloud Amazon EC2,
    • Amazon Elastic Block Store Amazon EBS,
    • AWS Lambda AWS Lambda,
    • Amazon CloudWatch Logs Amazon CloudWatch Logs, and
    • Amazon Relational Database Service Amazon RDS.

    To import the pre-configured dashboards, go to the configuration page of your CloudWatch data source and click on the Dashboards tab. Click Import for the dashboard you would like to use. To customize the dashboard, we recommend saving the dashboard under a different name, because otherwise the dashboard will be overwritten when a new version of the dashboard is released.

    AWS CloudWatch - 图16

    Templated queries

    Instead of hard-coding server, application, and sensor names in your metric queries, you can use variables. The variables are listed as dropdown select boxes at the top of the dashboard. These dropdowns make it easy to change the display of data in your dashboard.

    For an introduction to templating and template variables, refer to the Templating documentation.

    Query variable

    The CloudWatch data source provides the following queries that you can specify in the Query field in the Variable edit view. They allow you to fill a variable’s options list with things like region, namespaces, metric names and dimension keys/values.

    In place of region you can specify default to use the default region configured in the data source for the query, e.g. metrics(AWS/DynamoDB, default) or .

    For details about the metrics CloudWatch provides, please refer to the CloudWatch documentation.

    Examples templated queries

    Example dimension queries which will return list of resources for individual AWS Services:

    JSON filters

    The ec2_instance_attribute query takes filters in JSON format. You can specify pre-defined filters of ec2:DescribeInstances. Note that the actual filtering takes place on Amazon’s servers, not in Grafana.

    Filters syntax:

    1. { "filter_name1": [ "filter_value1" ], "filter_name2": [ "filter_value2" ] }

    Example ec2_instance_attribute() query

    1. ec2_instance_attribute(us - east - 1, InstanceId, { 'tag:Environment': ['production'] });

    Selecting attributes

    Only 1 attribute per instance can be returned. Any flat attribute can be selected (i.e. if the attribute has a single value and isn’t an object or array). Below is a list of available flat attributes:

    • AmiLaunchIndex
    • Architecture
    • ClientToken
    • EbsOptimized
    • EnaSupport
    • Hypervisor
    • IamInstanceProfile
    • ImageId
    • InstanceId
    • InstanceLifecycle
    • InstanceType
    • KernelId
    • KeyName
    • LaunchTime
    • Platform
    • PrivateDnsName
    • PublicDnsName
    • PublicIpAddress
    • RamdiskId
    • RootDeviceName
    • RootDeviceType
    • SpotInstanceRequestId
    • SriovNetSupport
    • SubnetId
    • VirtualizationType
    • VpcId

    Tags can be selected by prepending the tag name with Tags.

    Example ec2_instance_attribute() query

    Using JSON format template variables

    Some queries accept filters in JSON format and Grafana supports the conversion of template variables to JSON.

    If env = 'production', 'staging', following query will return ARNs of EC2 instances which Environment tag is production or staging.

    1. resource_arns(us-east-1, ec2:instance, {"Environment":${env:json}})

    Pricing

    The Amazon CloudWatch data source for Grafana uses the ListMetrics and GetMetricData CloudWatch API calls to list and retrieve metrics. Pricing for CloudWatch Logs is based on the amount of data ingested, archived, and analyzed via CloudWatch Logs Insights queries. Please see the CloudWatch pricing page for more details.

    Every time you pick a dimension in the query editor Grafana will issue a ListMetrics request. Whenever you make a change to the queries in the query editor, one new request to GetMetricData will be issued.

    Please note that for Grafana version 6.5 or higher, all API requests to GetMetricStatistics have been replaced with calls to GetMetricData. This change enables better support for CloudWatch metric math and enables the automatic generation of search expressions when using wildcards or disabling the Match Exact option. While GetMetricStatistics qualified for the CloudWatch API free tier, this is not the case for GetMetricData calls. For more information, please refer to the .

    Service quotas

    AWS defines quotas, or limits, for resources, actions, and items in your AWS account. Depending on the number of queries in your dashboard and the number of users accessing the dashboard, you may reach the usage limits for various CloudWatch and CloudWatch Logs resources. Note that quotas are defined per account and per region. If you’re using multiple regions or have set up more than one CloudWatch data source to query against multiple accounts, you need to request a quota increase for each account and each region in which you hit the limit.

    To request a quota increase, visit the .

    Please see the AWS documentation for Service Quotas and for more information.

    The Grafana file includes an AWS section where you can customize the data source.

    Specify which authentication providers are allowed for the CloudWatch data source. The following providers are enabled by default in OSS Grafana: default (AWS SDK default), keys (Access and secret key), credentials (Credentials file), ec2_IAM_role (EC2 IAM role).

    assume_role_enabled

    Allows you to disable assume role (ARN) in the CloudWatch data source. By default, assume role (ARN) is enabled for OSS Grafana.

    list_metrics_page_limit

    When a custom namespace is specified in the query editor, the is used to populate the Metrics field and the Dimension fields. The API is paginated and returns up to 500 results per page. The CloudWatch data source also limits the number of pages to 500. However, you can change this limit using the list_metrics_page_limit variable in the grafana configuration file.

    Configure the data source with provisioning

    You can configure the CloudWatch data source by customizing configuration files in Grafana’s provisioning system. To know more about provisioning and learn about available configuration options, refer to the Provisioning Grafana topic.

    Here are some provisioning examples for this data source.

    Using AWS SDK (default)

    1. apiVersion: 1
    2. datasources:
    3. - name: CloudWatch
    4. type: cloudwatch
    5. jsonData:
    6. authType: default
    7. defaultRegion: eu-west-2

    Using credentials’ profile name (non-default)

    Using accessKey and secretKey

    1. apiVersion: 1
    2. datasources:
    3. - name: CloudWatch
    4. type: cloudwatch
    5. jsonData:
    6. authType: keys
    7. defaultRegion: eu-west-2
    8. secureJsonData:
    9. accessKey: '<your access key>'
    10. secretKey: '<your secret key>'
    1. apiVersion: 1
    2. datasources:
    3. - name: CloudWatch
    4. type: cloudwatch
    5. jsonData:
    6. authType: default
    7. assumeRoleArn: arn:aws:iam::123456789012:root