Menu

Important: This documentation is about an older version. It's relevant only to the release noted, many of the features and functions have been updated or replaced. Please view the current version.

Grafana documentation Guides What's New in Grafana v6.7
Enterprise Open source

What’s new in Grafana v6.7

This topic includes the release notes for the Grafana v6.7. For all details, read the full CHANGELOG.md.

Grafana 6.7 comes with a lot of new features and enhancements:

General features

General features are included in all Grafana editions.

Query history

BETA: Query history is a beta feature. It is local to your browser and is not shared with others.

Query history is a new feature that lets you view and interact with the queries that you have previously run in Explore. You can add queries to the Explore query editor, write comments, create and share URL links, star your favorite queries, and much more. Starred queries are displayed in Starred tab, so it is easier to reuse queries that you run often without typing them from scratch.

Learn more about query history in Explore.

Query history
Query history

Azure OAuth

Grafana v6.7 comes with a new OAuth integration for Microsoft Azure Active Directory. You can now assign users and groups to Grafana roles from the Azure Portal. Learn how to enable and configure it in Azure AD OAuth2 authentication.

Enforce minimum dashboard refresh interval

Allowing a low dashboard refresh interval can cause severe load on data sources and Grafana. Grafana v6.7 allows you to restrict the dashboard refresh interval so it cannot be set lower than a given interval. This provides a way for administrators to control dashboard refresh behavior on a global level.

Refer to min_refresh_interval in Configuration for more information and how to enable this feature.

Stackdriver project selector

A Stackdriver data source in Grafana is configured for one service account only. That service account is always associated with a default project in Google Cloud Platform (GCP). Depending on your setup in GCP, the service account might be granted access to more projects than just the default project.

In Grafana 6.7, the query editor has been enhanced with a project selector that makes it possible to query different projects without changing datasource. Many thanks Eraac, eliaslaouiti, and NaurisSadovskis for making this happen!

Grafana Enterprise features

General features are included in the Grafana Enterprise edition software.

White labeling customizes application title

This release adds a new white labeling option to customize the application title. Learn how to configure it in White labeling.

[white_labeling]
# Set to your company name to override application title
app_title = Your Company

Configure reporting for timeout and concurrency

This release adds more configuration for the reporting feature rendering requests. You can set the panel rendering request timeout and the maximum number of concurrent calls to the rendering service in your configuration. Learn how to do it in Reporting.

[reporting]
# Set timeout for each panel rendering request
rendering_timeout = 10s
# Set maximum number of concurrent calls to the rendering service
concurrent_render_limit = 10

Export dashboard as PDF

This feature allows you to export a dashboard as a PDF document. All dashboard panels will be rendered as images and added into the PDF document. Learn more in Export dashboard as PDF.

Report landscape mode

You can now use either portrait or landscape mode in your reports. Portrait will render three panels per page and landscape two.

New report
New report

Reporting has been updated as a result of this change.

Azure OAuth Team Sync support

When setting up OAuth with Microsoft Azure AD, you can now sync Azure groups with Teams in Grafana. Learn more in Team sync.