# アナリティクスページ

アナリティクスページでは、アプリケーションの利用状況や、メトリクスによる検知状況を集計して確認できます。

個別ログの詳細を確認するトラフィックページに対して、アナリティクスページでは、ログ件数や検知件数の推移を確認し、全体の傾向を把握できます。

{% hint style="warning" %}
閲覧できるデータは、自身の権限で参照可能な Node およびアプリケーションの範囲に限られます。
{% endhint %}

<figure><img src="/files/dHhN608eYt9JmUxF11vW" alt=""><figcaption></figcaption></figure>

### 表示条件を設定する

#### 集計対象を選択する

アナリティクスページでは、集計対象とする Node やアプリケーションを選択できます。

複数の Node やアプリケーションを横断して確認したい場合は、対象をまとめて選択してください。特定のアプリケーションの傾向を確認したい場合は、対象のアプリケーションを選択してください。

#### 集計期間を選択する

確認したい期間を選択すると、選択した期間に応じて各種件数やグラフが更新されます。

直近の変化を確認したい場合は短い期間を、長期的な傾向を確認したい場合は長い期間を選択してください。

### 集計結果を確認する

#### 全体の検知傾向を確認する

アナリティクスページでは、アプリケーション全体の Block / Flag の発生状況を確認できます。

ブロックアクティビティでは、Block / Flag の件数や割合の推移を確認できます。特定の期間に検知件数が増加している場合は、対象期間を絞り込んで確認してください。

ブロック理由では、どの評価カテゴリやメトリクスで Block / Flag が多く発生しているかを確認できます。検知が多いリスク観点を把握し、優先的に確認すべき領域を判断する際に利用できます。

#### メトリクスごとの判定傾向を確認する

アナリティクスページでは、特定のメトリクスに絞って、Pass / Fail の判定傾向を確認できます。

評価 Pass / Fail では、選択したメトリクスにおける Pass / Fail の推移を確認できます。特定のタイミングで Fail が増加している場合や、判定傾向に変化がある場合の確認に利用できます。

メトリクスごとの傾向を確認することで、アプリケーション全体の検知状況だけでなく、個別の評価基準がどのように機能しているかを把握できます。

<figure><img src="/files/7GyNN2tuSN2WLMCHXoCd" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.radar.citadel-ai.com/operations-guide/monitor-applications/analytics.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
