Tempo: Remove profiling toggles (#80792)
* Remove traceToProfiles toggle * Remove tracesEmbeddedFlameGraph toggle * Remove superfluous import * Update ConfigDescriptionLink * Update getting of profiles from standalone build PR
This commit is contained in:
@@ -117,8 +117,6 @@ You can navigate from a span in a trace view directly to metrics relevant for th
|
||||
|
||||
### Trace to profiles
|
||||
|
||||
{{< docs/experimental product="Trace to profiles" featureFlag="traceToProfiles" >}}
|
||||
|
||||
Using Trace to profiles, you can use Grafana’s ability to correlate different signals by adding the functionality to link between traces and profiles.
|
||||
Refer to the [relevant documentation](/docs/grafana/latest/datasources/tempo/configure-tempo-data-source#trace-to-profiles) for configuration instructions.
|
||||
|
||||
|
||||
@@ -137,8 +137,6 @@ Experimental features might be changed or removed without prior notice.
|
||||
| `traceQLStreaming` | Enables response streaming of TraceQL queries of the Tempo data source |
|
||||
| `metricsSummary` | Enables metrics summary queries in the Tempo data source |
|
||||
| `featureToggleAdminPage` | Enable admin page for managing feature toggles from the Grafana front-end |
|
||||
| `traceToProfiles` | Enables linking between traces and profiles |
|
||||
| `tracesEmbeddedFlameGraph` | Enables embedding a flame graph in traces |
|
||||
| `permissionsFilterRemoveSubquery` | Alternative permission filter implementation that does not use subqueries for fetching the dashboard folder |
|
||||
| `angularDeprecationUI` | Display new Angular deprecation-related UI features |
|
||||
| `sseGroupByDatasource` | Send query to the same datasource in a single request when using server side expressions. The `cloudWatchBatchQueries` feature toggle should be enabled if this used with CloudWatch. |
|
||||
|
||||
@@ -16,8 +16,6 @@ labels:
|
||||
|
||||
<!-- # Trace to profiles -->
|
||||
|
||||
{{< docs/experimental product="Trace to profiles" featureFlag="traceToProfiles" >}}
|
||||
|
||||
Using Trace to profiles, you can use Grafana’s ability to correlate different signals by adding the functionality to link between traces and profiles.
|
||||
|
||||
**Trace to profiles** lets you link your Grafana Pyroscope data source to tracing data.
|
||||
|
||||
Reference in New Issue
Block a user