Open-Source Wikis

/

Grafana

/

Plugins

/

Built-ins

grafana/grafana

Built-in datasources tour

This page is a quick orientation to the built-in datasource plugins. Each gets a paragraph or two — for deep dives, follow the source links.

Time-series and metrics

Prometheus

  • Frontend: public/app/plugins/datasource/prometheus/ (also has a packages/grafana-prometheus/ workspace).
  • Backend: pkg/tsdb/prometheus/.
  • The most-used datasource. Supports instant + range queries, recording rules, exemplars, and Mimir/Cortex extensions.
  • Has a rich visual query builder ("Code"/"Builder" tabs) and a metrics browser modal.

Graphite

InfluxDB

OpenTSDB

Logs

Loki

Traces

Tempo

Jaeger

Zipkin

Profiling

Pyroscope

Parca

Cloud monitoring

CloudWatch

Azure Monitor

Cloud Monitoring (Google Cloud)

SQL

All four use @grafana/sql for the shared visual builder.

MySQL / MSSQL / PostgreSQL

Internal / test

TestData

"-- Grafana --" datasource

Mixed

Dashboard

__expr__

  • Backend: pkg/expr/.
  • The expression engine surfaced as a fake datasource so it can ride the same query orchestration pipeline as real data sources.

See also

Built by Factory AutoWiki from public repository content. It is a generated preview for codebase exploration, not source-maintained documentation.

Built-ins – Grafana wiki | Factory