LogQL
LogQL is a query language for the Loki log aggregation system. Developed by Grafana Labs, it allows users to effectively search, filter, and analyze log data stored in Loki. LogQL combines label-based filtering, similar to Prometheus, with a powerful content-based expression language for inspecting log line content.
The language supports two main types of queries: log queries and metric queries. Log queries focus on
LogQL's syntax is designed to be intuitive for users familiar with Prometheus query language. It utilizes label