Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pulling refs/heads/main into main #1313

Merged
merged 6 commits into from Apr 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 15 additions & 10 deletions apm/apm-spans-traces/span-search.rst
Expand Up @@ -43,6 +43,20 @@ Use the 3-dot menu next to each span to expand and collapse spans as needed. You
:width: 95%
:alt: 3-dot menu with options to collapse spans at a specific depth or the service and operation level

Identify repeated spans
==========================

When a trace contains multiple repeated spans, the spans are collapsed into 1 row and a multiplier is displayed next to the row to reflect the number of repeated spans. Select the multiplier (x3, x7, and so on) to expand the row to view the individual spans and durations. The span summary displays the total span count and the repeated tags associated with the repeated spans.

.. image:: /_images/apm/spans-traces/span-search-repeated-spans.png
:width: 95%
:alt: Repeated spans in trace waterfall view

Identify the services that contribute spans to a trace
=======================================================

The colors of spans in the waterfall help differentiate the services contributing spans to a trace. If every span in the trace is from the same service, all spans appear in the same color. If there are 4 different services involved, the spans are in 4 different colors, to differentiate the service they're from.

View connected spans and traces using span links
=======================================================

Expand Down Expand Up @@ -81,13 +95,4 @@ See :ref:`get-started-enablerelatedcontent` for more information.
Continue troubleshooting in Tag Spotlight
=============================================

Expand a span of interest in the waterfall chart and select the spotlight icon that appears beside an indexed tag to navigate to Tag Spotlight. Tag Spotlight can help you isolate specific indexed span tags associated with trends in request rate, error rate, or latency and get to the bottom of what's causing problems. See :ref:`apm-tag-spotlight` to learn more about using Tag Spotlight.

Trace waterfall reference
==========================

When viewing spans in the trace waterfall, note the following:

* When a trace contains multiple repeated spans, the spans are typically collapsed into 1 row. Open the row to see the repeated span's tags and select the number (x3, x7, and so on) to expand the row and view the individual spans and durations.
* The colors of spans in the waterfall help differentiate the services contributing spans to a trace. If every span in the trace is from the same service, all spans appear in the same color. If there are 4 different services involved, the spans are in 4 different colors, indicating the service they're from.

Expand a span of interest in the waterfall chart and select the spotlight icon that appears beside an indexed tag to navigate to Tag Spotlight. Tag Spotlight can help you isolate specific indexed span tags associated with trends in request rate, error rate, or latency and get to the bottom of what's causing problems. See :ref:`apm-tag-spotlight` to learn more about using Tag Spotlight.
10 changes: 5 additions & 5 deletions apm/apm-spans-traces/traces-spans.rst
Expand Up @@ -16,11 +16,11 @@ Manage services, spans, and traces in Splunk APM
trace-search
trace-analyzer
traces-special-cases
extended-trace-retention
download-traces
span-search
apm-errors
download-traces
extended-trace-retention
span-formats
apm-errors


Spans and traces form the backbone of application monitoring in Splunk APM. Use the following topics to learn about spans and traces and manage your spans and traces effectively, so that you can get the most out of APM full-fidelity tracing:
Expand All @@ -29,13 +29,13 @@ Spans and traces form the backbone of application monitoring in Splunk APM. Use
* :ref:`apm-service-view`
* :ref:`apm-inferred-services`
* :ref:`trace-search`
*
* :ref:`trace-analyzer`
* :ref:`apm-special-traces`
* :ref:`span-search`
* :ref:`apm-download-traces`
* :ref:`apm-extended-trace-retention`
* :ref:`apm-supported-span-formats`
* * :ref:`apm-errors`
* :ref:`apm-errors`


.. raw:: html
Expand Down
Expand Up @@ -15,6 +15,8 @@ Through advanced customization, you can achieve the following tasks:
* :ref:`Override automatic discovery settings <override-default-settings-k8s>`
* :ref:`Use automatic discovery with gateway mode <use-with-gateway-k8s>`

.. note:: For advanced customization options in Linux, see :ref:`linux-advanced-auto-discovery-config`.

.. _change-instrumentation-version-k8s:

Change instrumentation version
Expand Down
Expand Up @@ -15,6 +15,8 @@ Through advanced customization, you can achieve the following tasks:
* :ref:`Use automatic discovery with gateway mode <use-with-gateway-linux>`
* :ref:`Customize discovery settings for third-party applications <customize-third-party-settings-linux>`

.. note:: For advanced customization options in Kubernetes, see :ref:`k8s-advanced-auto-discovery-config`.

.. _override-default-settings-linux:

Override default automatic discovery settings
Expand Down