Latest in branch 7
7.5.17
Released 26 Sep 2022
(3 years ago)
SoftwareGrafana
Version7
Status
Not Supported
Initial release7.0.0
15 May 2020
(6 years ago)
Latest release7.5.17
26 Sep 2022
(3 years ago)
Support end date14 Jun 2022
(Ended 3 years, 11 months ago)
Release noteshttps://github.com/grafana/grafana/releases/tag/v7.5.17
Source codehttps://github.com/grafana/grafana/tree/v7.5.17
Downloadhttps://github.com/grafana/grafana/releases/tag/v7.5.17
Grafana 7 ReleasesView full list

What Is New in Grafana 7

CategoryHighlights
New FeaturesRedesigned panel editor with unified option model, Explore tracing UI, Transformations & math, New Table panel, Auto-grid layout for Stat/Gauge, CloudWatch Logs support, Full-stack plugins platform, Enterprise usage insights & presence indicator, Tutorials hub
ImprovementsField overrides now work across all visualizations, Query history out of beta, Time-zone override per dashboard, SAML role & team sync, Okta OAuth team sync, Azure Log Analytics deep linking
Breaking ChangesPhantomJS removed - image rendering now requires the Image Renderer plugin
DeprecationsOld Table panel deprecated, unofficial backend-plugin API deprecated

How does the new panel editor improve dashboard building?

The new panel editor separates display settings into a collapsible right-hand pane and introduces a unified data-option model.

  • Consistent UI for units, thresholds, links, decimals, and value mappings across every panel type.
  • Overrides can be defined once and will apply when you switch from Graph to Table, Stat, etc.
  • Panel-level options are now data-driven, making them overridable via field overrides or plugin-specific rules.

In practice this means you can set a temperature unit on a Graph panel, change the visualization to a Gauge, and the unit stays intact.

What are transformations and how can they be used for data manipulation?

Transformations let you reshape, join, and calculate on query results without leaving Grafana.

  • Reduce - collapse rows to a single value (max, min, mean, last).
  • Filter by name - include or exclude fields using regex.
  • Outer join - combine multiple time-series or tables on a common field.
  • Add field from calculation - perform arithmetic between fields or queries.

Example: to subtract one series from another you can add a transformation "Add field from calculation" with the expression fieldA - fieldB. The result appears as a new column that can be visualized directly.

You can also reuse a query result from another panel by selecting --dashboard-- as the data source and picking the source panel, which saves load time on heavy SQL or log queries.

How does Grafana 7 enhance tracing, logs, and metrics correlation?

Grafana 7 adds a dedicated tracing UI in Explore and native support for Jaeger and Zipkin.

  • Search for a trace ID directly in Explore or let Loki auto-detect trace IDs in log lines and link to the trace view.
  • CloudWatch Logs now offers autocomplete, deep linking to the Logs Insights console, and alerting on time-series results from stats queries.
  • Query history is out of beta, letting you star, comment, and reuse frequent queries across metrics, logs, and traces.

This matters if your team needs a single pane of glass to jump from a metric spike to the underlying logs and the exact trace that caused it.

What changes affect plugin development and backend extensions?

The plugins platform has been rebuilt with a modern React component library and a CLI toolkit.

  • Use @grafana/ui, @grafana/data, and @grafana/runtime packages from NPM for front-end plugins.
  • The @grafana/toolkit CLI scaffolds, builds, and tests plugins without manual webpack configuration.
  • Backend plugins are now officially supported via the Grafana Plugin SDK for Go, enabling alerting and custom resource endpoints.
  • Metrics and health checks are built-in for plugins, and the old unofficial backend-plugin API is deprecated.

Watch out for the removal of PhantomJS - image rendering now requires the Grafana Image Renderer plugin, which runs on headless Chromium.

Frequently Asked Questions

Does the new panel editor support overriding units across visualizations?
Yes you can set a unit once and it will persist when you switch panel types.

