1+++
2title = "What's new in Grafana v3.1"
3description = "Feature and improvement highlights for Grafana v3.1"
4keywords = ["grafana", "new", "documentation", "3.1", "release notes"]
5aliases = ["/docs/grafana/latest/guides/whats-new-in-v3-1/"]
6weight = -6
7[_build]
8list = false
9+++
10
11# What's new in Grafana v3.1
12
13## Dashboard Export and Import
14
15The export feature is now accessed from the share menu.
16
17<img src="/static/img/docs/v31/export_menu.png">
18
19Dashboards 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 metric prefix options.
20
21<img src="/static/img/docs/v31/import_step1.png">
22
23The above screenshot shows the new import modal that gives you 3 options for how to import a dashboard. One notable new addition here is the ability to import directly from Dashboards shared on [Grafana.com](https://grafana.com).
24
25The next step in the import process:
26
27<img src="/static/img/docs/v31/import_step2.png">
28
29Here 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.
30
31## Discover Dashboards
32
33On [Grafana.com](https://grafana.com) you can now browse and search for dashboards. We have already added a few but more are being uploaded every day. To import a dashboard just copy the dashboard URL and head back to Grafana, then Dashboard Search -> Import -> Paste Grafana.com Dashboard URL.
34
35<img src="/static/img/docs/v31/gnet_dashboards_list.png">
36
37## Constant template variables
38
39We added a new template variable named constant that makes it easier to share and export dashboard that have custom prefixes.
40
41## Dashboard URLs
42
43Having 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.
44
45## Internal metrics
46
47Do you want metrics about viewing metrics? Of course 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.
48
49## Logging
50
51Switched logging framework to log15 to enable key value per logging and filtering based on different log levels. It's now possible to configure different log levels for different modules.
52
53### Breaking changes
54
55- **Logging** format have been changed to improve log filtering.
56- **Graphite PNG** Graphite PNG support dropped from Graph panel (use Grafana native PNG instead).
57- **Migration** No longer possible to migrate dashboards from 1.x (Stored in ES or Influx 0.8).
58
59## CHANGELOG
60
61For a detailed list and link to github issues for everything included in the 3.1 release please view the [CHANGELOG.md](https://github.com/grafana/grafana/blob/master/CHANGELOG.md) file.
62