Skip to content

Commit 5a1c92e

Browse files
authored
9/30/22 Traces release (#400)
1 parent 830bc63 commit 5a1c92e

File tree

2 files changed

+20
-8
lines changed

2 files changed

+20
-8
lines changed

docs/apm/traces/working-with-tracing-data/search-query-language-support-for-traces.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ Tracing data retention in `_trace_spans` index is the same as default log index
1616
* Logreduce without a field, value, or key suffices
1717
* `_index` and `_view` are not supported other than when specified as `_trace_spans`.
1818
* Adding to Dashboard is supported as long as your total dashboard-originated `_trace_spans `read volume does not exceed 200x of your tracing ingest. Contact your Sumo Logic representative for paid subscription service options for volume requirements exceeding 200x of your tracing ingest.
19+
* Field extraction rules are not supported as the index has well defined schema
20+
* Data forwarding is not supported
21+
1922

2023
## Search span data
2124

@@ -40,15 +43,16 @@ Syntax: `_any<value>`
4043

4144
The `_any` option is not supported outside of the scope of a query. This is supported for the Security and Tracing tiers.
4245

43-
### Parse
46+
### Parse Your Spans
4447

4548
You can parse your spans in the same way you parse log data. This includes any value from the **tags** field by using the field option with the JSON operator, for example, `| json field=tags`. See how to Parse JSON Formatted Logs for details.
4649

47-
### View
50+
### View Your Search Results
4851

49-
When viewing your search results you can add any parsed fields to display by selecting them from the Field Browser on the left, or by using the fields operator in your query. The following image shows a query using the `fields` operator to display `operation`, `service`, `spanid`, `statuscode`, and `traceid`. The Field Browser can also set the fields to display.
52+
When viewing your search results you can add any parsed fields to display by selecting them from the Field Browser on the left, or by using the fields operator in your query. The following image shows a query using the `fields` operator to display `operation`, `service`, `spanid`, `statuscode`, and `traceid`. The Field Browser can also set the fields to display.<br/> ![spans search with fields highlighted.png](/img/traces/spans-search-with-fields-highlighted.png)
5053

51-
![spans search with fields highlighted.png](/img/traces/spans-search-with-fields-highlighted.png)
54+
### Monitors and Scheduled Searches
55+
You can also set Monitors and Scheduled Searches for Traces.
5256

5357
## Span structure
5458

@@ -57,7 +61,6 @@ Each span is written in JSON format. Span attributes are parsed to individual fi
5761
The following two lists contain the fields returned in your search results after running a query:
5862

5963
Displayed by default:
60-
6164
* Time
6265
* Message (empty and reserved for future use)
6366

docs/releasenotes/service.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,25 @@ description: Looking for more information about new features in the Sumo Logic S
77

88
import useBaseUrl from '@docusaurus/useBaseUrl';
99

10-
Service Release Notes for the current year are listed here. If you need to see previous Service Release Notes, check the [Archive](docs/releasenotes/archive).
10+
Service Release Notes for the current year are listed here. If you need to see previous Service Release Notes, check the [Archive](/docs/releasenotes/archive).
11+
12+
---
13+
## September 30, 2022 (Traces)
14+
15+
Ability to configure monitors with Search Query Language based on Trace Spans index has been officially enabled for all customers. [Learn more](/docs/apm/traces/working-with-tracing-data/search-query-language-support-for-traces).
16+
17+
Additionally, we now also support:
18+
* [Scheduled Searches](/docs/alerts/scheduled-searches) for Traces
19+
* [Scheduled Views](/docs/manage/scheduled-views) for Traces
1120

1221

1322
---
1423
## September 22, 2022 (Security)
1524

16-
Collection
25+
#### Collection
1726
Update - Good news! We've increased the number of Cloud-to-Cloud Sources that customers with paid Sumo Logic subscriptions can have, from 20 to 50. For users of free accounts, the limit remains 20 Cloud-to-Cloud Sources. For more information, see [Cloud-to-Cloud Integration Framework](/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework).
1827

19-
Metrics
28+
#### Metrics
2029
Update - We've updated the release note published on August 30, 2022, which incorrectly stated that the timeslice metrics operator had been released.
2130

2231
---

0 commit comments

Comments
 (0)