Revert "[v10.0.x] [feat] docs; update admonition syntax" (#68980)
Revert "[v10.0.x] [feat] docs; update admonition syntax (#68857)"
This reverts commit 1e8c28eff4.
This commit is contained in:
@@ -67,9 +67,7 @@ To close the newly created query, click on the Close Split button.
|
||||
|
||||
## Share shortened link
|
||||
|
||||
{{% admonition type="note" %}}
|
||||
Available in Grafana 7.3 and later versions.
|
||||
{{% /admonition %}}
|
||||
> **Note:** Available in Grafana 7.3 and later versions.
|
||||
|
||||
The Share shortened link capability allows you to create smaller and simpler URLs of the format /goto/:uid instead of using longer URLs with query parameters. To create a shortened link to the executed query, click the **Share** option in the Explore toolbar. A shortened link that is never used will automatically get deleted after seven (7) days.
|
||||
|
||||
|
||||
@@ -19,9 +19,7 @@ This functionality is similar to the panel inspector tasks [Inspect query perfor
|
||||
|
||||
Query history is a list of queries that you used in Explore. The history is stored in the Grafana database and it is not shared with other users. The retention period for queries in history is two weeks. Queries older than two weeks are automatically deleted. To open and interact with your history, click the **Query history** button in Explore.
|
||||
|
||||
{{% admonition type="note" %}}
|
||||
Starred queries are not subject to the two weeks retention period and they are not deleted.
|
||||
{{% /admonition %}}
|
||||
> **Note**: Starred queries are not subject to the two weeks retention period and they are not deleted.
|
||||
|
||||
### View query history
|
||||
|
||||
|
||||
@@ -42,10 +42,8 @@ Shows condensed view or the trace timeline. Drag your mouse over the minimap to
|
||||
|
||||
### Span Filters
|
||||
|
||||
{{% admonition type="note" %}}
|
||||
This feature is behind the `newTraceViewHeader` [feature toggle]({{< relref "../../setup-grafana/configure-grafana#feature_toggles" >}}).
|
||||
If you use Grafana Cloud, open a [support ticket in the Cloud Portal](/profile/org#support) to access this feature.
|
||||
{{% /admonition %}}
|
||||
> **Note:** This feature is behind the `newTraceViewHeader` [feature toggle]({{< relref "../../setup-grafana/configure-grafana#feature_toggles" >}}).
|
||||
> If you use Grafana Cloud, open a [support ticket in the Cloud Portal](/profile/org#support) to access this feature.
|
||||
|
||||

|
||||
|
||||
@@ -83,9 +81,7 @@ Clicking anywhere on the span row shows span details.
|
||||
|
||||
### Trace to logs
|
||||
|
||||
{{% admonition type="note" %}}
|
||||
Available in Grafana 7.4 and later versions.
|
||||
{{% /admonition %}}
|
||||
> **Note:** Available in Grafana 7.4 and later versions.
|
||||
|
||||
You can navigate from a span in a trace view directly to logs relevant for that span. This feature is available for Tempo, Jaeger, and Zipkin data sources. Refer to their [relevant documentation](/docs/grafana/latest/datasources/tempo/#trace-to-logs) for configuration instructions.
|
||||
|
||||
@@ -95,9 +91,7 @@ Click the document icon to open a split view in Explore with the configured data
|
||||
|
||||
### Trace to metrics
|
||||
|
||||
{{% admonition type="note" %}}
|
||||
This feature is currently in beta & behind the `traceToMetrics` feature toggle.
|
||||
{{% /admonition %}}
|
||||
> **Note:** This feature is currently in beta & behind the `traceToMetrics` feature toggle.
|
||||
|
||||
You can navigate from a span in a trace view directly to metrics relevant for that span. This feature is available for Tempo, Jaeger, and Zipkin data sources. Refer to their [relevant documentation](/docs/grafana/latest/datasources/tempo/#trace-to-metrics) for configuration instructions.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user