Convert TOML front matter to YAML (#49690)
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
+++
|
||||
aliases = ["/docs/grafana/latest/panels/query-a-data-source/inspect-query-performance/", "/docs/sources/panels/query-a-data-source/inspect-query-performance/"]
|
||||
title = "Inspect query performance"
|
||||
weight = 80
|
||||
+++
|
||||
---
|
||||
aliases:
|
||||
- /docs/grafana/latest/panels/query-a-data-source/inspect-query-performance/
|
||||
- /docs/sources/panels/query-a-data-source/inspect-query-performance/
|
||||
title: Inspect query performance
|
||||
weight: 80
|
||||
---
|
||||
|
||||
# Inspect query performance
|
||||
|
||||
|
||||
Reference in New Issue
Block a user