Grafana v6.7 released: Dashboards, Gdocs, Azure OAuth and more
The Grafana v6.7 stable release includes improvements to Authorization and Enterprise reporting as well as a new plugin for Google Sheets. Check out the details below.
Highlights
- Dashboard: Enforce minimum refresh interval
- Data source: Google Sheets data source
- Explore: Query history
- Authorization: Azure OAuth
- Stackdriver: Project Selector
- Enterprise: White labeling for application title
- Enterprise: Reporting configuration for timeout and concurrency
- Enterprise: Export dashboard as pdf
- Enterprise: Report landscape mode
- Enterprise: Azure OAuth Team Sync support
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 the Starred tab, so it is easier to reuse queries that you run often without having to type them from scratch.
Learn more about query history in Explore.
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, contributors enhanced the query editor by adding a project selector that allows you to query different projects without changing the datasource. Many thanks to 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
Reporting configuration 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.
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.
Changelog
Check out CHANGELOG.md for a complete list of new features, changes, and bug fixes.
Upgrade Grafana
Head to the download page for download links.
Refer to Upgrading for more information about upgrading your Grafana installation.
Thanks
A big thanks to all the Grafana users who contributed by submitting PRs, bug reports, and feedback!