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

# Metric Drivers

> Monitor your service metrics in the dashboard by configuring metric drivers

***

## InfluxDB

<Steps>
  <Step title="Install the InfluxDB metric driver on the Plugins page">
    <Frame>
      <img className="block rounded-md" src="https://files.cloudtype.io/ale-docs/operations/images/en/metrics01.png" />
    </Frame>

    * Repository: Git
    * URL: ale-run/plugin-metric-influxdb
  </Step>

  <Step title="Go to Settings > Clusters, select your target cluster, and choose InfluxDB as the metric driver. Then add these environment variables under More options:">
    <Frame>
      <img className="block rounded-md" src="https://files.cloudtype.io/ale-docs/operations/images/en/metrics02.png" />
    </Frame>

    * Environment Variables
      * `INFLUX_URL`: InfluxDB server URL
      * `INFLUX_TOKEN`: InfluxDB access token
      * `INFLUX_ORG`: InfluxDB organization
  </Step>
</Steps>

## Prometheus

<Steps>
  <Step title="Install the Prometheus metric driver on the Plugins page.">
    <Frame>
      <img className="block rounded-md" src="https://files.cloudtype.io/ale-docs/operations/images/en/metrics03.png" />
    </Frame>

    * Repository: Git
    * URL: ale-run/plugin-metric-prometheus
  </Step>

  <Step title="Go to Settings > Clusters, select your target cluster, and choose Prometheus as the metric driver. Then add this environment variable under More options:">
    <Frame>
      <img className="block rounded-md" src="https://files.cloudtype.io/ale-docs/operations/images/en/metrics04.png" />
    </Frame>

    * Environment Variables
      * `PROMETHEUS_URL`: Prometheus server URL
  </Step>
</Steps>

## AWS CloudWatch

<Steps>
  <Step title="Install the AWS CloudWatch metric driver on the Plugins page.">
    <Frame>
      <img className="block rounded-md" src="https://files.cloudtype.io/ale-docs/operations/images/en/metrics05.png" />
    </Frame>

    * Repository: Git
    * URL: ale-run/plugin-metric-cloudwatch
  </Step>

  <Step title="Go to Settings > Clusters, select your target cluster, and choose CloudWatch as the metric driver. Then add these environment variables under More options:">
    <Frame>
      <img className="block rounded-md" src="https://files.cloudtype.io/ale-docs/operations/images/en/metrics06.png" />
    </Frame>

    * Environment Variables
      * `EKS_CLUSTER_NAME`: Name of your EKS cluster
      * `EKS_REGION`: Region of your EKS cluster
  </Step>
</Steps>
