> ## 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.

# メトリクスドライバー

> メトリクスドライバーをインストールして適用すると、ダッシュボードでサービスごとのメトリクスを確認できます。

***

## InfluxDB

<Steps>
  <Step title="プラグインページでInfluxDBメトリクス連携用のドライバーをインストールします。">
    <Frame>
      <img className="block rounded-md" src="https://files.cloudtype.io/ale-docs/operations/images/ja/metrics01.png" />
    </Frame>

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

  <Step title="設定ページのクラスターセクションで、メトリクスを適用するクラスターをクリックし、メトリクスドライバーとしてInfluxDBを選択して、詳細オプションで以下の環境変数を追加します。">
    <Frame>
      <img className="block rounded-md" src="https://files.cloudtype.io/ale-docs/operations/images/ja/metrics02.png" />
    </Frame>

    * **環境変数**
      * `INFLUX_URL`: InfluxDBが配置されているURL
      * `INFLUX_TOKEN`: InfluxDBアクセストークン
      * `INFLUX_ORG`: InfluxDB組織
  </Step>
</Steps>

## Prometheus

<Steps>
  <Step title="プラグインページでPrometheusメトリクス連携用のドライバーをインストールします。">
    <Frame>
      <img className="block rounded-md" src="https://files.cloudtype.io/ale-docs/operations/images/ja/metrics03.png" />
    </Frame>

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

  <Step title="設定ページのクラスターセクションで、メトリクスを適用するクラスターをクリックし、メトリクスドライバーとしてPrometheusを選択して、詳細オプションで以下の環境変数を追加します。">
    <Frame>
      <img className="block rounded-md" src="https://files.cloudtype.io/ale-docs/operations/images/ja/metrics04.png" />
    </Frame>

    * **環境変数**
      * `PROMETHEUS_URL`: Prometheusが配置されているURL
  </Step>
</Steps>

## AWS CloudWatch

<Steps>
  <Step title="プラグインページでAWS CloudWatchメトリクス連携用のドライバーをインストールします。">
    <Frame>
      <img className="block rounded-md" src="https://files.cloudtype.io/ale-docs/operations/images/ja/metrics05.png" />
    </Frame>

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

  <Step title="設定ページのクラスターセクションで、メトリクスを適用するクラスターをクリックし、メトリクスドライバーとしてCloudWatchを選択して、詳細オプションで以下の環境変数を追加します。">
    <Frame>
      <img className="block rounded-md" src="https://files.cloudtype.io/ale-docs/operations/images/ja/metrics06.png" />
    </Frame>

    * **環境変数**
      * `EKS_CLUSTER_NAME`: EKSクラスター名
      * `EKS_REGION`: EKSクラスターリージョン
  </Step>
</Steps>
