> ## Documentation Index
> Fetch the complete documentation index at: https://cockroachlabs.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Export Metrics From a CockroachDB Advanced Cluster

export const InternalLink = ({version, path = "", children, ...props}) => {
  let detectedVersion = version || "stable";
  if (typeof window !== 'undefined' && !version) {
    const match = window.location.pathname.match(/\/docs\/([^/]+)/);
    if (match) {
      detectedVersion = match[1];
    }
  }
  const normalizedPath = path.startsWith("/") ? path.slice(1) : path;
  return <a href={`/docs/${detectedVersion}/${normalizedPath}`} {...props}>
      {children}
    </a>;
};

export const version = "stable";

CockroachDB Advanced users can use the <InternalLink path="cloud-api">Cloud API</InternalLink> to configure metrics export to [Amazon CloudWatch](https://aws.amazon.com/cloudwatch), [Datadog](https://www.datadoghq.com/), [Prometheus](https://prometheus.io/), or [Azure Monitor](https://learn.microsoft.com/azure/azure-monitor/essentials/data-platform-metrics). Once the export is configured, metrics will flow from all nodes in all regions of your CockroachDB Advanced cluster to your chosen cloud metrics sink.

<Tip>
  To export metrics from a CockroachDB self-hosted cluster, refer to <InternalLink version="stable" path="monitoring-and-alerting">Monitoring and Alerting</InternalLink> instead of this page.
</Tip>

Exporting metrics to Amazon CloudWatch is only available on CockroachDB Advanced clusters that are hosted on AWS. Exporting metrics to Azure Monitor is only available on CockroachDB Advanced clusters that are hosted on Azure. Metrics export to Datadog and Prometheus is supported on all CockroachDB Advanced clusters.

<a id="the-metricexport-endpoint" />

## `metricexport` endpoint

To configure and manage metrics export for your CockroachDB Advanced cluster, use the `metricexport` endpoint appropriate for your desired cloud metrics sink:

| Cloud metrics sink | Metrics export endpoint                                                                     |
| ------------------ | ------------------------------------------------------------------------------------------- |
| Amazon CloudWatch  | `https://cockroachlabs.cloud/api/v1/clusters/{your\_cluster\_id}/metricexport/cloudwatch`   |
| Datadog            | `https://cockroachlabs.cloud/api/v1/clusters/{your\_cluster\_id}/metricexport/datadog`      |
| Prometheus         | `https://cockroachlabs.cloud/api/v1/clusters/{your\_cluster\_id}/metricexport/prometheus`   |
| Azure Monitor      | `https://cockroachlabs.cloud/api/v1/clusters/{your\_cluster\_id}/metricexport/azuremonitor` |

Access to the `metricexport` endpoints requires a valid CockroachDB Cloud <InternalLink path="managing-access#manage-service-accounts">service account</InternalLink> assigned one of the following <InternalLink path="managing-access#edit-roles-on-a-service-account">roles</InternalLink>:

* <InternalLink path="authorization#metrics-viewer">Metrics Viewer</InternalLink>
* <InternalLink path="authorization#cluster-operator">Cluster Operator</InternalLink>
* <InternalLink path="authorization#cluster-admin">Cluster Admin</InternalLink>

The following methods are available for use with the `metricexport` endpoints, and require the listed service account permissions:

| Method   | Required permissions       | Description                                                                                                      |
| -------- | -------------------------- | ---------------------------------------------------------------------------------------------------------------- |
| `GET`    | `ADMIN`, `EDIT`, or `READ` | Returns the current status of the metrics export configuration.                                                  |
| `POST`   | `ADMIN` or `EDIT`          | Enables metrics export, or updates an existing metrics export configuration.                                     |
| `DELETE` | `ADMIN`                    | Disables metrics export, halting all metrics export to Amazon CloudWatch, Datadog, Prometheus, or Azure Monitor. |

See <InternalLink path="managing-access#manage-service-accounts">Service accounts</InternalLink> for instructions on configuring a service account with these required permissions.

## Enable metrics export

<Tabs>
  <Tab title="Amazon CloudWatch">
    <Note>
      **This feature is in <InternalLink path="cockroachdb-feature-availability">preview</InternalLink>** and subject to change. To share feedback and/or issues, contact [Support](https://support.cockroachlabs.com).
    </Note>

    Exporting metrics to Amazon CloudWatch is only available on CockroachDB Advanced clusters that are hosted on AWS. If your CockroachDB Advanced cluster is hosted on Azure, you can export metrics to <InternalLink path="export-metrics-advanced?filters=azure-monitor-metrics-export">Azure Monitor</InternalLink>. If your CockroachDB Advanced cluster is hosted on GCP, you can export metrics to <InternalLink path="export-metrics-advanced?filters=datadog-metrics-export">Datadog</InternalLink> or <InternalLink path="export-metrics-advanced?filters=prometheus-metrics-export">Prometheus</InternalLink> instead.

    <Note>
      Enabling metrics export will send around 250 metrics per node to Amazon CloudWatch. Review the [Amazon CloudWatch documentation](https://aws.amazon.com/cloudwatch/pricing) to gauge how this adds to your Amazon CloudWatch spend.
    </Note>

    Perform the following steps to enable metrics export from your CockroachDB Advanced cluster to Amazon CloudWatch.

    1. Create the desired target Amazon CloudWatch log group by following the [Create a log group in CloudWatch](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/Working-with-log-groups-and-streams#Create-Log-Group) instructions. If you already have a log group created, you may skip this step. When your CockroachDB Advanced cluster emits metrics to Amazon CloudWatch, they are written to this log group.
    2. Find your CockroachDB Advanced cluster ID:
       1. Visit the CockroachDB Cloud console [cluster page](https://cockroachlabs.cloud/clusters).
       2. Click on the name of your cluster.
       3. Find your cluster ID in the URL of the single cluster overview page: `https://cockroachlabs.cloud/cluster/{your_cluster_id}/overview`. The ID should resemble `f78b7feb-b6cf-4396-9d7f-494982d7d81e`.
    3. Determine your cluster's cloud provider account ID. This command uses the third-party JSON parsing tool [`jq`](https://stedolan.github.io/jq/download) to isolate just the needed `account_id` field:

       ```shell theme={"theme":{"light":"catppuccin-mocha","dark":"catppuccin-mocha"}}
       curl --request GET \
         --url https://cockroachlabs.cloud/api/v1/clusters/{your_cluster_id} \
         --header "Authorization: Bearer {secret_key}" | jq .account_id
       ```

       Where:

       * `{your_cluster_id}` is the cluster ID of your CockroachDB Advanced cluster as determined in step 2.
       * `{secret_key}` is your CockroachDB Advanced API key. See <InternalLink path="managing-access">API Access</InternalLink> for more details.
    4. Create a cross-account IAM role in your AWS account:
       1. In the AWS console, visit the [IAM page](https://console.aws.amazon.com/iam).
       2. Select **Roles** and click **Create role**.
       3. For **Trusted entity type**, select **AWS account**.
       4. Choose **Another AWS account**.
          1. For **Account ID**, provide the CockroachDB Advanced cloud provider account ID from step 3.
          2. (Optional) Select the option to **Require external ID**, and for the value of **External ID**, provide a string determined by your security policy. If **External ID** is set, you **must** include it in the `POST` command in Step 8.
       5. Finish creating the IAM role with a suitable name. These instructions will use the role name `CockroachCloudMetricsExportRole`. You do not need to add any permissions.

    <Note>
      You will need the Amazon Resource Name (ARN) for your cross-account IAM role later in this procedure.
    </Note>

    5. Select the new role, and create a new policy for this role. These instructions will use the policy name `CockroachCloudMetricsExportPolicy`.
    6. Select the new policy, and paste the following into the **Permissions** tab, with the **JSON** option selected:

       ```text theme={"theme":{"light":"catppuccin-mocha","dark":"catppuccin-mocha"}}
       {
           "Version": "2012-10-17",
           "Statement": [
               {
                   "Action": [
                       "logs:CreateLogGroup",
                       "logs:CreateLogStream",
                       "logs:DescribeLogGroups",
                       "logs:DescribeLogStreams",
                       "logs:PutRetentionPolicy",
                       "logs:PutLogEvents"
                   ],
                   "Effect": "Allow",
                   "Resource": [
                       "arn:aws:logs:*:{your_aws_acct_id}:log-group:{log_group_name}",
                       "arn:aws:logs:*:{your_aws_acct_id}:log-group:{log_group_name}:log-stream:*"
                   ]
               }
           ]
       }
       ```

       Where:

       * `{your_aws_acct_id}` is the AWS Account ID of the AWS account where you created the `CockroachCloudMetricsExportRole` role, **not** the cloud provider account ID of your CockroachDB Advanced cluster from step 3. You can find your AWS Account ID on the AWS [IAM page](https://console.aws.amazon.com/iam).
       * `{log_group_name}` is the target Amazon CloudWatch log group you created in step 1.

         This defines the set of permissions that the CockroachDB Advanced metrics export feature requires to be able to write metrics to CloudWatch.
    7. Copy the [Amazon Resource Name (ARN)](https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces) of the `CockroachCloudMetricsExportRole` role found under **Summary**, which is needed for the next step.
    8. Issue the following <InternalLink path="cloud-api">Cloud API</InternalLink> command to enable metrics export for your CockroachDB Advanced cluster:

       ```shell theme={"theme":{"light":"catppuccin-mocha","dark":"catppuccin-mocha"}}
       curl --request POST \
         --url https://cockroachlabs.cloud/api/v1/clusters/{cluster_id}/metricexport/cloudwatch \
         --header "Authorization: Bearer {secret_key}" \
         --data '{"target_region": "{aws_region}", "role_arn": "arn:aws:iam::{role_arn}:role/CockroachCloudMetricsExportRole", "log_group_name": "{log_group_name}", "external_id": "{external_id}"}'
       ```

       Where:

       * `{cluster_id}` is your CockroachDB Advanced cluster ID as determined in step 2.
       * `{secret_key}` is your CockroachDB Advanced API key. See <InternalLink path="managing-access">API Access</InternalLink> for instructions on generating this key.
       * `{aws_region}` is your AWS region, like `us-east-1`.
       * `{role_arn}` is the ARN for the `CockroachCloudMetricsExportRole` role you copied in step 7. If you used a different role name there, be sure to use your role name in place of `CockroachCloudMetricsExportRole` in the above command.
       * `{log_group_name}` is the target Amazon CloudWatch log group you created in step 1. This **must** be the same group name you provided in step 6.
       * `{external_id}` is the **External ID** specified in the target Amazon cross-account IAM role in step 4.d.b. If specified, this **must** match the string provided in step 4.d.b. If not specified, leave this value empty, for example: `"external_id": ""`.

         Specifying an AWS region (to `{aws_region}`) that you do not have a cluster in, or a region that only partially covers your cluster's nodes will result in missing metrics.
    9. Depending on the size of your cluster and how many regions it spans, the configuration may take a moment. You can monitor the ongoing status of the configuration using the following Cloud API command:

       ```shell theme={"theme":{"light":"catppuccin-mocha","dark":"catppuccin-mocha"}}
       curl --request GET \
         --url https://cockroachlabs.cloud/api/v1/clusters/{cluster_id}/metricexport/cloudwatch \
         --header "Authorization: Bearer {secret_key}"
       ```

       Run the command periodically until the command returns a status of `ENABLED`, at which point the configuration across all nodes is complete, and metrics will begin appearing in CloudWatch under the log group you created in step 1. Since the configuration is applied to cluster nodes in a rolling fashion, you may see some metrics appear even before the `GET` command returns an `ENABLED` status.
    10. Once metrics export has been enabled, you can access metrics from your CockroachDB Advanced cluster directly in [Amazon CloudWatch](https://console.aws.amazon.com/cloudwatch/home).
  </Tab>

  <Tab title="Datadog">
    To enable metrics export for your CockroachDB Advanced cluster to Datadog, you can either:

    * Use the Cloud Console, following the <InternalLink path="tools-page#monitor-cockroachdb-cloud-with-datadog">Monitor CockroachDB Cloud with Datadog</InternalLink> instructions.

    OR

    * Use the <InternalLink path="cloud-api">Cloud API</InternalLink>, following the steps below.

    1. Find your CockroachDB Advanced cluster ID:
       1. Visit the CockroachDB Cloud console [cluster page](https://cockroachlabs.cloud/clusters).
       2. Click on the name of your cluster.
       3. Find your cluster ID in the URL of the single cluster overview page: `https://cockroachlabs.cloud/cluster/{your_cluster_id}/overview`. The ID should resemble `f78b7feb-b6cf-4396-9d7f-494982d7d81e`.
    2. Determine the [Datadog API key](https://docs.datadoghq.com/account_management/api-app-keys) you'd like to use. If you don't already have one, follow the steps to [add a new Datadog API key](https://docs.datadoghq.com/account_management/api-app-keys#add-an-api-key-or-client-token).
    3. Issue the following Cloud API command to enable metrics export for your CockroachDB Advanced cluster:

       ```shell theme={"theme":{"light":"catppuccin-mocha","dark":"catppuccin-mocha"}}
       curl --request POST \
         --url https://cockroachlabs.cloud/api/v1/clusters/{cluster_id}/metricexport/datadog \
         --header "Authorization: Bearer {secret_key}" \
         --data '{"site": "{datadog_site}", "api_key": "{datadog_api_key}"}'
       ```

       Where:

       * `{cluster_id}` is your CockroachDB Advanced cluster ID as determined in step 1, resembling `f78b7feb-b6cf-4396-9d7f-494982d7d81e`.
       * `{secret_key}` is your CockroachDB Advanced API key. See <InternalLink path="managing-access">API Access</InternalLink> for instructions on generating this key.
       * `{datadog_site}` is your Datadog site. Valid sites are: `US1`, `US3`, `US5`, `US1_GOV`, and `EU1`.
       * `{datadog_api_key}` is the Datadog API key determined in step 2.
    4. Depending on the size of your cluster and how many regions it spans, the configuration may take a moment. You can monitor the ongoing status of the configuration using the following Cloud API command:

       ```shell theme={"theme":{"light":"catppuccin-mocha","dark":"catppuccin-mocha"}}
       curl --request GET \
         --url https://cockroachlabs.cloud/api/v1/clusters/{cluster_id}/metricexport/datadog \
         --header "Authorization: Bearer {secret_key}"
       ```

       Run the command periodically until the command returns a status of `ENABLED`, at which point the configuration across all nodes is complete, and metrics will begin appearing in the Datadog interface. Since the configuration is applied to cluster nodes in a rolling fashion, you may see some metrics appear even before the `GET` command returns an `ENABLED` status.
    5. Once metrics export has been enabled, you can access metrics from your CockroachDB Advanced cluster directly in Datadog's [Metrics Explorer](https://docs.datadoghq.com/metrics/explorer), or via Datadog's [notebook](https://docs.datadoghq.com/notebooks) or [dashboard](https://docs.datadoghq.com/dashboards) features.
    6. Review <InternalLink path="tools-page#enable-percentiles-for-selected-metrics">enable percentiles for selected metrics</InternalLink>. Configure metrics as necessary.

    <Note>
      A subset of CockroachDB metrics require that you explicitly <InternalLink path="tools-page#enable-percentiles-for-selected-metrics">enable percentiles</InternalLink> for them in the Datadog interface. Graphs that display data for these metrics will fail to render properly otherwise.
    </Note>
  </Tab>

  <Tab title="Prometheus">
    <Note>
      For CockroachDB Advanced clusters hosted on **Azure**:

      **This feature is in <InternalLink path="cockroachdb-feature-availability">preview</InternalLink>** and subject to change. To share feedback and/or issues, contact [Support](https://support.cockroachlabs.com).

      For CockroachDB Advanced clusters hosted on AWS and GCP: This feature is in <InternalLink version="releases" path="cockroachdb-feature-availability">general availability</InternalLink>.
    </Note>

    1. Find your CockroachDB Advanced cluster ID:
       1. Visit the CockroachDB Cloud console [cluster page](https://cockroachlabs.cloud/clusters).
       2. Click on the name of your cluster.
       3. Find your cluster ID in the URL of the single cluster overview page: `https://cockroachlabs.cloud/cluster/{your_cluster_id}/overview`. The ID should resemble `f78b7feb-b6cf-4396-9d7f-494982d7d81e`.
    2. Issue the following <InternalLink path="cloud-api">Cloud API</InternalLink> command to enable metrics export for your CockroachDB Advanced cluster:

       ```shell theme={"theme":{"light":"catppuccin-mocha","dark":"catppuccin-mocha"}}
       curl --request POST \
         --url https://cockroachlabs.cloud/api/v1/clusters/{cluster_id}/metricexport/prometheus \
         --header "Authorization: Bearer {secret_key}"
       ```

       Where:

       * `{cluster_id}` is your CockroachDB Advanced cluster ID as determined in step 1, resembling `f78b7feb-b6cf-4396-9d7f-494982d7d81e`.
       * `{secret_key}` is your CockroachDB Advanced API key. See <InternalLink path="managing-access">API Access</InternalLink> for instructions on generating this key.
    3. Depending on the size of your cluster and how many regions it spans, the configuration may take a moment. You can monitor the ongoing status of the configuration using the following Cloud API command:

       ```shell theme={"theme":{"light":"catppuccin-mocha","dark":"catppuccin-mocha"}}
       curl --request GET \
         --url https://cockroachlabs.cloud/api/v1/clusters/{cluster_id}/metricexport/prometheus \
         --header "Authorization: Bearer {secret_key}"
       ```

       Run the command periodically until the command returns a `status` of `ENABLED`, at which point the configuration across all nodes is complete. The response also includes `targets`, a map of scrape endpoints exposing metrics to regions. For example:

       ```text theme={"theme":{"light":"catppuccin-mocha","dark":"catppuccin-mocha"}}
       {
         "cluster_id": "f78b7feb-b6cf-4396-9d7f-494982d7d81e",
         "user_message": "This integration is active.",
         "status": "ENABLED",
         "targets": {
           "us-east4": "https://cockroachlabs.cloud/api/v1/clusters/f78b7feb-b6cf-4396-9d7f-494982d7d81e/metricexport/prometheus/us-east4/scrape"
         }
       }
       ```

       There is a separate scrape endpoint per region if you have a <InternalLink version="stable" path="multiregion-overview">multi-region</InternalLink> cluster.
    4. You can test a scrape endpoint by using the following Cloud API command:

       ```shell theme={"theme":{"light":"catppuccin-mocha","dark":"catppuccin-mocha"}}
       curl --request GET \
         --url https://cockroachlabs.cloud/api/v1/clusters/{cluster_id}/metricexport/prometheus/{cluster_region}/scrape \
         --header "Authorization: Bearer {secret_key}"
       ```

       Where:

       * `{cluster_id}` is your CockroachDB Advanced cluster ID as determined in step 1, resembling `f78b7feb-b6cf-4396-9d7f-494982d7d81e`.
       * `{cluster_region}` is a region of your CockroachDB Advanced cluster as shown in the `targets` of step 3, such as `us-east4`. You can also find your cluster’s region(s) on the <InternalLink version="cockroachcloud" path="overview-page">Overview page</InternalLink>.
       * `{secret_key}` is your CockroachDB Advanced API key. See <InternalLink path="managing-access">API Access</InternalLink> for instructions on generating this key.

         Metrics are labeled with the cluster name and ID, node, organization name, and region. The beginning lines of a metrics scrape response follows:

         ```text theme={"theme":{"light":"catppuccin-mocha","dark":"catppuccin-mocha"}}
         # HELP crdb_cloud_addsstable_applications Number of SSTable ingestions applied (i.e. applied by Replicas)
         # TYPE crdb_cloud_addsstable_applications counter
         crdb_cloud_addsstable_applications{cluster="test-gcp",instance="172.28.0.167:8080",node="cockroachdb-j5t6j",node_id="1",organization="CRL - Test",region="us-east4",store="1"} 0
         crdb_cloud_addsstable_applications{cluster="test-gcp",instance="172.28.0.49:8080",node="cockroachdb-ttzj8",node_id="3",organization="CRL - Test",region="us-east4",store="3"} 0
         crdb_cloud_addsstable_applications{cluster="test-gcp",instance="172.28.0.99:8080",node="cockroachdb-r5rns",node_id="2",organization="CRL - Test",region="us-east4",store="2"} 0
         # HELP crdb_cloud_addsstable_copies number of SSTable ingestions that required copying files during application
         # TYPE crdb_cloud_addsstable_copies counter
         crdb_cloud_addsstable_copies{cluster="test-gcp",instance="172.28.0.167:8080",node="cockroachdb-j5t6j",node_id="1",organization="CRL - Test",region="us-east4",store="1"} 0
         crdb_cloud_addsstable_copies{cluster="test-gcp",instance="172.28.0.49:8080",node="cockroachdb-ttzj8",node_id="3",organization="CRL - Test",region="us-east4",store="3"} 0
         crdb_cloud_addsstable_copies{cluster="test-gcp",instance="172.28.0.99:8080",node="cockroachdb-r5rns",node_id="2",organization="CRL - Test",region="us-east4",store="2"} 0
         # HELP crdb_cloud_addsstable_proposals Number of SSTable ingestions proposed (i.e. sent to Raft by lease holders)
         # TYPE crdb_cloud_addsstable_proposals counter
         crdb_cloud_addsstable_proposals{cluster="test-gcp",instance="172.28.0.167:8080",node="cockroachdb-j5t6j",node_id="1",organization="CRL - Test",region="us-east4",store="1"} 0
         crdb_cloud_addsstable_proposals{cluster="test-gcp",instance="172.28.0.49:8080",node="cockroachdb-ttzj8",node_id="3",organization="CRL - Test",region="us-east4",store="3"} 0
         crdb_cloud_addsstable_proposals{cluster="test-gcp",instance="172.28.0.99:8080",node="cockroachdb-r5rns",node_id="2",organization="CRL - Test",region="us-east4",store="2"} 0
         ```
    5. Once metrics export has been enabled and the scrape endpoint(s) tested, you need to configure your metrics collector to periodically poll the scrape endpoint(s). Configure your [Prometheus configuration](https://prometheus.io/docs/prometheus/latest/configuration/configuration) file's [`scrape_configs` section](https://prometheus.io/docs/prometheus/latest/configuration/configuration#scrape_config) as in the following example:

       ```yaml theme={"theme":{"light":"catppuccin-mocha","dark":"catppuccin-mocha"}}
       global:
         scrape_interval: 10s
         evaluation_interval: 10s

       # Prometheus configuration for CockroachDB Advanced for a single region
       scrape_configs:
         - job_name: '{{job_name}}'
           metrics_path: '/api/v1/clusters/{{cluster_id}}/metricexport/prometheus/{{cluster_region}}/scrape'
           static_configs:
             - targets: ['cockroachlabs.cloud']
           scheme: 'https'
           authorization:
             credentials: '{{secret_key}}'
       ```

       Where:

       * `{job_name}` is a job name you assign to scraped metrics by default, such as `scrape-cockroach-us-east4`.
       * `{cluster_id}` is your CockroachDB Advanced cluster ID as determined in step 1, resembling `f78b7feb-b6cf-4396-9d7f-494982d7d81e`.
       * `{cluster_region}` is a region of your CockroachDB Advanced cluster as shown in the `targets` of step 3, such as `us-east4`. You can also find your cluster’s region(s) on the <InternalLink version="cockroachcloud" path="overview-page">Overview page</InternalLink>.
       * `{secret_key}` is your CockroachDB Advanced API key. See <InternalLink path="managing-access">API Access</InternalLink> for instructions on generating this key.
  </Tab>

  <Tab title="Azure Monitor">
    <Note>
      Exporting Metrics to Azure Monitor from a CockroachDB Advanced cluster is in **<InternalLink version="releases" path="cockroachdb-feature-availability">limited access</InternalLink>** and is only available to enrolled organizations. To enroll your organization, contact your Cockroach Labs account team. This feature is subject to change.
    </Note>

    Exporting metrics to Azure Monitor is available only on CockroachDB Advanced clusters that are hosted on Azure. If your CockroachDB Advanced cluster is hosted on AWS, you can export metrics to <InternalLink path="export-metrics-advanced?filters=aws-metrics-export#enable-metrics-export">Amazon CloudWatch</InternalLink>. If it is hosted on GCP, you can export metrics to <InternalLink path="export-metrics-advanced?filters=datadog-metrics-export#enable-metrics-export">Datadog</InternalLink> or <InternalLink path="export-metrics-advanced?filters=prometheus-metrics-export#enable-metrics-export">Prometheus</InternalLink> instead.

    To enable metrics export to Azure Monitor:

    1. Find your CockroachDB Advanced cluster ID, which will be used in step 5:
       1. Visit the CockroachDB Cloud console [cluster page](https://cockroachlabs.cloud/clusters).
       2. Click on the name of your cluster.
       3. Find your cluster ID in the URL of the single cluster overview page: `https://cockroachlabs.cloud/cluster/{your_cluster_id}/overview`. The ID should resemble `f78b7feb-b6cf-4396-9d7f-494982d7d81e`.
    2. Create a private key and certificate pair, using a tool such as OpenSSL. Refer to <InternalLink version="stable" path="create-security-certificates-openssl#step-1-create-the-ca-key-and-certificate-pair">Create the CA key and certificate pair</InternalLink>. In this example, the private key file is named `ca.key` and the certificate file is named `ca.crt`. If you use other file names, adjust the commands accordingly. The certificate file will be uploaded in step 3.
       1. Concatenate the certificate and key files using the following command. The string in the concatenated file will be used in step 5.

          ```shell theme={"theme":{"light":"catppuccin-mocha","dark":"catppuccin-mocha"}}
          cat ca.crt ca.key | awk '{printf "%s\\n", $0}'  > concatenated.pem
          ```
    3. To give the CockroachDB cluster access to your Azure tenant, [create a Microsoft Entra application](https://learn.microsoft.com/entra/identity-platform/howto-create-service-principal-portal). When registering the application, leave the optional **Redirect URI** empty since certificate-based authentication is being used, not browser-based authentication.
       1. Once the application is registered, upload the certificate file ( `ca.crt` ) created in step 2.
       2. From the **Overview** page for the Entra application, note the values for **Display Name**, **Application (client) ID**, and **Directory (tenant) ID**, which will be used in step 5.
    4. To allow Azure Monitor to receive metrics, [create an Application Insights resource](https://learn.microsoft.com/azure/azure-monitor/app/create-workspace-resource).
       1. In the newly created Application Insights resource, add a role assignment that assigns the Entra application (search for the **Display Name** from step 3) to the role [Monitoring Metrics Publisher](https://learn.microsoft.com/azure/role-based-access-control/built-in-roles/monitor#monitoring-metrics-publisher).
       2. On the **Overview** page for the Application Insights resource, view the **Connection String**. Note the values for **InstrumentationKey** and **IngestionEndpoint**, which will be used in step 5.
    5. To enable metrics export for your CockroachDB Advanced cluster, issue the following <InternalLink path="cloud-api">Cloud API</InternalLink> command:

       ```shell theme={"theme":{"light":"catppuccin-mocha","dark":"catppuccin-mocha"}}
       curl --request POST \
         --url https://cockroachlabs.cloud/api/v1/clusters/{cluster_id}/metricexport/azuremonitor \
         --header "Authorization: Bearer {secret_key}" \
         --data '{ "application_id": "{application_id}", "tenant_id": "{tenant_id}", "ingestion_endpoint": "{ingestion_endpoint}", "instrumentation_key": "{instrumentation_key}", "certificate": "{combined_certificate_and_key}" }'
       ```

       Where:

       * `{cluster_id}` is your CockroachDB Advanced cluster ID from step 1.
       * `{secret_key}` is your CockroachDB Advanced API key. See <InternalLink path="managing-access">API Access</InternalLink> for instructions on generating this key.
       * `{application_id}` is the ID of the Entra application, **Application (client) ID** from step 3.
       * `{tenant_id}` is the ID of the tenant where the Entra application was created, **Directory (tenant) ID** from step 3.
       * `{ingestion_endpoint}` is the target host where the metrics are to be sent, **IngestionEndpoint** from step 4.
       * `{instrumentation_key}` is the ID of the Azure Application Insights resource, **InstrumentationKey** from step 4.
       * `{combined_certificate_and_key}` is the string in the concatenated file from step 2.
    6. Depending on the size of your cluster and how many regions it spans, the configuration may take a moment. You can monitor the ongoing status of the configuration using the following Cloud API command:

       ```shell theme={"theme":{"light":"catppuccin-mocha","dark":"catppuccin-mocha"}}
       curl --request GET \
         --url https://cockroachlabs.cloud/api/v1/clusters/{cluster_id}/metricexport/azuremonitor \
         --header "Authorization: Bearer {secret_key}"
       ```

       When the command returns a status of `ENABLED`, the configuration has been applied to all nodes, and metrics will begin appearing in Azure Monitor. Since the configuration is applied to cluster nodes one at a time, metrics may begin to appear even before the status is `ENABLED`.
    7. Once metrics export has been enabled, you can access metrics from your CockroachDB Advanced cluster directly in [Azure Portal](https://portal.azure.com/#home):
       1. Navigate to the Application Insights resource created in step 4.
       2. In the left menu under **Monitoring**, click **Metrics**. In the chart options, in the **Metric** search field, enter `crdb_dedicated`. This should retrieve a dropdown list of the exported metrics. Select a metric such as `crdb_dedicated.capacity` from the dropdown list.
       3. To further verify the metrics export, click **Apply splitting**, select **cluster** from the **Values** dropdown list. Your cluster name should appear in the legend under the chart.
  </Tab>
</Tabs>

## Monitor the status of a metrics export configuration

<Tabs>
  <Tab title="Amazon CloudWatch">
    To check the status of an existing Amazon CloudWatch metrics export configuration, use the following Cloud API command:

    ```shell theme={"theme":{"light":"catppuccin-mocha","dark":"catppuccin-mocha"}}
    curl --request GET \
      --url https://cockroachlabs.cloud/api/v1/clusters/{cluster_id}/metricexport/cloudwatch \
      --header "Authorization: Bearer {secret_key}"
    ```

    Where:

    * `{cluster_id}` is your CockroachDB Advanced cluster's cluster ID, which can be found in the URL of your [Cloud Console](https://cockroachlabs.cloud/clusters) for the specific cluster you wish to configure, resembling `f78b7feb-b6cf-4396-9d7f-494982d7d81e`.
    * `{secret_key}` is your CockroachDB Advanced API key. See <InternalLink path="managing-access">API Access</InternalLink> for instructions on generating this key.
  </Tab>

  <Tab title="Datadog">
    To check the status of an existing Datadog metrics export configuration, use the following Cloud API command:

    ```shell theme={"theme":{"light":"catppuccin-mocha","dark":"catppuccin-mocha"}}
    curl --request GET \
      --url https://cockroachlabs.cloud/api/v1/clusters/{cluster_id}/metricexport/datadog \
      --header "Authorization: Bearer {secret_key}"
    ```

    Where:

    * `{cluster_id}` is your CockroachDB Advanced cluster's cluster ID, which can be found in the URL of your [Cloud Console](https://cockroachlabs.cloud/clusters) for the specific cluster you wish to configure, resembling `f78b7feb-b6cf-4396-9d7f-494982d7d81e`.
    * `{secret_key}` is your CockroachDB Advanced API key. See <InternalLink path="managing-access">API Access</InternalLink> for instructions on generating this key.
  </Tab>

  <Tab title="Prometheus">
    To check the status of an existing Prometheus metrics export configuration, use the following Cloud API command:

    ```shell theme={"theme":{"light":"catppuccin-mocha","dark":"catppuccin-mocha"}}
    curl --request GET \
      --url https://cockroachlabs.cloud/api/v1/clusters/{cluster_id}/metricexport/prometheus \
      --header "Authorization: Bearer {secret_key}"
    ```

    Where:

    * `{cluster_id}` is your CockroachDB Advanced cluster's cluster ID, which can be found in the URL of your [Cloud Console](https://cockroachlabs.cloud/clusters) for the specific cluster you wish to configure, resembling `f78b7feb-b6cf-4396-9d7f-494982d7d81e`.
    * `{secret_key}` is your CockroachDB Advanced API key. See <InternalLink path="managing-access">API Access</InternalLink> for instructions on generating this key.
  </Tab>

  <Tab title="Azure Monitor">
    To check the status of an existing Azure Monitor metrics export configuration, use the following Cloud API command:

    ```shell theme={"theme":{"light":"catppuccin-mocha","dark":"catppuccin-mocha"}}
    curl --request GET \
      --url https://cockroachlabs.cloud/api/v1/clusters/{cluster_id}/metricexport/azuremonitor \
      --header "Authorization: Bearer {secret_key}"
    ```

    Where:

    * `{cluster_id}` is your CockroachDB Advanced cluster's cluster ID, which can be found in the URL of your [Cloud Console](https://cockroachlabs.cloud/clusters) for the specific cluster you wish to configure, resembling `f78b7feb-b6cf-4396-9d7f-494982d7d81e`.
    * `{secret_key}` is your CockroachDB Advanced API key. See <InternalLink path="managing-access">API Access</InternalLink> for instructions on generating this key.
  </Tab>
</Tabs>

## Update an existing metrics export configuration

To update an existing CockroachDB Advanced metrics export configuration, make any necessary changes to your cloud provider configuration (e.g., Amazon CloudWatch, Datadog, or Prometheus), then issue the same `POST` Cloud API command as shown in the [Enable metrics export](#enable-metrics-export) instructions for your cloud provider with the desired updated configuration. Follow the [Monitor the status of a metrics export configuration](#monitor-the-status-of-a-metrics-export-configuration) instructions to ensure the update completes successfully.

## Disable metrics export

<Tabs>
  <Tab title="Amazon CloudWatch">
    To disable an existing Amazon CloudWatch metrics export configuration, and stop sending metrics to CloudWatch, use the following Cloud API command:

    ```shell theme={"theme":{"light":"catppuccin-mocha","dark":"catppuccin-mocha"}}
    curl --request DELETE \
      --url https://cockroachlabs.cloud/api/v1/clusters/{cluster_id}/metricexport/cloudwatch \
      --header "Authorization: Bearer {secret_key}"
    ```

    Where:

    * `{cluster_id}` is your CockroachDB Advanced cluster's cluster ID, which can be found in the URL of your [Cloud Console](https://cockroachlabs.cloud/clusters) for the specific cluster you wish to configure, resembling `f78b7feb-b6cf-4396-9d7f-494982d7d81e`.
    * `{secret_key}` is your CockroachDB Advanced API key. See <InternalLink path="managing-access">API Access</InternalLink> for instructions on generating this key.
  </Tab>

  <Tab title="Datadog">
    To disable an existing Datadog metrics export configuration, and stop sending metrics to Datadog, use the following Cloud API command:

    ```shell theme={"theme":{"light":"catppuccin-mocha","dark":"catppuccin-mocha"}}
    curl --request DELETE \
      --url https://cockroachlabs.cloud/api/v1/clusters/{cluster_id}/metricexport/datadog \
      --header "Authorization: Bearer {secret_key}"
    ```

    Where:

    * `{cluster_id}` is your CockroachDB Advanced cluster's cluster ID, which can be found in the URL of your [Cloud Console](https://cockroachlabs.cloud/clusters) for the specific cluster you wish to configure, resembling `f78b7feb-b6cf-4396-9d7f-494982d7d81e`.
    * `{secret_key}` is your CockroachDB Advanced API key. See <InternalLink path="managing-access">API Access</InternalLink> for instructions on generating this key.
  </Tab>

  <Tab title="Prometheus">
    To disable an existing Prometheus metrics export configuration, and stop sending metrics to Prometheus, use the following Cloud API command:

    ```shell theme={"theme":{"light":"catppuccin-mocha","dark":"catppuccin-mocha"}}
    curl --request DELETE \
      --url https://cockroachlabs.cloud/api/v1/clusters/{cluster_id}/metricexport/prometheus \
      --header "Authorization: Bearer {secret_key}"
    ```

    Where:

    * `{cluster_id}` is your CockroachDB Advanced cluster's cluster ID, which can be found in the URL of your [Cloud Console](https://cockroachlabs.cloud/clusters) for the specific cluster you wish to configure, resembling `f78b7feb-b6cf-4396-9d7f-494982d7d81e`.
    * `{secret_key}` is your CockroachDB Advanced API key. See <InternalLink path="managing-access">API Access</InternalLink> for instructions on generating this key.
  </Tab>

  <Tab title="Azure Monitor">
    To disable an existing Azure Monitor metrics export configuration, and stop sending metrics to Azure Monitor, use the following Cloud API command:

    ```shell theme={"theme":{"light":"catppuccin-mocha","dark":"catppuccin-mocha"}}
    curl --request DELETE \
      --url https://cockroachlabs.cloud/api/v1/clusters/{cluster_id}/metricexport/azuremonitor \
      --header "Authorization: Bearer {secret_key}"
    ```

    Where:

    * `{cluster_id}` is your CockroachDB Advanced cluster's cluster ID, which can be found in the URL of your [Cloud Console](https://cockroachlabs.cloud/clusters) for the specific cluster you wish to configure, resembling `f78b7feb-b6cf-4396-9d7f-494982d7d81e`.
    * `{secret_key}` is your CockroachDB Advanced API key. See <InternalLink path="managing-access">API Access</InternalLink> for instructions on generating this key.
  </Tab>
</Tabs>

## Limitations

* Metrics export to Amazon CloudWatch is only available on CockroachDB Advanced clusters which are hosted on AWS. Similarly, metrics export to Azure is only available on CockroachDB Advanced clusters that are hosted on Azure. If your CockroachDB Advanced cluster is hosted on GCP, you can export metrics to <InternalLink path="export-metrics-advanced?filters=datadog-metrics-export">Datadog</InternalLink> or <InternalLink path="export-metrics-advanced?filters=prometheus-metrics-export">Prometheus</InternalLink> instead.
* Amazon CloudWatch does not currently support histograms. Any histogram-type metrics emitted from your CockroachDB Advanced cluster are dropped by CloudWatch. See [Prometheus metric type conversion](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/ContainerInsights-Prometheus-metrics-conversion) for more information, and [Logging dropped Prometheus metrics](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/ContainerInsights-Prometheus-troubleshooting-EKS#ContainerInsights-Prometheus-troubleshooting-droppedmetrics) for instructions on tracking dropped histogram metrics in CloudWatch.

## Troubleshooting

### Amazon CloudWatch

Be sure you are providing **your own** AWS Account ID as shown on the AWS [IAM page](https://console.aws.amazon.com/iam) to step 6, **not** the AWS cloud provider account ID as returned from step 3.

If you are using an existing AWS role, or are otherwise using a role name different from the example name used in this tutorial, be sure to use your own role name in step 8 in place of `CockroachCloudMetricsExportRole`.

Your CockroachDB Advanced cluster must be running on AWS (not GCP or Azure) to make use of metrics export to Amazon CloudWatch. If your CockroachDB Advanced cluster is hosted on Azure, you can export metrics to <InternalLink path="export-metrics-advanced?filters=azure-monitor-metrics-export">Azure Monitor</InternalLink>. If your CockroachDB Advanced cluster is hosted on GCP, you can export metrics to <InternalLink path="export-metrics-advanced?filters=datadog-metrics-export">Datadog</InternalLink> or <InternalLink path="export-metrics-advanced?filters=prometheus-metrics-export">Prometheus</InternalLink> instead.

## See Also

* <InternalLink path="export-metrics">Export Metrics From a CockroachDB Standard Cluster</InternalLink>
* <InternalLink version="stable" path="differences-in-metrics-between-third-party-monitoring-integrations-and-db-console">Differences in Metrics between Third-Party Monitoring Integrations and DB Console</InternalLink>
