> For the complete documentation index, see [llms.txt](https://help.aikido.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.aikido.dev/docs/docs-ja/konpuraiansutorepto/reports/trends-over-time-report.md).

# 時系列レポート

その [時系列の傾向](https://app.aikido.dev) このレポートでは、セキュリティ態勢が週ごとにどのように変化するかを示します。静的なスナップショットだけでなく、件数と推移に重点を置いています。

このレポートには2つの主要なビューがあります：

**未解決の問題**

<figure><img src="/files/579edcbd2e085674a7bfaa1557535687b3f64ed7" alt=""><figcaption></figcaption></figure>

未処理のバックログの推移を追跡します。リスクが蓄積しているのか、横ばいなのか、減少しているのかを最も早く把握できます。

**新規および対応済みの問題**

<figure><img src="/files/5ae5c40d7d9445138b9a7e4be3e8bc4556140f53" alt=""><figcaption></figcaption></figure>

同じ期間に発生した新規問題の流入数と、対応した問題の件数を比較します。これにより、「バックログを減らせているのか、それとも現状維持にとどまっているのか？」を判断しやすくなります。

**SLA外**

<figure><img src="/files/329b5af0916a99571ed4025dbd3fff06d5d38e23" alt=""><figcaption></figcaption></figure>

SLA外のチャートは、選択した期間にサービスレベル合意（SLA）の期限を超過した問題の数を視覚的に示します。このグラフを分析することで、チームはSLA違反が最も増える時期を特定し、それを運用要因と関連付けて根本原因を突き止めることができます。

## このレポートを使うタイミング

次のような場合に、傾向レポートを使用してください：

* セキュリティ施策の効果を追跡する
* 問題の繰り返し発生する急増を特定する
* チームが新たな発見に追いつけているかを把握する ￼
* 対応済みの問題数が一貫して新規問題数に匹敵、またはそれを上回っていることを確認する


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.aikido.dev/docs/docs-ja/konpuraiansutorepto/reports/trends-over-time-report.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
