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

# Cost Analytics

> AWS、GCP、Azure にわたるクラウド支出のトレンド、帰属、異常、予測を調査する

Cost Analytics は、クラウドの支出がどこへ向かっているのかを構造化されたビューで提供します。[Alex](/ja/guide/agents/alex) に平易な言葉で質問するだけで、ライブの請求データから帰属別の内訳、予測、異常の説明を取得できます。

コストとインフラのパフォーマンス・健全性シグナルを相関させる分析については、[インフラ Analytics](/ja/guide/infrastructure/analytics) を参照してください。

## コストの帰属

Alex はクラウドの支出を複数のディメンションで同時に帰属させます：

| ディメンション | 表示内容                                     |
| ------- | ---------------------------------------- |
| サービス    | クラウドサービス別の支出 — EC2、S3、RDS、Lambda、GKE など  |
| リソース    | インスタンスやボリューム単位のコスト、API 呼び出し料金、データ転送料金    |
| タグ      | 環境、チーム、プロジェクト、または設定した任意のタグキーでグループ化されたコスト |
| アカウント   | マルチアカウント組織でのアカウントごとの合計とアカウント間の比較         |
| プロバイダー  | AWS、GCP、Azure にわたる正規化された支出（自動通貨換算付き）     |

## 異常検出

Alex は接続された請求ストリームを監視し、異常な支出パターンを自動的に表面化します。

| タイプ     | 検出内容                      |
| ------- | ------------------------- |
| スパイク    | 設定した閾値を超える前日比の支出増加        |
| 継続的な増加  | 過去のベースラインを超える緩やかな上昇トレンド   |
| 新しいサービス | これまで使用されていなかったサービスからの初回請求 |
| リソースの急増 | デプロイイベントに対応しないリソース数の急激な増加 |

アラートの閾値と通知チャンネルは [Notifications](/ja/guide/notifications) で設定してください。

## 予測

Alex は請求履歴からコストの予測を生成します。利用可能な予測期間：

| 期間   | 使用するシグナル                |
| ---- | ----------------------- |
| 月末まで | 月次累計の支出から外挿した現在のトレジェクトリ |
| 四半期  | 過去の四半期の成長率を加味した季節トレンド分析 |
| 年間   | 設定した予算目標に対する成長調整済みの見込み  |

## プロンプト例

```text theme={null}
@alex #dashboard current month cloud spending by service
```

```text theme={null}
@alex #dashboard compare production vs development costs over the last 90 days
@alex #dashboard multi-cloud spending — AWS vs GCP vs Azure this quarter
```

```text theme={null}
@alex what drove the cost increase last week?
@alex analyze the cost spike on March 3rd and identify the root cause
```

```text theme={null}
@alex forecast cloud spending for the next quarter
@alex compare projected end-of-month spend against quarterly budget
```

```text theme={null}
@alex #report export last quarter's costs by service and tag to CSV
@alex #report monthly cost allocation broken down by team tag
```

## 関連情報

<CardGroup cols={2}>
  <Card title="Savings tracking" icon="chart-pie" href="/ja/guide/cost-optimization/savings">
    実装済みレコメンデーションの実際の節約額を測定する
  </Card>

  <Card title="インフラ Analytics" icon="chart-mixed" href="/ja/guide/infrastructure/analytics">
    コストシグナルとパフォーマンス、健全性、利用状況を相関させる
  </Card>

  <Card title="Recommendations" icon="lightbulb" href="/ja/guide/cost-optimization/recommendations">
    AI が生成したレコメンデーションでコストの知見を行動につなげる
  </Card>

  <Card title="Artifacts" icon="chart-bar" href="/ja/guide/artifacts/overview">
    ダッシュボードとレポートをスケジュール設定して定期生成する
  </Card>
</CardGroup>
