diff --git a/_images/apm/spans-traces/span-search-repeated-spans.png b/_images/apm/spans-traces/span-search-repeated-spans.png new file mode 100644 index 000000000..e9d0d433c Binary files /dev/null and b/_images/apm/spans-traces/span-search-repeated-spans.png differ diff --git a/apm/apm-spans-traces/span-search.rst b/apm/apm-spans-traces/span-search.rst index c57999736..1f349dfc2 100644 --- a/apm/apm-spans-traces/span-search.rst +++ b/apm/apm-spans-traces/span-search.rst @@ -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 ======================================================= @@ -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. \ No newline at end of file diff --git a/apm/apm-spans-traces/traces-spans.rst b/apm/apm-spans-traces/traces-spans.rst index e9cff08fb..0e0a7f5e8 100644 --- a/apm/apm-spans-traces/traces-spans.rst +++ b/apm/apm-spans-traces/traces-spans.rst @@ -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: @@ -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 diff --git a/gdi/opentelemetry/automatic-discovery/k8s/k8s-advanced-config.rst b/gdi/opentelemetry/automatic-discovery/k8s/k8s-advanced-config.rst index 27afdefcb..b5e8d68f3 100644 --- a/gdi/opentelemetry/automatic-discovery/k8s/k8s-advanced-config.rst +++ b/gdi/opentelemetry/automatic-discovery/k8s/k8s-advanced-config.rst @@ -15,6 +15,8 @@ Through advanced customization, you can achieve the following tasks: * :ref:`Override automatic discovery settings ` * :ref:`Use automatic discovery with gateway mode ` +.. note:: For advanced customization options in Linux, see :ref:`linux-advanced-auto-discovery-config`. + .. _change-instrumentation-version-k8s: Change instrumentation version diff --git a/gdi/opentelemetry/automatic-discovery/linux/linux-advanced-config.rst b/gdi/opentelemetry/automatic-discovery/linux/linux-advanced-config.rst index 88ec45b24..8646f351e 100644 --- a/gdi/opentelemetry/automatic-discovery/linux/linux-advanced-config.rst +++ b/gdi/opentelemetry/automatic-discovery/linux/linux-advanced-config.rst @@ -15,6 +15,8 @@ Through advanced customization, you can achieve the following tasks: * :ref:`Use automatic discovery with gateway mode ` * :ref:`Customize discovery settings for third-party applications ` +.. note:: For advanced customization options in Kubernetes, see :ref:`k8s-advanced-auto-discovery-config`. + .. _override-default-settings-linux: Override default automatic discovery settings