You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 2, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: apm/span-tags/metricsets.rst
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ MMS are available for the following APM components:
40
40
- traces
41
41
- workflows (Workflow metrics are created by default when you create a Business Workflow. Custom MMS are not available for Business Workflows.)
42
42
43
-
Monitoring MetricSets in APM are classified as histogram metrics. Previously, MMS were classified as either counter or gauge metrics. A histogram metric type represents a distribution of measurements or metrics, with complete percentile data available. Data is distributed into equally sized intervals, allowing you to compute percentiles across multiple services, and aggregate datapoints from multiple metric time series. Histogram metrics provide a noticeable advantage over other metric types when calculating percentiles, such as the p90 percentile for a single MTS. See more in :ref:`metric-types`.
43
+
Monitoring MetricSets in APM are generated as histogram metrics. Previously, MMS were classified as either a counter or gauge metric type. Histogram metrics represent a distribution of measurements or metrics, with complete percentile data available. Data is distributed into equally sized intervals, allowing you to compute percentiles across multiple services, and aggregate datapoints from multiple metric time series. Histogram metrics provide an advantage over other metric types when calculating percentiles, such as the p90 percentile for a single MTS. See more in :ref:`metric-types`.
44
44
45
45
For each metric, there is 1 metric time series (MTS) with responses ``sf_error: true`` or ``sf_error: false``.
46
46
@@ -72,24 +72,23 @@ For each metric, there is 1 metric time series (MTS) with responses ``sf_error:
72
72
- ``<component>.duration.ns.p99``
73
73
74
74
75
-
Example histogram MetricSets in APM
75
+
Example histogram metrics in APM
76
76
---------------------------------------------
77
77
78
-
A histogram MTS uses the following syntax using Signalflow:
78
+
A histogram MTS uses the following syntax using SignalFlow:
.. note:: Because an aggregation is applied on histogram(), to display all of the metric sets separately, each dimension needs to be applied as a groupby.
105
+
105
106
Each MMS has a set of dimensions you can use to monitor and alert on service performance.
0 commit comments