grafana

The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.

AGPL-3.0 License

Downloads
680.2K
Stars
60.2K
Committers
2.4K

Bot releases are hidden (Show)

grafana - v4.3.2

Published by torkelo over 7 years ago

Download Page
Installation Guide

To view screenshots and examples of the new features read the What's New in v4.3 article.

Bug fixes

  • InfluxDB: Fixed issue with query editor not showing ALIAS BY input field when in text editor mode #8459
  • Graph Log Scale: Fixed issue with log scale going below x-axis #8244
  • Playlist: Fixed dashboard play order issue #7688
  • Elasticsearch: Fixed table query issue with ES 2.x #8467, thx @goldeelox

Changes

  • Lazy Loading Of Panels: Panels are no longer loaded as they are scrolled into view, this was reverted due to Chrome bug, might be reintroduced when Chrome fixes it's JS blocking behavior on scroll. #8500
grafana - v4.3.0

Published by torkelo over 7 years ago

Download Page
Installation Guide

To view screenshots and examples of the new features read the What's New in v4.3 article.

4.3.0-stable (2017-05-23)

Bug fixes

  • Gzip: Fixed crash when gzip was enabled #8380
  • Graphite: Fixed issue with Toggle edit mode did in query editor #8377
  • Alerting: Fixed issue with state history not showing query execution errors #8412
  • Alerting: Fixed issue with missing state history events/annotations when using sqlite3 database #7992
  • Sqlite: Fixed with database table locked and using sqlite3 database #7992
  • Alerting: Fixed issue with annotations showing up in unsaved dashboards, new graph & alert panel. #8361
  • webdav: Fixed http proxy env variable support for webdav image upload #7922, thx @berghauz
  • Prometheus: Fixed issue with hiding query #8413

Enhancements

  • VictorOps: Now supports panel image & auto resolve #8431, thx @davidmscott
  • Alerting: Alert annotations now provide more info #8421

4.3.0-beta1 (2017-05-12)

Enhancements

  • InfluxDB: influxdb query builder support for ORDER BY and LIMIT (allows TOPN queries) #6065 Support influxdb's SLIMIT Feature #7232 thx @thuck
  • Panels: Delay loading & Lazy load panels as they become visible (scrolled into view) #5216 thx @jifwin
  • Graph: Support auto grid min/max when using log scale #3090, thx @bigbenhur
  • Graph: Support for histograms #600
  • Prometheus: Support table response formats (column per label) #6140, thx @mtanda
  • Single Stat Panel: support for non time series data #6564
  • Server: Monitoring Grafana (health check endpoint) #3302
  • Heatmap: Heatmap Panel #7934
  • Elasticsearch: histogram aggregation #3164

Minor Enchancements

  • InfluxDB: Small fix for the "glow" when focus the field for LIMIT and SLIMIT #7799 thx @thuck
  • Prometheus: Make Prometheus query field a textarea #7663, thx @hagen1778
  • Prometheus: Step parameter changed semantics to min step to reduce the load on Prometheus and rendering in browser #8073, thx @bobrik
  • Templating: Should not be possible to create self-referencing (recursive) template variable definitions #7614 thx @thuck
  • Cloudwatch: Correctly obtain IAM roles within ECS container tasks #7892 thx @gomlgs
  • Units: New number format: Scientific notation #7781 thx @cadnce
  • Oauth: Add common type for oauth authorization errors #6428 thx @amenzhinsky
  • Templating: Data source variable now supports multi value and panel repeats #7030 thx @mtanda
  • Telegram: Telegram alert is not sending metric and legend. #8110, thx @bashgeek
  • Graph: Support dashed lines #514, thx @smalik03
  • Table: Support to change column header text #3551
  • Alerting: Better error when SMTP is not configured #8093
  • Pushover: Add an option to attach graph image link in Pushover notification #8043 thx @devkid
  • WebDAV: Allow to set different ImageBaseUrl for WebDAV upload and image link #7914
  • Panels: type-ahead mixed datasource selection #7697 thx @mtanda
  • Security:User enumeration problem #7619
  • InfluxDB: Register new queries available in InfluxDB - Holt Winters #5619 thx @rikkuness
  • Server: Support listening on a UNIX socket #4030, thx @mitjaziv
  • Graph: Support log scaling for values smaller 1 #5278
  • InfluxDB: Slow 'select measurement' rendering for InfluxDB #2524, thx @sbhenderson
  • Config: Configurable signout menu activation #7968, thx @seuf

