This repository was archived by the owner on Sep 2, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments