Tracing: Add ability to write trace to metrics query (#48824)

* Tracing: Add ability to write trace to metrics query
This commit is contained in:
Connor Lindsey
2022-05-11 07:39:02 -07:00
committed by GitHub
parent 99156b40bd
commit 233a96d818
6 changed files with 80 additions and 6 deletions

View File

@ -40,6 +40,15 @@ This is a configuration for the [trace to logs feature]({{< relref "../explore/t
![Trace to logs settings](/static/img/docs/explore/trace-to-logs-settings-8-2.png '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.
### 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.

View File

@ -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.

View File

@ -40,6 +40,15 @@ This is a configuration for the [trace to logs feature]({{< relref "../explore/t
![Trace to logs settings](/static/img/docs/explore/trace-to-logs-settings-8-2.png '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.
### 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.