Skip to content

Commit a70374f

Browse files
[release-v2.7] [DOC] Remove traceToMetrics from docs (#4720)
(cherry picked from commit 94877d0) Co-authored-by: Kim Nylander <[email protected]>
1 parent b842605 commit a70374f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

docs/sources/tempo/getting-started/metrics-from-traces.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,7 @@ The metrics-generator automatically generates exemplars as well which allows eas
4545
## Linking traces and metrics
4646

4747
Grafana can correlate different signals by adding the functionality to link between traces and metrics. The [trace to metrics feature](https://grafana.com/blog/2022/08/18/new-in-grafana-9.1-trace-to-metrics-allows-users-to-navigate-from-a-trace-span-to-a-selected-data-source/), a beta feature in Grafana 9.1, lets you quickly see trends or aggregated data related to each span.
48-
49-
You can try it out by enabling the `traceToMetrics` feature toggle in your Grafana configuration file.
50-
Refer to [Configure feature toggles](https://grafana.com/docs/grafana/<GRAFANA_VERSION>/setup-grafana/configure-grafana/feature-toggles/) for more information.
51-
48+
5249
For example, you can use span attributes to metric labels by using the `$__tags` keyword to convert span attributes to metrics labels.
5350

5451
For more information, refer to the [Trace to metric configuration](https://grafana.com/docs/grafana/<GRAFANA_VERSION>/datasources/tempo/configure-tempo-data-source/#trace-to-metrics) documentation.

0 commit comments

Comments
 (0)