.changelog-archive/CHANGELOG.02.md
last x months and last x years, fixes #3067New Feature: Mix data sources
-- Mixed --, When picked in the metrics tab,
it allows you to add queries of different data source types & instances to the same graph/panel!
Issue #436New Feature: Elasticsearch Metrics Query Editor and Viz Support
New Feature: New and much improved time picker
Today, This day last week, This week, The day so far, etc.User Onboarding
Other new Features && Enhancements
today, will set time range from midnight to nowAS clause for each select statementFixes
$[0-9] syntax to reference part of a measurement name (separated by dots)Breaking Changes
Tech (Note for devs) Started using Typescript (transpiled to ES5), uncompiled typescript files and less files are in public folder (in source tree) This folder is never modified by build steps. Compiled css and javascript files are put in public_gen, all other files that do not undergo transformation are just copied from public to public_gen, it is public_gen that is used by grafana-server if it is found.
Grunt & Watch tasks:
grunt : default task, will remove public_gen, copy over all files from public, do less & typescript compilationgrunt watch: will watch for changes to less, and typescript files and compile them to public_gen, and for other files it will just copy them to public_genFixes
Fixes
Fixes
Enhancements
<, >, <>, !~), thx @thuckData sources
New dashboard features
User or Organization admin
Read Only Editor that replaces the old Viewer role behaviorBackend
Breaking changes
Read Only Editor will replace the old Viewer behaviormodel to dashboard to match the POST request naming/render/dashboard/solo render/dashboard-solo/ (in order to have consistent dashboard url /dashboard/:type/:slug)Fixes
Fixes
Fixes
Fixes
RPM / DEB Package changes (to follow HFS)
binary name changed to grafana-server
does not install to /opt/grafana any more, installs to /usr/share/grafana
binary to /usr/sbin/grafana-server
init.d script improvements, renamed to /etc/init.d/grafana-server
added default file with environment variables,
/etc/default/grafana-server (deb/ubuntu)/etc/sysconfig/grafana-server (centos/redhat)added systemd service file, tested on debian jessie and centos7
config file in same location /etc/grafana/grafana.ini (now complete config file but with every setting commented out)
data directory (where sqlite3) file is stored is now by default /var/lib/grafana
no symlinking current to versions anymore
For more info see Issue #1758.
Config breaking change (setting rename)
[log] root_path has changed to [paths] logsEnhancements
Fixes
ViewerImportant Note
Grafana 2.x is fundamentally different from 1.x; it now ships with an integrated backend server. Please read the Documentation for more detailed about this SIGNIFICANT change to Grafana
New features
now to be for example now-1m, useful when you want to ignore last minute because it contains incomplete dataEnhancements
Fixes
Hide Empty option is enabledChanges
OpenTSDB breaking change
Tech