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 - Grafana v1.8.0

Published by torkelo about 10 years ago

Mostly minor fixes found in 1.8.0-rc1 (see changelog.md for details).

Detailed blog post on everything new and improved in 1.8.0
http://grafana.org/blog/2014/09/11/grafana-1-8-0-rc1-released.html

Download:
http://grafana.org/download

grafana - Grafana v1.8.0-rc1

Published by torkelo about 10 years ago

Detailed blog post on everything new and improved in 1.8.0
http://grafana.org/blog/2014/09/11/grafana-1-8-0-rc1-released.html

Download:
http://grafana.org/download

grafana - Grafana v1.7.0

Published by torkelo about 10 years ago

Release contains fixes for problems found in v1.7.0-rc1 (plus one improvement to panel error bars, Issue #681)

Head here for download and details:
http://grafana.org/download/

grafana - Grafana v1.7.0-rc1

Published by torkelo about 10 years ago

Downloads and release details can be found at http://grafana.org/download/

Or checkout this blog post for highlights and a short project status update.

grafana - Grafana v1.6.1

Published by torkelo over 10 years ago

Downloads and release details can be found at http://grafana.org/download/

grafana - Grafana v1.6.0

Published by torkelo over 10 years ago

Downloads and release details can be found at http://grafana.org/download/

Blog post with release highlights and screenshots.

grafana - Grafana v1.5.4

Published by torkelo over 10 years ago

Downloads and release details can be found at http://grafana.org/download/

grafana - Grafana v1.5.3

Published by torkelo over 10 years ago

Downloads and release details can be found at http://grafana.org/download/

grafana - Grafana v1.5.2

Published by torkelo over 10 years ago

New Features and improvements

  • Support for second optional params for functions like aliasByNode (Issue #167). Read the wiki on the Function Editor for more info.
  • More functions added to InfluxDB query editor (Issue #218)
  • Filters can now be used inside other filters (templated segments) (Issue #128)
  • More graphite functions added

Fixes

  • Float arguments now work for functions like scale (Issue #223)
  • Fix for graphite function editor, the graph & target was not updated after adding a function and leaving default params as is #191

The zip files now contains a sub folder with project name and version suffix. (Issue #209)

grafana - Grafana v1.5.1

Published by torkelo over 10 years ago

Fixes:

  • maxDataPoints must be an integer #184 (thanks @frejsoya for fixing this)

For people who are find Grafana slow for large time spans or high resolution metrics. This is most likely due to graphite returning a large number of datapoints. The maxDataPoints parameter solves this issue. For maxDataPoints to work you need to run the latest graphite-web (some builds of 0.9.12 does not include this feature):

Read this for more info:
https://github.com/torkelo/grafana/wiki/Performance-for-large-time-spans

grafana - Grafana v1.5.0

Published by torkelo over 10 years ago

New Features and improvements

  • New function editor video demo (Issue #178)
  • Links to function documentation from function editor (Issue #3)
  • Reorder functions (Issue #130)
  • Initial support for InfluxDB as metric datasource (#103), need feedback!
  • Dashboard playlist (Issue #36)
  • When adding aliasByNode smartly set node number (Issue #175)
  • Support graphite identifiers with embedded colons (Issue #173)
  • Typeahead & autocomplete when adding new function (Issue #164)
  • More graphite function definitions
  • Make "ms" axis format include hour, day, weeks, month and year (Issue #149)
  • Microsecond axis format (Issue #146)
  • Specify template paramaters in URL (Issue #123)

Fixes

  • Basic Auth fix (Issue #152)
  • Fix to annotations with graphite source & null values (Issue #138)
grafana - Grafana v1.4.0

Published by torkelo over 10 years ago

New Features:
#44 Annotations! Required a lot of work to get right. Read wiki article for more info. Supported annotations data sources are graphite metrics and graphite events. Support for more will be added in the future!
#35 Support for multiple graphite servers! (Read wiki article for more)
#116 Back to dashboard link in top menu to easily exist full screen / edit mode.
#114, #97 Legend values now use the same y axes formatter
#77 Improvements and polish to the light theme

Changes:
#98 Stack is no longer by default turned on in graph display settings.
Hide controls (Ctrl+h) now hides the sub menu row (where filtering, and annotations are). So if you had filtering enabled and hide controls enabled you will not see the filtering sub menu.

Fixes:
#94 Fix for bug that caused dashboard settings to sometimes not contain timepicker tab.
#110 Graph with many many metrics caused legend to push down graph editor below screen. You can now scroll in edit mode & full screen mode for graphs with lots of series & legends.
#104 Improvement to graphite target editor, select wildcard now gives you a "select metric" link for the next node.
#105 Added zero as a possible node value in groupByAlias function

grafana - Grafana v1.3.0

Published by torkelo over 10 years ago

New features or improvements:
#86 Dashboard tags and search (see wiki article for details)
#54 Enhancement to filter / template. "Include All" improvement
#82 Dashboard search result sorted in alphabetical order

Fixes:
#91 Custom date selector is one day behind
#89 Filter / template does not work after switching dashboard
#88 Closed / Minimized row css bug
#85 Added all parameters to summarize function
#83 Stack as percent should now work a lot better!

grafana - Grafana v1.2.0

Published by torkelo over 10 years ago

New features:
#70 Grid Thresholds (warning and error regions or lines in graph)
#72 Added an example of a scripted dashboard and a short wiki article documenting scripted dashboards.

Fixes:
#81 Grid min/max values are ignored bug
#80 "stacked as percent" graphs should always use "max" value of 100 bug
#73 Left Y format change did not work
#42 Fixes to grid min/max auto scaling
#69 Fixes to lexer/parser for metrics segments like "10-20".
#67 Allow decimal input for scale function
#68 Bug when trying to open dashboard while in edit mode

grafana - Grafana v1.1.0

Published by torkelo over 10 years ago

New features:

#22 Support for native graphite png renderer, does not support click and select zoom yet
#60 Support for legend values (cactiStyle, min, max, current, total, avg). The options for these are found in the new "Axes & Grid" tab for now.
#62 There is now a "New" button in the search/open dashboard view to quickly open a clean empty dashboard.
#55 Basic auth is now supported for elastic search as well

some new function definitions added (will focus more on this for next release).

Fixes
#45 zero values from graphite was handled as null.
#63 Kibana / Grafana on same host would use same localStorage keys, now fixed
#46 Impossible to edit graph without a name fixed.
#24 fix for dashboard search when elastic search is configured to disable _all field.
#38 Improvement to lexer / parser to support pure numeric literals in metric segments

Thanks to everyone who contributed fixes and provided feedback 👍

grafana - Grafana v1.0.4

Published by torkelo over 10 years ago

Fixes #28 - Relative time range caused 500 graphite error in some cases (thx rsommer for the fix)

grafana - Grafana v1.0.3

Published by torkelo over 10 years ago

#9 Add Y-axis format for milliseconds
#16 Add support for Basic Auth (use http://username:[email protected])
#13 Relative time ranges now uses relative time ranges when issuing graphite query

grafana - Grafana v1.0.2

Published by torkelo over 10 years ago

  • Fixes #12 , should now work ok without ElasticSearch
grafana - Grafana v1.0.1

Published by torkelo over 10 years ago

  • Resize fix
  • Improvements to drag & drop
  • Added a few graphite function definitions
  • Fixed duplicate panel bug
  • Updated default dashboard with welcome message and randomWalk graph
grafana - Grafana v1.0.0

Published by torkelo almost 11 years ago

This is the first public release. Please open a github issue for any problem you encounter.

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