Docs: Whats new for multiple spansets (#76447)

* Whats new for multiple spansets

* Added date

* Updated link format

* Updated version syntax

---------

Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
This commit is contained in:
Joey 2023-10-16 14:53:54 +01:00 committed by GitHub
parent c986029f43
commit 7680576c6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -304,6 +304,19 @@ To learn more, refer to the following video demo.
{{< video-embed src="/media/docs/grafana/2023-09-11-New-Browse-Dashboards-Enablement-Video.mp4" >}}
## Multiple spansets per trace
<!-- Joey Tawadrous -->
<!-- OSS, Enterprise -->
October 24, 2023
_Generally available in Grafana Cloud_
The [TraceQL query editor](https://grafana.com/docs/tempo/<TEMPO_VERSION>/traceql/#traceql-query-editor) has been improved to facilitate the grouping of multiple spans per trace in TraceQL queries. For example, when the following `by(resource.service.name)` is added to your TraceQL query, it will group the spans in each trace by `resource.service.name`.
{{< figure src="/media/docs/tempo/multiple-spansets-per-trace-10-2.png" max-width="750px" caption="Multiple spansets per trace" >}}
## Temporary credentials in CloudWatch data source
<!-- Michael Mandrus, Ida Štambuk, Sarah Zinger -->