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

Commit 7d77788

Browse files
authored
Merge pull request #2090 from splunk/bhillmer-O11YDOCS-6222-SCV-post-GA
[O11YDOCS-6222] SCV post GA
2 parents 9f4ffe6 + 8d1e65c commit 7d77788

File tree

5 files changed

+16
-9
lines changed

5 files changed

+16
-9
lines changed
4.59 MB
Loading
-3.08 MB
Binary file not shown.
1.82 MB
Loading
-2.61 MB
Binary file not shown.

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

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ You can access the service view for a specific service in several places.
1717

1818
You can search for the service using the search in the top toolbar.
1919

20-
.. image:: /_images/apm/spans-traces/service-view-global-search.gif
20+
.. image:: /_images/apm/spans-traces/service-view-global-search+traces.gif
2121
:width: 95%
2222
:alt: Animation showing a user searching for the checkoutservice and selecting the service result.
2323

@@ -39,7 +39,7 @@ Service metrics
3939

4040
Use the following metrics in the :guilabel:`Service metrics` section to monitor the health of your service. Collapse sub-sections that are not relevant to you to customize your service view.
4141

42-
.. image:: /_images/apm/spans-traces/service-view-service-metrics.gif
42+
.. image:: /_images/apm/spans-traces/service-view-service-metrics+traces.gif
4343
:width: 95%
4444
:alt: This animation shows the service metrics for a service in the service view. The user select a chart to view example traces.
4545

@@ -100,6 +100,13 @@ To select a different connection or refine which indices logs are pulled from, s
100100

101101
The connection and indices you select are saved for all users in your organization for each unique service and environment combination.
102102

103+
View traces for your service
104+
===============================
105+
106+
Select :guilabel:`Traces` to view traces for the environment and service you are viewing. The :guilabel:`Traces` tab includes charts for :guilabel:`Service requests and errors` and :guilabel:`Service latency`. Select within the charts to see example traces.
107+
108+
Under the charts are lists of :guilabel:`Traces with errors` and :guilabel:`Long traces`. Select the trace ID link to open the trace in trace waterfall view. Select :guilabel:`View more in Trace Analyzer` to search additional traces. See :ref:`trace-analyzer` for more information about using Trace Analyzer to search traces.
109+
103110
Go to the code profiling view for your service
104111
=====================================================
105112

@@ -140,18 +147,18 @@ Service metrics
140147
- :strong:`Metrics`
141148

142149
* - Service requests
143-
- ``service.request.count``
150+
- ``service.request`` with a ``count`` function
144151

145152
* - Service latency
146-
- * ``service.request.duration.ns.median``
147-
* ``service.request.duration.ns.p90``
148-
* ``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``
149156

150157
* - Service errors
151-
- ``service.requests.count`` with a ``sf_error:True`` filter
158+
- ``service.requests`` with a ``count`` function and a ``sf_error:True`` filter
152159

153160
* - SLI/SLO
154-
- ``service.request.count``
161+
- ``service.request`` with a ``count`` function
155162

156163
.NET runtime metrics
157164
-----------------------
@@ -239,7 +246,7 @@ Node.js runtime metrics
239246
- :strong:`Metrics`
240247

241248
* - Heap usage
242-
- * ``Process.runtime.nodejs.memory.heap.total``
249+
- * ``process.runtime.nodejs.memory.heap.total``
243250
* ``process.runtime.nodejs.memory.heap.used``
244251

245252
* - Resident set size

0 commit comments

Comments
 (0)