Skip to content

Commit 7c0e214

Browse files
committed
Reduce image size
1 parent de3bacc commit 7c0e214

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/apm/spans.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ title: Span Analytics and Queries
44
description: Learn how to use the Spans page to explore your span data.
55
---
66

7+
import useBaseUrl from '@docusaurus/useBaseUrl';
8+
79
Sumo Logic Span Analytics enables you to filter and aggregate trace data at the raw span level, providing insights into the performance and behavior of your application services.
810

911
With its intuitive interface, Span Analytics allows you to:
@@ -112,7 +114,7 @@ When you run a query using **Visualize** and/or **Group By**, the results tab au
112114

113115
You set the time range of the query at the top right of the Spans page, above the search button. Tracing data retention in `_trace_spans` index is the same as default log index retention. See [Time Range Expressions](/docs/search/get-started-with-search/search-basics/time-range-expressions) for details.
114116

115-
![spans time range](/img/apm/spans-time-range.png)
117+
<img src={useBaseUrl('img/apm/spans-time-range.png')} alt="Spans time range" style={{border: '1px solid gray'}} width="200" />
116118

117119
### Run query
118120

0 commit comments

Comments
 (0)