メトリクスカテゴリ 🔗
Metric categories for realms us0 and us1 🔗
The following metric categories are used in the realms us0
and us1
:
Billing class |
Metrics included |
---|---|
Custom metrics |
Metrics reported to Splunk Observability Cloud outside of those reported by default, such as host, container, or bundled metrics. Custom metrics might result in increased data ingest costs. |
APM Monitoring MetricSets |
Includes metrics from APM Monitoring MetricSets. See APMのMetricSetsについて for more information. |
RUM Monitoring MetricSets |
Includes metrics from RUM Monitoring MetricSets. See カスタムタグによるフィルタリングとトラブルシューティング for more information. |
Default/bundled metrics (Infrastructure) |
|
Default/bundled metrics (APM) |
|
Other metrics |
Internal metrics |
Metric categories for other realms 🔗
The following metric categories are used for any realms that aren’t us0
or us1
:
カテゴリ |
説明 |
---|---|
0 |
メトリクスのカテゴリタイプに関する情報はありません。
注: メトリクスのカテゴリタイプ情報は、2023年3月16日以降にのみ利用可能になります。それ以前に作成されたメトリクスのカテゴリタイプは
0 です。 |
1 |
ホスト |
2 |
コンテナ |
3 |
カスタム
Metrics reported to Splunk Observability Cloud outside of those reported by default, such as host, container, or bundled metrics. Custom metrics might result in increased data ingest costs.
|
4 |
高解像度 |
5 |
内部 |
6 |
トレースメトリクス |
7 |
バンドル
ホストベースのサブスクリプションプランでは、特定のホストまたはコンテナに帰属しない、Infrastructure Monitoringパブリッククラウド インテグレーションを通じて追加のメトリクスが送信されます。
|
8 |
APMホスト |
9 |
APMコンテナ |
10 |
APM ID |
11 |
APMバンドル メトリクス |
12 |
APM Troubleshooting MetricSets
このカテゴリはレポートには含まれていません。
|
13 |
APM Monitoring MetricSets |
14 |
Infrastructure Monitoringの機能 |
15 |
APM機能 |
16 |
RUM Troubleshooting MetricSets
このカテゴリはレポートには含まれていません。
|
17 |
RUM Monitoring MetricSets |
18 |
Network Explorerメトリクス |
19 |
ランタイム メトリクス |
20 |
Syntheticsメトリクス |
注釈
メトリック時系列(MTS)に基づくサブスクリプションプランでは、すべてのメトリクスはカスタムメトリクスに分類され、それに応じて課金されます。
注釈
Usage analytics doesn’t support APM Monitoring MetricSets, RUM Monitoring MetricSets, or default/bundles APM metrics, so you can’t view these metrics in usage analytics. To learn more about usage analytics, see Analyze your metric usage in Splunk Observability Cloud.
メトリクスのカテゴリを特定し、追跡する 🔗
ホストベースのプラン では、メトリクスのカテゴリが課金に影響する可能性があります。
To keep track of the type of metrics you’re ingesting, Splunk Observability Cloud provides you with different tools and reports:
カスタムメトリクスレポート。.ホストまたはコンテナから送信されたデータポイントに関連する MTS の情報、およびカスタム、高解像度、バンドルされた MTS に関連する情報を、指定された日付について表示します。
Metric Pipeline Management の 使用レポート。このレポートには、MTS の作成と使用に関する詳細な内訳が記載されています。
カスタムメトリクス情報で特定の組織メトリクスを追跡します。詳しくは Splunk Observability Cloudの組織のメトリクスを表示する を参照してください。
SignalFlowを使ってメトリクスのカテゴリを探す 🔗
SignalFlowを使用して、メトリクスのカテゴリを示す sf_mtsCategoryType
ディメンションをクエリできます。
例えば、インジェストしているカスタムメトリクスのトップ10を検索するには、*
文字を使用した次のクエリを使用します。
A = data('*', filter=filter('sf_mtsCategoryType', '3')).count(by="sf_metric").top(10).publish(label='A')
特定のメトリクスだけを見るには、そのメトリクス名を使用します。
詳しくは SignalFlowと分析 を参照してください。