> For the complete documentation index, see [llms.txt](https://docs.nexthink.com/platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nexthink.com/platform/ja/references/references-classic/glossary-classic/metric-classic.md).

# メトリック（クラシック）

メトリックとは、あなたが特に関心を持つITインフラストラクチャの一部または特徴を定量的に測定する指標のことです。 メトリックは、選択されたITオブジェクト、そのプロパティ、およびその活動から主要な指標を定義する方法を提供します。

Finderでメトリックを定義し、Investigationを定義するのと同様に、時間の経過によるその進化をPortalから追跡します。 メトリックは、Portalの夜間データ収集中に毎日計算されます。

何を測定したいかによって、3つのタイプのメトリックから選択してください。

カウントメトリック

カウントメトリックは、カスタム条件のセットを満たすオブジェクトの数を測定します。 カウントメトリックには、オプションでカウントされたオブジェクトの数（メトリックの値自体）と、通常はメトリックを定義する条件よりも緩和された第2の条件セットを満たすオブジェクトの数との比率を含めることができます。

クオリティメトリック

クオリティメトリックは、特定の数値量（集計、スコアなど）の個々の値をグループ化します。 デバイスやユーザーのために、それらから単一の値を計算します。 数量に応じて、平均値、合計値、最大値、または集計のすべての個々の値の最小値のいずれかを取得します。 なお、クオリティメトリックは、\_device\_と\_user\_タイプのオブジェクトにのみ利用可能です。

トップメトリック

トップメトリックは、集計値が最も高いまたは低いオブジェクトの順序付きリストを保持します。 リスト内の要素数と集計値を計算する方法を指定します。 集計の種類に応じて、各オブジェクトの個々の集計値の平均、合計、最大、または最小を計算します。

関連タスク

* [メトリックの作成](/platform/ja/user-guide/using-finder-classic.md)


---

# 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://docs.nexthink.com/platform/ja/references/references-classic/glossary-classic/metric-classic.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.
