メトリクスカテゴリ 🔗
These are the available categories for metrics in Splunk Observability Cloud:
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 Filter and troubleshoot with custom tags for more information. |
Default/bundled metrics (Infrastructure) |
|
Default/bundled metrics (APM) |
|
Other metrics |
Internal metrics |
メトリクスのカテゴリを特定し、追跡する 🔗
ホストベースのプラン では、メトリクスのカテゴリが課金に影響する可能性があります。
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と分析 を参照してください。