mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 21:52:43 +08:00
Tracing: Add ability to write trace to metrics query (#48824)
* Tracing: Add ability to write trace to metrics query
This commit is contained in:
@ -40,6 +40,15 @@ This is a configuration for the [trace to logs feature]({{< relref "../explore/t
|
||||
|
||||

|
||||
|
||||
### Trace to metrics
|
||||
|
||||
> **Note:** This feature is behind the `traceToMetrics` feature toggle.
|
||||
|
||||
To configure trace to metrics, select the target Prometheus data source and enter the desired query.
|
||||
|
||||
-- **Data source -** Target data source.
|
||||
-- **Query -** Query that runs when navigating from a trace to the metrics data source.
|
||||
|
||||
### Node Graph
|
||||
|
||||
This is a configuration for the beta Node Graph visualization. The Node Graph is shown after the trace view is loaded and is disabled by default.
|
||||
|
@ -39,6 +39,15 @@ This is a configuration for the [trace to logs feature]({{< relref "../explore/t
|
||||
|
||||
{{< figure src="/static/img/docs/explore/traces-to-logs-settings-8-2.png" class="docs-image--no-shadow" caption="Screenshot of the trace to logs settings" >}}
|
||||
|
||||
### Trace to metrics
|
||||
|
||||
> **Note:** This feature is behind the `traceToMetrics` feature toggle.
|
||||
|
||||
To configure trace to metrics, select the target Prometheus data source and enter the desired query.
|
||||
|
||||
-- **Data source -** Target data source.
|
||||
-- **Query -** Query that runs when navigating from a trace to the metrics data source.
|
||||
|
||||
### Service Graph
|
||||
|
||||
This is a configuration for the Service Graph feature.
|
||||
|
@ -40,6 +40,15 @@ This is a configuration for the [trace to logs feature]({{< relref "../explore/t
|
||||
|
||||

|
||||
|
||||
### Trace to metrics
|
||||
|
||||
> **Note:** This feature is behind the `traceToMetrics` feature toggle.
|
||||
|
||||
To configure trace to metrics, select the target Prometheus data source and enter the desired query.
|
||||
|
||||
-- **Data source -** Target data source.
|
||||
-- **Query -** Query that runs when navigating from a trace to the metrics data source.
|
||||
|
||||
### Node Graph
|
||||
|
||||
This is a configuration for the beta Node Graph visualization. The Node Graph is shown after the trace view is loaded and is disabled by default.
|
||||
|
Reference in New Issue
Block a user