🌐
Grafana
grafana.com › docs › grafana-cloud › learn-and-build › telemetry-signals › query-visualize-data › visualize-query › learn-query-languages
Learn about query languages | Grafana Cloud documentation
Grafana Cloud uses three query languages for telemetry data. Each query language is optimized for its signal type: PromQL for metrics, LogQL for logs, and TraceQL for traces.
🌐
Grafana
grafana.com › docs › loki › latest › query
Query Loki | Grafana Loki documentation
You can also run queries against Loki using LogCLI, the command-line interface to Grafana Loki. LogQL is the query language for Grafana Loki.
🌐
Grafana
grafana.com › docs › grafana › latest › visualizations › panels-visualizations › query-transform-data
Query and transform data | Grafana documentation
Grafana supports many types of data sources. Data source queries return data that Grafana can transform and visualize. Each data source uses its own query language, and data source plugins each implement a query-building user interface called a query editor.
🌐
Grafana
grafana.com › docs › grafana › latest › alerting › fundamentals › alert-rules › queries-conditions
Queries and conditions | Grafana documentation
In Grafana, queries fetch and transform data from data sources, which include databases like MySQL or PostgreSQL, time series databases like Prometheus or InfluxDB, and services like Amazon CloudWatch or Azure Monitor.
🌐
Grafana
grafana.com › blog › 2020 › 02 › 04 › introduction-to-promql-the-prometheus-query-language
Introduction to PromQL, the Prometheus query language | Grafana Labs
February 5, 2020 - Grafana Labs is a Leader in the 2026 Gartner® Magic Quadrant™ for Observability Platforms.Learn more ... PromQL is the querying language that is part of Prometheus.
🌐
Grafana
grafana.com › docs › grafana › latest › datasources › tempo › query-editor
Query tracing data | Grafana documentation
The Markdown version is available ... and display traces from Tempo in Explore. The queries use TraceQL, the query language designed specifically for tracing....
🌐
Grafana
grafana.com › docs › grafana › latest › datasources › influxdb › query-editor
InfluxDB query editor | Grafana documentation
Grafana supports the SQL query language for InfluxDB 3.x and newer cloud products (Cloud Serverless, Cloud Dedicated, Clustered).
🌐
Site24x7
site24x7.com › cheatsheet › grafana › grafana-queries.html
Grafana Queries
# Example: Using the query editor in Grafana SELECT cpu_usage, memory_usage FROM system_metrics WHERE host = 'server01'; PromQL (Prometheus Query Language) is used for querying time series data in Prometheus.
🌐
Grafana
grafana.com › docs › grafana › latest › datasources › prometheus › query-editor
Prometheus query editor | Grafana documentation
Builder mode: Visual interface for constructing queries without writing PromQL directly. Code mode: Text editor with autocomplete for writing PromQL directly. Grafana synchronizes both modes, allowing you to switch between them.
Find elsewhere
🌐
Grafana
grafana.com › docs › grafana › latest › datasources › elasticsearch › query-editor
Elasticsearch query editor | Grafana documentation
The ES|QL query editor lets you query Elasticsearch using ES|QL (Elasticsearch Query Language), a pipe-based query language. Unlike Lucene queries that rely on aggregation configuration in the builder UI, ES|QL lets you express filtering, ...
🌐
Grafana
grafana.com › docs › grafana › latest › visualizations › panels-visualizations › query-transform-data › expression-queries
Write expression queries | Grafana documentation
Expressions are meant to augment data sources by enabling queries from different data sources to be combined or by providing operations unavailable in a data source. ... When possible, you should do data processing inside the data source. Copying data from storage to the Grafana server for processing is inefficient, so expressions are targeted at lightweight data processing.
🌐
Grafana
grafana.com › docs › grafana-cloud › visualizations › panels-visualizations › query-transform-data
Query and transform data | Grafana Cloud documentation
Grafana supports many types of data sources. Data source queries return data that Grafana can transform and visualize. Each data source uses its own query language, and data source plugins each implement a query-building user interface called a query editor.
🌐
Grafana
grafana.com › docs › grafana-cloud › connect-externally-hosted › data-sources › loki › query-editor
Loki query editor | Grafana Cloud documentation
The Markdown version is available ... and the complete index is available at https://grafana.com/llms-full.txt. ... The Loki data source’s query editor helps you create log and metric queries that use Loki’s query language, LogQL....
🌐
AWS
docs.aws.amazon.com › amazon managed grafana › user guide › use your grafana workspace › working in grafana version 8 › panels › queries
Queries - Amazon Managed Grafana
Grafana workspace panels use Queries to communicate with data sources to get data for the visualization. A query is a question written in the query language that is used by the data source. If the query is properly formed, the data source responds.
🌐
Grafana
grafana.com › docs › grafana › latest › visualizations › panels-visualizations › query-transform-data › sql-expressions
SQL expressions | Grafana documentation
They allow you to easily query and transform your data after the data source returns it, using SQL, which provides a familiar and powerful syntax that can handle everything from simple filters to highly complex, multi-step transformations. In Grafana, a server-side expression is a way to transform or calculate data after Grafana retrieves it from the data source, but before Grafana sends it to the frontend for visualization.
🌐
Grafana
grafana.com › blog › a-comparison-of-influxql-sql-and-flux-query-languages-for-grafana-dashboards
A comparison of InfluxQL, SQL, and Flux query languages for Grafana dashboards | Grafana Labs
December 30, 2023 - Before getting started with InfluxDB and Grafana — a powerful duo for data management and visualization — you need to choose between three query languages: InfluxQL, SQL, or Flux.
🌐
AWS
docs.aws.amazon.com › amazon managed grafana › user guide › use your grafana workspace › working in grafana version 9 › panels and visualizations in grafana version 9 › query and transform data
Query and transform data - Amazon Managed Grafana
Grafana supports many types of data sources . Data source queries return data that Grafana can transform and visualize. Each data source uses its own query language, and data source plugins each implement a query-building user interface called a query editor.
🌐
Grafana
grafana.com › docs › loki › latest › query › query_examples
Query examples | Grafana Loki documentation
October 2, 2020 - There are two line filters: |= "metrics.go" and !="out of order". Of the log lines identified with the stream selector, the query results include only those log lines that contain the string “metrics.go” and do not contain the string “out of order”.
🌐
Grafana
grafana.com › docs › grafana › latest › datasources › graphite › query-editor
Graphite query editor | Grafana documentation
Grafana includes a Graphite-specific query editor to help you build queries. The query editor helps you quickly navigate the metric space, add functions, and change function parameters.