Fixes

  • Table Panel: Fixed annotation display in table panel, #8023
  • Dashboard: If refresh is blocked due to tab not visible, then refresh when it becomes visible #8076 thanks @SimenB
  • Snapshots: Fixed problem with annotations & snapshots #7659
  • Graph: MetricSegment loses type when value is an asterisk #8277, thx @Gordiychuk
  • Alerting: Alert notifications do not show charts when using a non public S3 bucket #8250 thx @rogerswingle
  • Graph: 100% client CPU usage on red alert glow animation #8222
  • InfluxDB: Templating: "All" query does match too much #8165
  • Dashboard: Description tooltip is not fully displayed #7970
  • Proxy: Redirect after switching Org does not obey sub path in root_url (using reverse proxy) #8089
  • Templating: Restoration of ad-hoc variable from URL does not work correctly #8056 thx @tamayika
  • InfluxDB: timeFilter cannot be used twice in alerts #7969
  • MySQL: 4-byte UTF8 not supported when using MySQL database (allows Emojis) #7958
  • Alerting: api/alerts and api/alert/:id hold previous data for "message" and "Message" field when field value is changed from "some string" to empty string. #7927
  • Graph: Cannot add fill below to series override #7916
  • InfluxDB: Influxb Datasource test passes even if the Database doesn't exist #7864
  • Prometheus: Displaying Prometheus annotations is incredibly slow #7750, thx @mtanda
  • Graphite: grafana generates empty find query to graphite -> 422 Unprocessable Entity #7740
  • Admin: make organisation filter case insensitive #8194, thx @Alexander-N

Changes

  • Elasticsearch: Changed elasticsearch Terms aggregation to default to Min Doc Count to 1, and sort order to Top #8321

Tech

  • Library Upgrade: inconshreveable/log15 outdated - no support for solaris #8262
  • Library Upgrade: Upgrade Macaron #7600
grafana - v4.3.0-beta1

Published by daniellee over 7 years ago

Download
Installation

Whats new in Grafana v4.3-beta1

  • Heatmap: Heatmap Panel #7934
  • Graph: Support for histograms #600
  • Elasticsearch: histogram aggregation #3164
  • Prometheus: Support table response formats (column per label) #6140, thx @mtanda
  • Single Stat Panel: support for non time series data #6564
  • Server: Monitoring Grafana (health check endpoint) #3302
  • InfluxDB: influxdb query builder support for ORDER BY and LIMIT (allows TOPN queries) #6065 Support influxdb's SLIMIT Feature #7232 thx @thuck
  • Panels: Delay loading & Lazy load panels as they become visible (scrolled into view) #5216 thx @jifwin
  • Graph: Support auto grid min/max when using log scale #3090, thx @bigbenhur

Also included - alpha version of the new MySQL Data Source.

Full changelog

grafana - v4.2.0

Published by torkelo over 7 years ago

grafana - v4.2.0-beta1

Published by bergquist over 7 years ago

Download
Installation

Whats new in Grafana v4.2-beta1

  • Hipchat: Adds support for sending alert notifications to hipchat #6451, thx @jregovic
  • Telegram: Added Telegram alert notifier #7098, thx @leonoff
  • LINE: Add LINE as alerting notification channel #7301, thx @huydx
  • Templating: Make $__interval and $__interval_ms global built in variables that can be used in by any datasource (in panel queries), closes #7190, closes #6582
  • Alerting: Adds deduping of alert notifications #7632
  • Alerting: Better information about why an alert triggered #7035
  • Orgs: Sharing dashboards using Grafana share feature will now redirect to correct org. #6948
  • Full changelog
grafana - v4.1.2

Published by bergquist over 7 years ago

Download
Installation

Changes

  • Table: Fixes broken annotation rendering mode in the table panel #7268
  • Data Sources: Sorting for lists of data sources in UI is now case insensitive #7491
  • Admin: Support more then 1000 users in global users list #7469
grafana - v4.1.1

Published by bergquist almost 8 years ago

Download
Installation

Whats new in Grafana v4.1.1

Bugfixes

  • Graph Panel: Fixed issue with legend height in table mode #7221

Whats new in Grafana v4.1

  • Graph: Support for shared tooltip on all graphs as you hover over one graph. #1578, #6274
  • Victorops: Add VictorOps notification integration #6411, thx @ichekrygin
  • Opsgenie: Add OpsGenie notification integratiion #6687, thx @kylemcc
  • Cloudwatch: Make it possible to specify access and secret key on the data source config page #6697
  • Elasticsearch: Added support for Elasticsearch 5.x #5740, thx @lpic10
  • Panel: Added help text for panels. #4079, thx @utkarshcmu
  • Full changelog
grafana - v4.1.0

Published by bergquist almost 8 years ago

Download
Installation

