2016-10-21 04:01:34 -05:00
|
|
|
+++
|
|
|
|
title = "What's New in Grafana v3.1"
|
|
|
|
description = "Feature & improvement highlights for Grafana v3.1"
|
|
|
|
keywords = ["grafana", "new", "documentation", "3.1"]
|
|
|
|
type = "docs"
|
|
|
|
[menu.docs]
|
2016-11-10 06:08:32 -06:00
|
|
|
name = "Version 3.1"
|
2016-10-21 04:01:34 -05:00
|
|
|
identifier = "v3.1"
|
|
|
|
parent = "whatsnew"
|
2017-01-17 07:56:11 -06:00
|
|
|
weight = 5
|
2016-10-21 04:01:34 -05:00
|
|
|
+++
|
2016-06-21 09:29:17 -05:00
|
|
|
|
|
|
|
# What's New in Grafana v3.1
|
|
|
|
|
|
|
|
## Dashboard Export & Import
|
|
|
|
|
|
|
|
The export feature is now accessed from the share menu.
|
|
|
|
|
2016-11-04 14:29:17 -05:00
|
|
|
<img src="/img/docs/v31/export_menu.png">
|
2016-06-21 09:29:17 -05:00
|
|
|
|
|
|
|
Dashboards exported from Grafana 3.1 are now more portable and easier for others to import than before.
|
|
|
|
The export process extracts information data source types used by panels and adds these to a new `inputs`
|
|
|
|
section in the dashboard json. So when you or another person tries to import the dashboard they will be asked to
|
|
|
|
select data source and optional metrix prefix options.
|
|
|
|
|
2016-11-04 14:29:17 -05:00
|
|
|
<img src="/img/docs/v31/import_step1.png">
|
2016-06-21 09:29:17 -05:00
|
|
|
|
|
|
|
The above screenshot shows the new import modal that gives you 3 options for how to import a dashboard.
|
2017-03-20 04:20:32 -05:00
|
|
|
One notable new addition here is the ability to import directly from Dashboards shared on [Grafana.com](https://grafana.com).
|
2016-06-21 09:29:17 -05:00
|
|
|
|
|
|
|
The next step in the import process:
|
|
|
|
|
2016-11-04 14:29:17 -05:00
|
|
|
<img src="/img/docs/v31/import_step2.png">
|
2016-06-21 09:29:17 -05:00
|
|
|
|
|
|
|
Here you can change the name of the dashboard and also pick what data sources you want the dashboard to use. The above screenshot
|
|
|
|
shows a CollectD dashboard for Graphite that requires a metric prefix be specified.
|
|
|
|
|
|
|
|
## Discover Dashboards
|
|
|
|
|
2017-03-20 04:20:32 -05:00
|
|
|
On [Grafana.com](https://grafana.com) you can now browse & search for dashboards. We have already added a few but
|
2016-06-21 09:29:17 -05:00
|
|
|
more are being uploaded every day. To import a dashboard just copy the dashboard url and head back to Grafana,
|
2017-03-20 04:20:32 -05:00
|
|
|
then Dashboard Search -> Import -> Paste Grafana.com Dashboard URL.
|
2016-06-21 09:29:17 -05:00
|
|
|
|
2016-11-04 14:29:17 -05:00
|
|
|
<img src="/img/docs/v31/gnet_dashboards_list.png">
|
2016-06-21 09:29:17 -05:00
|
|
|
|
|
|
|
## Constant template variables
|
|
|
|
|
|
|
|
We added a new template variable named constant that makes it easier to share and export dashboard that have custom prefixes.
|
|
|
|
|
|
|
|
## Dashboard Urls
|
|
|
|
Having current time range and template variable value always sync with the URL makes it possible to always copy your current
|
|
|
|
Grafana url to share with a colleague without having to use the Share modal.
|
|
|
|
|
|
|
|
## Internal metrics
|
|
|
|
|
|
|
|
Do you want metrics about viewing metrics? Ofc you do! In this release we added support for sending metrics about Grafana to graphite.
|
|
|
|
You can configure interval and server in the config file.
|
|
|
|
|
|
|
|
## Logging
|
|
|
|
|
|
|
|
Switched logging framework to log15 to enable key value per logging and filtering based on different log levels.
|
|
|
|
Its now possible to configure different log levels for different modules.
|
|
|
|
|
|
|
|
### Breaking changes
|
|
|
|
- **Logging** format have been changed to improve log filtering.
|
|
|
|
- **Graphite PNG** Graphite PNG support dropped from Graph panel (use Grafana native PNG instead).
|
|
|
|
- **Migration** No longer possible to migrate dashboards from 1.x (Stored in ES or Influx 0.8).
|
|
|
|
|
|
|
|
## CHANGELOG
|
|
|
|
|
|
|
|
For a detailed list and link to github issues for everything included
|
2016-10-21 04:01:34 -05:00
|
|
|
in the 3.1 release please view the [CHANGELOG.md](https://github.com/grafana/grafana/blob/master/CHANGELOG.md)
|
2016-06-21 09:29:17 -05:00
|
|
|
file.
|