Skip to content

Commit

Permalink
[DOC] Add blog link to release notes (#2758)
Browse files Browse the repository at this point in the history
* Add blog link to release notes

* Added link to rel notes from TraceQL
  • Loading branch information
knylander-grafana authored Aug 2, 2023
1 parent 8e4b812 commit 12082eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/sources/tempo/release-notes/v2-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This release gives you:

Tempo 2.2 makes vParquet2, a Parquet version designed to be more compatible with other Parquet implementations, the default block format. This block format is required for using structural operators and improves query performance relative to previous formats.

Read the [Tempo 2.2 blog post](/blog/NEED BLOG LINK) for more examples and details about these improvements.
Read the [Tempo 2.2 blog post](/blog/2023/08/02/grafana-tempo-2.2-release-traceql-structural-operators-are-here/) for more examples and details about these improvements.

{{% admonition type ="note" %}}
For a complete list of changes, enhancements, and bug fixes refer to the [Tempo 2.2 changelog](https://github.com/grafana/tempo/releases/tag/v2.2.0).
Expand All @@ -37,7 +37,7 @@ TraceQL now offers:
* A `by()` operation that groups span sets within a trace by an attribute of your choosing. This operation is not supported in the Grafana UI yet; you can only use `by()` when querying Tempo’s search API directly. ([documentation]({{< relref "../traceql#grouping" >}}) [PR [2490](https://github.com/grafana/tempo/pull/2490)]
* New intrinsic attributes for use in TraceQL queries: `traceDuration`, `rootName`, and `rootServiceName` ([documentation]({{< relref "../traceql" >}})) [PR [#2503](https://github.com/grafana/tempo/pull/2503)]

Read the [Tempo 2.2 blog post](/blog/need/link) for examples of how to use these new language additions.
Read the [Tempo 2.2 blog post](/blog/2023/08/02/grafana-tempo-2.2-release-traceql-structural-operators-are-here/) for examples of how to use these new language additions.

To learn more about the TraceQL syntax, see the [TraceQL documentation]({{< relref "../traceql" >}}).
For information on planned future extensions to the TraceQL language, see [future work]({{< relref "../traceql/architecture" >}}).
Expand Down
2 changes: 2 additions & 0 deletions docs/sources/tempo/traceql/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ Read the blog post, "[Get to know TraceQL](/blog/2023/02/07/get-to-know-traceql-
For information on where the language is headed, see [future work]({{< relref "./architecture" >}}).
The TraceQL language uses similar syntax and semantics as [PromQL](/blog/2020/02/04/introduction-to-promql-the-prometheus-query-language/) and [LogQL](/docs/loki/latest/logql/), where possible.

Check the [release notes]({{< relref "../release-notes" >}}) for the latest updates to TraceQL.

TraceQL requires Tempo’s Parquet columnar format to be enabled. For information on enabling Parquet, refer to the [Apache Parquet backend]({{< relref "..//configuration/parquet" >}}) Tempo documentation.

## TraceQL query editor
Expand Down

0 comments on commit 12082eb

Please sign in to comment.