Whats new in Grafana v4.1

  • Graph: Support for shared tooltip on all graphs as you hover over one graph. #1578, #6274
  • Victorops: Add VictorOps notification integration #6411, thx @ichekrygin
  • Opsgenie: Add OpsGenie notification integratiion #6687, thx @kylemcc
  • Cloudwatch: Make it possible to specify access and secret key on the data source config page #6697
  • Elasticsearch: Added support for Elasticsearch 5.x #5740, thx @lpic10
  • Panel: Added help text for panels. #4079, thx @utkarshcmu
  • Full changelog
grafana - Grafana v4.1.0-beta1

Published by bergquist almost 8 years ago

Download
Installation

Whats new in Grafana v4.1 beta

  • Graph: Support for shared tooltip on all graphs as you hover over one graph. #1578, #6274
  • Victorops: Add VictorOps notification integration #6411, thx @ichekrygin
  • Opsgenie: Add OpsGenie notification integratiion #6687, thx @kylemcc
  • Cloudwatch: Make it possible to specify access and secret key on the data source config page #6697
  • Elasticsearch: Added support for Elasticsearch 5.x #5740, thx @lpic10
  • Panel: Added help text for panels. #4079, thx @utkarshcmu
  • Full changelog
grafana - Grafana v4.0.2

Published by bergquist almost 8 years ago

Enhancements

  • Playlist: Add support for kiosk mode #6727

Bugfixes

  • Alerting: Add alert message to webhook notifications #6807
  • Alerting: Fixes a bug where avg() reducer treated null as zero. #6879
  • PNG Rendering: Fix for server side rendering when using non default http addr bind and domain setting #6813
  • PNG Rendering: Fix for server side rendering when setting enforce_domain to true #6769
  • Webhooks: Add content type json to outgoing webhooks #6822
  • Keyboard shortcut: Fixed zoom out shortcut #6837
  • Webdav: Adds basic auth headers to webdav uploader #6779

Download

grafana - Grafana v4.0.1

Published by bergquist almost 8 years ago

Notice
4.0.0 had serious connection pooling issue when using a data source in proxy access. This bug caused lots of resource issues
due to too many connections/file handles on the data source backend. This problem is fixed in this release.

Bugfixes

  • Metrics: Fixes nil pointer dereference on my arm build #6749
  • Data proxy: Fixes a tcp pooling issue in the datasource reverse proxy #6759

Download

grafana - Grafana v4.0.0

Published by bergquist almost 8 years ago

Download
Installation

  • Alerting Read Alerting Engine & Rules Guide for more info.
  • Ad-hoc-filters Create ad-hoc key value filters that automatically get's applied to all queries.
  • TV-Mode Grafana will automatically switch to clean TV-mode after user in activity.
  • Keyboard Shortcuts Powerful new shortcuts make navigation and dashboard editing a breeze.
  • UX improvements Improved row & controls & UX.
  • Full changelog
grafana - Grafana v4.0.0-beta2

Published by bergquist almost 8 years ago

For full details read the Grafana 4.0 Beta Release blog post.

Download
Installation

Changes since beta1

Bugfixes

  • Graph Panel: Log base scale on right Y-axis had no effect, max value calc was not applied, #6534
  • Graph Panel: Bar width if bars was only used in series override, #6528
  • UI/Browser: Fixed issue with page/view header gradient border not showing in Safari, #6530
  • Cloudwatch: Fixed cloudwatch datasource requesting to many datapoints, #6544
  • UX: Panel Drop zone visible after duplicating panel, and when entering fullscreen/edit view, #6598
  • Templating: Newly added variable was not visible directly only after dashboard reload, #6622

Enhancements

  • Singlestat: Support repeated template variables in prefix/postfix #6595
  • Templating: Don't persist variable options with refresh option #6586
  • Alerting: Add ability to have OR conditions (and mixing AND & OR) #6579
grafana - Grafana v4.0.0-beta1

Published by torkelo almost 8 years ago

For full details read the Grafana 4.0 Beta Release blog post.

Download
Installation

grafana - Grafana v3.1.1

Published by torkelo about 8 years ago

For full details read the Grafana 3.1 Release blog post.

Download
Installation

3.1.1 Fixes

  • IFrame embedding: Fixed issue of using full iframe height, fixes #5605
  • Panel PNG rendering: Fixed issue detecting render completion, fixes #5605
  • Elasticsearch: Fixed issue with templating query and json parse error, fixes #5615
  • Tech: Upgraded JQuery to 2.2.4 to fix Security vulnerabilitie in 2.1.4, fixes #5627
  • Graphite: Fixed issue with mixed data sources and Graphite, fixes #5617
  • Templating: Fixed issue with template variable query was issued multiple times during dashboard load, fixes #5637
  • Zoom: Fixed issues with zoom in and out on embedded (iframed) panel, fixes #4489, #5666
  • Templating: Row/Panel repeat issue when saving dashboard caused dupes to appear, fixes #5591
