mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Tempo Datasource: Correct TraceQL docs link (#61931)
* correct link Signed-off-by: Joe Elliott <number101010@gmail.com> * lint Signed-off-by: Joe Elliott <number101010@gmail.com> Signed-off-by: Joe Elliott <number101010@gmail.com>
This commit is contained in:
parent
857649e30b
commit
3eb065339f
@ -25,11 +25,7 @@ export function QueryEditor(props: Props) {
|
|||||||
<>
|
<>
|
||||||
<InlineLabel>
|
<InlineLabel>
|
||||||
Build complex queries using TraceQL to select a list of traces.{' '}
|
Build complex queries using TraceQL to select a list of traces.{' '}
|
||||||
<a
|
<a rel="noreferrer" target="_blank" href="https://grafana.com/docs/tempo/latest/traceql/">
|
||||||
rel="noreferrer"
|
|
||||||
target="_blank"
|
|
||||||
href="https://github.com/grafana/tempo/blob/main/docs/design-proposals/2022-04%20TraceQL%20Concepts.md"
|
|
||||||
>
|
|
||||||
Documentation
|
Documentation
|
||||||
</a>
|
</a>
|
||||||
</InlineLabel>
|
</InlineLabel>
|
||||||
|
Loading…
Reference in New Issue
Block a user