Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit 8d1e65c

Browse files
committed
update to histogram MMS
1 parent c4d24b3 commit 8d1e65c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

apm/apm-spans-traces/service-view.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -147,18 +147,18 @@ Service metrics
147147
- :strong:`Metrics`
148148

149149
* - Service requests
150-
- ``service.request.count``
150+
- ``service.request`` with a ``count`` function
151151

152152
* - Service latency
153-
- * ``service.request.duration.ns.median``
154-
* ``service.request.duration.ns.p90``
155-
* ``service.request.duration.ns.p99``
153+
- * ``service.request`` with a ``median`` function
154+
* ``service.request`` with a ``percentile`` function and a percentile value ``90``
155+
* ``service.request`` with a ``percentile`` function and a percentile value ``99``
156156

157157
* - Service errors
158-
- ``service.requests.count`` with a ``sf_error:True`` filter
158+
- ``service.requests`` with a ``count`` function and a ``sf_error:True`` filter
159159

160160
* - SLI/SLO
161-
- ``service.request.count``
161+
- ``service.request`` with a ``count`` function
162162

163163
.NET runtime metrics
164164
-----------------------
@@ -246,7 +246,7 @@ Node.js runtime metrics
246246
- :strong:`Metrics`
247247

248248
* - Heap usage
249-
- * ``Process.runtime.nodejs.memory.heap.total``
249+
- * ``process.runtime.nodejs.memory.heap.total``
250250
* ``process.runtime.nodejs.memory.heap.used``
251251

252252
* - Resident set size

0 commit comments

Comments
 (0)