Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ The following example shows how to scrape performance counters using different c
attributes:
state: active
- object: "Processor"
instances: [1, 2]
instances: ["0", "1"]
counters:
- name: "% Idle Time"
metric: processor.time
Expand Down
2 changes: 2 additions & 0 deletions metrics-and-metadata/metric-categories.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ These are the available categories for metrics in Splunk Observability Cloud:

.. include:: /_includes/metric-classes.rst

.. note:: 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 :ref:`metrics-usage-analytics-intro`.

Identify and track the category of a metric
====================================================

Expand Down
4 changes: 3 additions & 1 deletion metrics-and-metadata/metrics-usage-analytics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ The usage analytics home page contains the following visualizations:
.. image:: /_images/images-metrics/usage-analytics-home-page.png
:alt: The usage analytics home page, which displays the total MTS count, trends for hourly MTS count, and metrics with the highest utilization.

.. note:: Usage analytics doesn't show APM Monitoring MetricSets, RUM Monitoring MetricSets, or default/bundled APM metrics. To learn more about usage analytics, see :ref:`metrics-usage-analytics-intro`.

.. _mua-metrics-table:

Understand metric usage with the metrics table
Expand All @@ -68,7 +70,7 @@ The metric usage table displays the following fields:
* - Metric name
- The name of the metric.
* - Billing class
- Class of metric for billing purposes (host, billing, or custom). To learn more about billing classes, see :ref:`metric-categories`.
- Class of metric for billing purposes (host, billing, or custom). Usage analytics doesn't show APM Monitoring MetricSets or RUM Monitoring MetricSets. To learn more about billing classes, see :ref:`metric-categories`.
* - Utilization
- Whether the metric is used. "Unused" indicates that the metric is producing MTS, but these values aren't utilized in Splunk Observability Cloud.
* - Utility score
Expand Down
Loading