Loki docs: remove docs for raw query as it no longer exists (#65804)

This commit is contained in:
Gareth Dawson 2023-04-03 14:21:55 +01:00 committed by GitHub
parent 3ae39ff02b
commit 81d59734ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -129,15 +129,6 @@ In same cases the query editor can detect which operations would be most appropr
This section is only shown if the `Explain query` switch from the query editor top toolbar is set to `on`. It shows a step by step explanation of all query parts and the operations.
### Raw query
It shows the raw query that will be created and executed by the query editor.
There are two types of LogQL queries:
- Log queries
- Metric queries
## Create a log query
Loki log queries return the contents of the log lines.