grafana - Grafana v3.1.0

Published by torkelo over 8 years ago

For full details read the Grafana 3.1 Release blog post.

Download
Installation

Release Highlights

  • Dashboard Repository at Grafana.net. You can now discover and upload dashboards.
  • Dashboard time range and variables values are now always synced with URL.
  • Constant Template Variable have been added to make dashboard sharing easier (use as metric prefix).
  • Singlestat can now map ranges to text.
  • Metrics Grafana now supports sending metrics about itself.
  • Full changelog

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).
grafana - Grafana v3.1.0 beta1

Published by torkelo over 8 years ago

For full details read the Grafana 3.1 Beta Release blog post.

Download
Installation

Release Highlights

  • Dashboard Repository at Grafana.net. You can now discover and upload dashboards.
  • Dashboard time range and variables values are now always synced with URL.
  • Constant Template Variable have been added to make dashboard sharing easier (use as metric prefix).
  • Singlestat can now map ranges to text.
  • Metrics Grafana now supports sending metrics about itself.
  • Full changelog

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).
grafana - Grafana v3.0.4

Published by torkelo over 8 years ago

Download
Installation

Bug Fixes

  • Panel: Fixed blank dashboard issue when switching to other dashboard while in fullscreen edit mode, fixes #5163
  • Templating: Fixed issue with nested multi select variables and cascading and updating child variable selection state, fixes #4861
  • Templating: Fixed issue with using templated data source in another template variable query, fixes #5165
  • Singlestat gauge: Fixed issue with gauge render position, fixes #5143
  • Home dashboard: Fixes broken home dashboard api, fixes #5167
grafana - Grafana v3.0.3

Published by torkelo over 8 years ago

Download
Installation

Bug Fixes

  • Annotations: Annotations can now use a template variable as data source, closes #5054
  • Time picker: Fixed issue timepicker and UTC when reading time from URL, fixes #5078
  • CloudWatch: Support for Multiple Account by AssumeRole, closes #3522
  • Singlestat: Fixed alignment and minium height issue, fixes #5113, fixes #4679
  • Share modal: Fixed link when using grafana under dashboard sub url, fixes #5109
  • Prometheus: Fixed bug in query editor that caused it not to load when reloading page, fixes #5107
  • Elasticsearch: Fixed bug when template variable query returns numeric values, fixes #5097, fixes #5088
  • Logging: Fixed issue with reading logging level value, fixes #5079
  • Timepicker: Fixed issue with timepicker and UTC when reading time from URL, fixes #5078
  • Docs: Added docs for org & user preferences HTTP API, closes #5069
  • Plugin list panel: Now shows correct enable state for apps when not enabled, fixes #5068
  • Elasticsearch: Templating & Annotation queries that use template variables are now formatted correctly, fixes #5135
grafana - Grafana v3.0.1 Stable

Published by torkelo over 8 years ago

For full details read the Grafana 3.0 Beta Release blog post

Download
Installation

3.0 Highlights

  • Big UI improvements and polish
  • Redesigned plugin architecture and SDK
  • Grafana-cli command line tool shipped with grafana, installs plugins
  • Persisted dashboard playlists
  • Preferences like home dashboard, timezone and theme on org and user level
  • New plugin types, Apps, and Panels.
  • New platform site built around Grafana at Grafana.net
    • Plugin repository
    • More stuff coming soon (Hosted, On Prem Grafana Monitoring and Backups)
  • Annotation popovers can contain clickable links
  • Support for InfluxDB 0.11
  • Templated data source Easily reuse the same dashboard for multiple data source instances
  • Full changelog

Breaking changes

  • Dashboards from v2.6 are fully compatible; no manual updates should be necessary. There could
    be some edge case scenarios where dashboards using templating could stop working.
    If that is the case just enter the edit view for the template variable and hit Update button.
    This is due to a simplification of the variable format system where template variables are
    now stored without any formatting (glob/regex/etc), this is done on the fly when the
    variable is interpolated.
  • Plugin API: The plugin API has changed so if you are using a custom
    data source (or panel) they need to be updated as well.
  • InfluxDB 0.8: This data source is no longer included in releases,
    you can still install manually from Grafana.net
  • KairosDB: This data source has also no longer shipped with Grafana,
    you can install it manually from Grafana.net
Package Rankings
Top 0.57% on Npmjs.org
Top 0.35% on Proxy.golang.org
Badges
Extracted from project README
License Drone Go Report Card