# アプリケーションをモニタリングする

Radar では、アプリケーションに紐づけたメトリクスの評価結果をもとに、入力ログや出力ログをモニタリングできます。

モニタリングでは、個別のログを確認する方法と、全体の傾向を確認する方法があります。目的に応じて、トラフィックページまたはアナリティクスページを利用してください。

### モニタリングの方法

<table><thead><tr><th width="287.69921875">確認したい内容</th><th width="153.2734375">利用するページ</th><th>主な用途</th></tr></thead><tbody><tr><td>個別のログや検知内容を確認したい</td><td>トラフィック</td><td>特定のリクエスト / レスポンスごとの評価結果や、検知されたリスクの詳細を確認する</td></tr><tr><td>全体の傾向を確認したい</td><td>アナリティクス</td><td>ログ件数や検知件数の推移、リスクの増減傾向を確認する</td></tr></tbody></table>

### 個別のログを確認する

個別のログや検知内容を確認したい場合は、トラフィックページを利用します。

トラフィックページでは、アプリケーションのリクエスト / レスポンスごとに、評価結果や検知されたメトリクスを確認できます。Block または Flag されたログを確認したい場合や、特定のログの詳細を確認したい場合に適しています。

トラフィックページを開くには、`Nodes` ページで対象のアプリケーションを選択し、アプリケーション詳細ページの `トラフィック` カードを選択してください。

トラフィックページの詳細は下記ページをご確認ください。

{% content-ref url="/pages/vFTjsqEQ1P5LZt2MgH8A" %}
[トラフィックページ](/operations-guide/monitor-applications/traffic.md)
{% endcontent-ref %}

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

ログ件数や検知件数の推移を確認したい場合は、アナリティクスページを利用します。

アナリティクスページでは、一定期間におけるログ件数、検知件数、Block / Flag の件数などを集計して確認できます。時系列での増減傾向を把握したい場合や、アプリケーション全体の利用状況・リスク傾向を確認したい場合に適しています。

アナリティクスページは、サイドバーの `アナリティクス` から開くことができます。

アナリティクスページの詳細は下記ページをご確認ください。

{% content-ref url="/pages/68wxJg6sx7zJ92AL6M9Q" %}
[アナリティクスページ](/operations-guide/monitor-applications/analytics.md)
{% endcontent-ref %}


---

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