Skip to content

Commit 29687f3

Browse files
Implemented SME feedback and added new image
1 parent af5b62d commit 29687f3

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed
310 KB
Loading

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Use these steps to access the service map in Splunk APM:
2828
#. Log into Splunk Observability Cloud.
2929
#. Select :guilabel:`APM` in the navigation bar.
3030
#. Select :guilabel:`Service Map` on the APM landing page. The service map view opens, with the service map in the center.
31-
#. (Optional) Select :guilabel:`Switch to Classic Service Map` to switch to the previous service map display. The default constellation view displays a larger view of your environment and helps you quickly assess service performance.
31+
#. (Optional) Select :guilabel:`Switch to Classic Service Map` to switch to the left-to-right service map layout. The default constellation view displays a larger view of your environment and helps you quickly assess service performance.
3232

3333

3434
Using the service map, you can do the following:

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

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,12 @@ Use the following metrics in the :guilabel:`Service metrics` section to monitor
5757
Error breakdown
5858
-----------------
5959

60-
Use the following section to troubleshoot service errors and view relevant traces for specific error types.
60+
Use the following section to troubleshoot service errors and view relevant traces for specific error types. Select a point on the graph see example traces for a particular data point, or select any value to hide the time series for that value.
61+
62+
63+
.. image:: /_images/apm/spans-traces/service-view-errors.png
64+
:width: 95%
65+
:alt: Screenshot of charts on the service view page that display service errors.
6166

6267
* Errors by exception type - Displays errors with the span attribute ``exception.type``. Select a data point on the chart to view related traces and alert details for that time period.
6368
* Errors by status code - Displays errors based on the HTTP or gRPC error status code. Select a data point on the chart to view related traces and alert details for that selected time period and error. For more information about error status codes, see :new-page:`Semantic Conventions for HTTP Spans <https://opentelemetry.io/docs/specs/semconv/http/http-spans/>`.
@@ -95,7 +100,7 @@ View errors for your service
95100

96101
Select the :guilabel:`Errors` tab to visualize errors for your service. Select a specific error type to view available traces for that error, and troubleshoot by viewing details such as the ``exception.message`` or ``exception.stacktrace``.
97102

98-
You can activate or deactivate these metrics by going to the :guilabel:`Sources of Errors MetricSets` section on the :guilabel:`APM MetricSets` page.
103+
Administrators can pause these metrics by going to the :guilabel:`Sources of Errors MetricSets` section on the :guilabel:`APM MetricSets` page and selecting :guilabel:`Pause Indexing`. These metrics are turned on by default.
99104

100105
View endpoints for your service
101106
=================================

0 commit comments

Comments
 (0)