How can I perform math between two queries in Grafana 7?
Use the "Add field from calculation" transformation and reference the fields, for example fieldA - fieldB.

What is the recommended replacement for PhantomJS in Grafana 7?
Install the Grafana Image Renderer plugin which uses headless Chromium to generate PNG images.

Can I reuse a query result from another panel in the same dashboard?
Yes select "--dashboard--" as the data source in the query editor and pick the source panel.

Is the old table panel still supported in Grafana 7?
It is deprecated and will be removed in a future release; use the new Table panel instead.

Releases In Branch 7

VersionRelease date
7.5.1726 Sep 2022
(3 years ago)
7.5.1619 May 2022
(4 years ago)
7.5.1525 Jan 2022
(4 years ago)
7.5.1318 Jan 2022
(4 years ago)
7.5.1210 Dec 2021
(4 years ago)
7.5.1105 Oct 2021
(4 years ago)
7.5.1015 Jul 2021
(4 years ago)
7.5.923 Jun 2021
(4 years ago)
7.5.816 Jun 2021
(4 years ago)
7.5.719 May 2021
(5 years ago)
7.5.611 May 2021
(5 years ago)
7.5.528 Apr 2021
(5 years ago)
7.5.414 Apr 2021
(5 years ago)
7.5.307 Apr 2021
(5 years ago)
7.5.230 Mar 2021
(5 years ago)
7.5.126 Mar 2021
(5 years ago)
7.5.025 Mar 2021
(5 years ago)
7.5.0-beta219 Mar 2021
(5 years ago)
7.4.518 Mar 2021
(5 years ago)
7.3.1018 Mar 2021
(5 years ago)
7.4.405 Mar 2021
(5 years ago)
7.3.805 Mar 2021
(5 years ago)
7.5.0-beta104 Mar 2021
(5 years ago)
7.4.324 Feb 2021
(5 years ago)
7.4.217 Feb 2021
(5 years ago)
7.4.111 Feb 2021
(5 years ago)
7.4.004 Feb 2021
(5 years ago)
7.4.0-beta120 Jan 2021
(5 years ago)
7.3.714 Jan 2021
(5 years ago)
7.3.617 Dec 2020
(5 years ago)
7.2.317 Dec 2020
(5 years ago)
7.3.510 Dec 2020
(5 years ago)
7.3.424 Nov 2020
(5 years ago)
7.3.317 Nov 2020
(5 years ago)
7.3.211 Nov 2020
(5 years ago)
7.3.130 Oct 2020
(5 years ago)
7.3.028 Oct 2020
(5 years ago)
7.3.0-beta222 Oct 2020
(5 years ago)
7.2.221 Oct 2020
(5 years ago)
7.3.0-beta115 Oct 2020
(5 years ago)
7.2.023 Sep 2020
(5 years ago)
7.2.0-beta217 Sep 2020
(5 years ago)
7.2.0-beta109 Sep 2020
(5 years ago)
7.1.525 Aug 2020
(5 years ago)
7.1.420 Aug 2020
(5 years ago)
7.1.306 Aug 2020
(5 years ago)
7.1.205 Aug 2020
(5 years ago)
7.1.124 Jul 2020
(5 years ago)
7.1.016 Jul 2020
(5 years ago)
7.1.0-beta313 Jul 2020
(5 years ago)
7.0.609 Jul 2020
(5 years ago)
7.1.0-beta202 Jul 2020
(5 years ago)
7.1.0-beta101 Jul 2020
(5 years ago)
7.0.530 Jun 2020
(5 years ago)
7.0.425 Jun 2020
(5 years ago)
7.0.303 Jun 2020
(5 years ago)
7.0.203 Jun 2020
(5 years ago)
7.0.126 May 2020
(6 years ago)
7.0.015 May 2020
(6 years ago)
7.0.0-beta308 May 2020
(6 years ago)
7.0.0-beta207 May 2020
(6 years ago)
7.0.0-beta128 Apr 2020
(6 years ago)