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 visible (Hide)

grafana - v6.2.5

Published by kylebrandt over 5 years ago

Download Page
What's New Highlights
Release Notes

6.2.5 (2019-05-25)

Features / Enhancements

  • Grafana-CLI: Wrapper for grafana-cli within RPM/DEB packages and config/homepath are now global flags. #17695, @gotjosh
  • Panel: Fully escape html in drilldown links (was only sanitized before) . #17731, @dehrax

Bug Fixes

grafana - v6.2.4

Published by gotjosh over 5 years ago

Bug Fixes

  • Grafana-CLI: Fix receiving flags via command line . #17617, @gotjosh
  • HTTPServer: Fix X-XSS-Protection header formatting. #17620, @yverry
grafana - v6.2.3

Published by gotjosh over 5 years ago

Known issues

  • grafana-cli: The argument --pluginsDir is not working.
  • docker: Due to above problem with grafana-cli the docker run will fail to start the container if you're installing plugins using the GF_INSTALL_PLUGINS environment variable. We have removed 6.2.3 tag from docker hub and latest tag now points to 6.2.2.

More details in bug report: https://github.com/grafana/grafana/issues/17613

Features / Enhancements

  • AuthProxy: Optimistic lock pattern for remote cache Set. #17485, @papagian
  • HTTPServer: Options for returning new headers X-Content-Type-Options, X-XSS-Protection and Strict-Transport-Security. #17522, @kylebrandt

Bug Fixes

grafana - v6.2.2

Published by aocenas over 5 years ago

Download Page
What's New Highlights
Release Notes

6.2.2 (2019-06-05)

Features / Enhancements

  • Security: Prevent CSV formula injection attack when exporting data. #17363, @DanCech

Bug Fixes

  • CloudWatch: Fixes error when hiding/disabling queries . #17283, @jpiccari
  • Database: Fixed slow permission query in folder/dashboard search. #17427, @aocenas
  • Explore: Fixed updating time range before running queries. #17349, @marefr
  • Plugins: Fixed plugin config page navigation when using subpath. #17364, @torkelo
grafana - v6.2.1

Published by marefr over 5 years ago

Download Page
What's New Highlights
Release Notes

6.2.1 (2019-05-27)

Features / Enhancements

  • CLI: Add command to migrate all datasources to use encrypted password fields . #17118, @aocenas
  • Gauge/BarGauge: Improvements to auto value font size . #17292, @torkelo

Bug Fixes

  • Auth Proxy: Resolve database is locked errors. #17274, @marefr
  • Database: Retry transaction if sqlite returns database is locked error. #17276, @marefr
  • Explore: Fixes so clicking in a Prometheus Table the query is filtered by clicked value. #17083, @hugohaggmark
  • Singlestat: Fixes issue with value placement and line wraps. #17249, @torkelo
  • Tech: Update jQuery to 3.4.1 to fix issue on iOS 10 based browers as well as Chrome 53.x . #17290, @timbutler
grafana - v6.2.0

Published by torkelo over 5 years ago

Download Page
What's New Highlights
Release Notes

6.2.0 (2019-05-22)

Bug Fixes

  • BarGauge: Fix for negative min values. #17192, @torkelo
  • Gauge/BarGauge: Fix for issues editing min & max options. #17174
  • Search: Make only folder name only open search with current folder filter. #17226
  • AzureMonitor: Revert to clearing chained dropdowns. #17212

Breaking Changes

  • Plugins: Data source plugins that process hidden queries need to add a "hiddenQueries: true" attribute in plugin.json. #17124, @ryantxu
grafana - v6.2.0-beta2

Published by torkelo over 5 years ago

Download Page
What's New Highlights
Release Notes

6.2.0-beta2 (2019-05-15)

Features / Enhancements

Bug Fixes

  • Dashboard: Fixes blank dashboard after window resize with panel without title. #16942, @torkelo
  • Dashboard: Fixes lazy loading & expanding collapsed rows on mobile. #17055, @torkelo
  • Dashboard: Fixes scrolling issues for Edge browser. #17033, @jschill
  • Dashboard: Show refresh button in first kiosk(tv) mode. #17032, @torkelo
  • Explore: Fix empty result from datasource should render logs container. #16999, @marefr
  • Explore: Fixes so clicking in a Prometheus Table the query is filtered by clicked value. #17083, @hugohaggmark
  • Explore: Makes it possible to zoom in Explore/Loki/Graph without exception. #16991, @hugohaggmark
  • Gauge: Fixes orientation issue after switching from BarGauge to Gauge. #17064, @torkelo
  • GettingStarted: Fixes layout issues in getting started panel. #16941, @torkelo
  • InfluxDB: Fix HTTP method should default to GET. #16949, @StephenSorriaux
  • Panels: Fixed alert icon position in panel header. #17070, @torkelo
  • Panels: Fixes panel error tooltip not showing. #16993, @torkelo
  • Plugins: Fix how datemath utils are exposed to plugins. #16976, @marefr
  • Singlestat: fixed centering issue for very small panels. #16944, @torkelo
  • Search: Scroll issue in dashboard search in latest Chrome. #17054, @jschill
  • Docker: Prevent a permission denied error when writing files to the default provisioning directory. #16831, @wmedlar
  • Gauge: Adds background shade to gauge track and improves height usage. #17019, @torkelo
  • RemoteCache: Avoid race condition in Set causing error on insert. . #17082, @bergquist
grafana - v6.2.0-beta1

Published by aocenas over 5 years ago

Download Page
What's New Highlights
Release Notes

6.2.0-beta1 (2019-05-07)

Features / Enhancements

Bug Fixes

  • Build: Fix bug where grafana didn't start after mysql on rpm packages. #16917, @bergquist
  • CloudWatch: Fixes query order not affecting series ordering & color. #16408, @mtanda
  • CloudWatch: Use default alias if there is no alias for metrics. #16732, @utkarshcmu
  • Config: Fixes bug where timeouts for alerting was not parsed correctly. #16784, @aocenas
  • Elasticsearch: Fix view percentiles metric in table without date histogram. #15686, @Igor-Ratsuk
  • Explore: Prevents histogram loading from killing Prometheus instance. #16768, @hugohaggmark
  • Graph: Allow override decimals to fully override. #16414, @torkelo
  • Mixed Datasource: Fix error when one query is disabled. #16409, @marefr
  • Search: Fixes search limits and adds a page parameter. #16458, @torkelo
  • Security: Responses from backend should not be cached. #16848, @marefr

Breaking changes

  • Gauge Panel: The suffix / prefix options have been removed from the new Guage Panel (introduced in v6.0). #16870.
grafana - v6.1.6

Published by bergquist over 5 years ago

6.1.6 (2019-04-29)

Features / Enhancements

Bug Fixes

6.1.5 (2019-04-29)

  • Security: Urgent security patch release. Please read more in our blog
grafana - v6.1.4

Published by dprokop over 5 years ago

Download Page
What's New Highlights
Release notes

6.1.4 (2019-04-16)

Bug Fixes

grafana - v6.1.3

Published by torkelo over 5 years ago

Download Page
What's New Highlights
Release notes

6.1.3 (2019-04-09)

Bug Fixes

  • Graph: Fixed auto decimals in legend values for some units like ms and s. #16455, @torkelo
  • Graph: Fixed png rendering with legend to the right. #16463, @torkelo
  • Singlestat: Use decimals when manually specified. #16451, @torkelo
  • UI Switch: Fix broken UI switches. Fixes Default Data Source switch, Explore Logs switches, Gauge option switches. #16303, @dprokop
grafana - v6.1.2

Published by torkelo over 5 years ago

Download Page
What's New Highlights
Release Notes

6.1.2 (2019-04-08)

Bug Fixes

grafana - v6.1.1

Published by torkelo over 5 years ago

Download Page
What's New Highlights
Release Notes

Bug Fixes

  • Alerting: Notification channel http api fixes. #16379, @marefr
  • Graphite: Editing graphite query function now works again. #16390, @torkelo
  • Playlist: Kiosk & auto fit panels modes are working normally again . #16403, @torkelo
  • QueryEditors: Toggle edit mode now always work on slower computers. #16394, @seanlaff
grafana - v6.1.0

Published by torkelo over 5 years ago

Download Page
What's New Highlights
Release Notes

Bug Fixes

  • CloudWatch: Fix for dimension value list when changing dimension key. #16356, @mtanda
  • Graphite: Editing function arguments now works again. #16297, @torkelo
  • InfluxDB: Fix tag names with periods in alert evaluation. #16255, @floyd-may
  • PngRendering: Fix for panel height & title centering . #16351, @torkelo
  • Templating: Fix for editing query variables. #16299, @torkelo
grafana - v6.1.0-beta1

Published by daniellee over 5 years ago

Download Page
What's New Highlights
Release Notes

6.1.0-beta1 (2019-03-27)

New Features

  • Prometheus : adhoc filter support #8253, thx @mtanda
  • Permissions : Editors can become admin for dashboards, folders and teams they create. #15977, @xlson

Minor

  • Auth : Support listing and revoking auth tokens via API #15836
  • Alerting : DingDing notification channel now includes alert values. #13825, @athurg
  • Alerting : Notification channel http api enhancements. #16219, @marefr
  • CloudWatch : Update metrics/dimensions list. #16137, @mtanda
  • Cloudwatch : Add AWS RDS MaximumUsedTransactionIDs metric #15077, thx @activeshadow
  • Cache : Adds support for using out of proc caching in the backend #10816
  • Dashboard : New keyboard shortcut d l toggles all Graph legends in a dashboard. #15770, @jsferrei
  • Datasource : Only log connection string in dev environment #16001
  • DataProxy : Add custom header (X-Grafana-User) to data source requests with the current username. #15998, @aocenas
  • DataProxy : Make it possible to add user details to requests sent to the dataproxy #6359 and #15931
  • DataProxy : Adds oauth pass-through option for datasources. #15205, @seanlaff
  • Explore : Hide empty duplicates column in logs viewer. #15982, @steven-sheehy
  • Explore : Make it possible to close left pane of split view. #16155, @dprokop
  • Explore : Move back / forward with browser buttons now works. #16150, @hugohaggmark
  • Explore : Update Loki labels when label selector is opened. #16131, @dprokop
  • Graph Panel : New options for X-axis Min & Max (for histograms). #14877, @papagian
  • Heatmap : You can now choose to hide buckets with zero value. #15934, @alexanderzobnin
  • Heatmap : Middle bucket bound option #15683
  • Heatmap : Reverse order option for changing order of buckets #15683
  • Prometheus : Change alignment of range queries to end before now and not in future. #16110, @davkal
  • Prometheus : Dedup annotations events with same timestamp . #16152, @torkelo
  • SQL : Use default min interval of 1m for all SQL data sources. #15799, @marefr
  • TablePanel : Column color style now works even after removing columns. #16227, @torkelo
  • Templating : Custom variable value now escapes all backslashes properly. #15980, @srid12
  • Templating : Data source variable now supports multi-value for uses cases that involve repeating panels & rows. #15914, @torkelo
  • VictorOps : Adds more information to the victor ops notifiers #15744, thx @zhulongcheng

Bug Fixes

  • Alerting : Don't include non-existing image in MS Teams notifications. #16116, @SGI495
  • Api : Invalid org invite code #10506
  • Annotations : Fix for native annotations filtered by template variable with pipe. #15515, @marefr
  • Dashboard : Fix for time regions spanning across midnight. #16201, @marefr
  • Datasource : Handles nil jsondata field gracefully #14239
  • Datasource : Empty user/password was not updated when updating datasources #15608, thx @Maddin-619
  • Elasticsearch : Fixes using template variables in the alias field. #16229, @daniellee
  • Elasticsearch : Fix incorrect index pattern padding in alerting queries. #15892, @sandlis
  • Explore : Fix for Prometheus autocomplete not working in Firefox. #16192, @hugohaggmark
  • Explore : Fix for url does not keep query after browser refresh. #16189, @hugohaggmark
  • Gauge : Interpolate scoped variables in repeated gauges #15739
  • Graphite : Fixed issue with using series ref and series by tag. #16111, @torkelo
  • Graphite : Fixed variable quoting when variable value is nummeric. #16149, @torkelo
  • Heatmap : Fixes Y-axis tick labels being in wrong order for some Prometheus queries. #15932, @alexanderzobnin
  • Heatmap : Negative values are now displayed correctly in graph & legend. #15953, @alexanderzobnin
  • Heatmap : legend shows wrong colors for small values #14019
  • InfluxDB : Always close request body even for error status codes. #16207, @ramongtx
  • ManageDashboards : Fix for checkboxes not appearing properly Firefox . #15981, @srid12
  • Playlist : Leaving playlist now always stops playlist . #15791, @peterholmberg
  • Prometheus : fixes regex ad-hoc filters variables with wildcards. #16234, @daniellee
  • TablePanel : Column color style now works even after removing columns. #16227, @torkelo
  • TablePanel : Fix for white text on white background when value is null. #16199, @peterholmberg
grafana - v6.0.2

Published by hugohaggmark over 5 years ago

Grafana v6.0 introduces a new way of exploring your data, support for log data and tons of other features.

New major features:

  • Explore A new query focused workflow for ad-hoc data exploration and troubleshooting.
  • Grafana Loki Integration with the new open source log aggregation system from Grafana Labs.
  • Gauge Panel A new standalone panel for gauges.
  • New Panel Editor UX improves panel editing and enables easy switching between different visualizations.
  • Google Stackdriver Datasource is out of beta and is officially released.
  • Azure Monitor plugin is ported from being an external plugin to being a core datasource
  • React Plugin support enables an easier way to build plugins.
  • Named Colors in our new improved color picker.
  • Removal of user session storage makes Grafana easier to deploy & improves security.

6.0.2 (2019-03-19)

Bug Fixes

  • Alerting: Fixed issue with AlertList panel links resulting in panel not found errors. #15975, @torkelo
  • Dashboard: Improved error handling when rendering dashboard panels. #15970, @torkelo
  • LDAP: Fix allow anonymous server bind for ldap search. #15872, @marefr
  • Discord: Fix discord notifier so it doesn't crash when there are no image generated. #15833, @marefr
  • Panel Edit: Prevent search in VizPicker from stealing focus. #15802, @peterholmberg
  • Datasource admin: Fixed url of back button in datasource edit page, when root_url configured. #15759, @dprokop
grafana - v6.0.1

Published by hugohaggmark over 5 years ago

Grafana v6.0 introduces a new way of exploring your data, support for log data and tons of other features.

New major features:

  • Explore A new query focused workflow for ad-hoc data exploration and troubleshooting.
  • Grafana Loki Integration with the new open source log aggregation system from Grafana Labs.
  • Gauge Panel A new standalone panel for gauges.
  • New Panel Editor UX improves panel editing and enables easy switching between different visualizations.
  • Google Stackdriver Datasource is out of beta and is officially released.
  • Azure Monitor plugin is ported from being an external plugin to being a core datasource
  • React Plugin support enables an easier way to build plugins.
  • Named Colors in our new improved color picker.
  • Removal of user session storage makes Grafana easier to deploy & improves security.

6.0.1 (2019-03-06)

Bug Fixes

  • Metrics: Fixes broken usagestats metrics for /metrics #15651
  • Dashboard: Fixes kiosk mode should have &kiosk appended to the url #15765
  • Dashboard: Fixes kiosk=tv mode with autofitpanels should respect header #15650
  • Image rendering: Fixed image rendering issue for dashboards with auto refresh, . #15818, @torkelo
  • Dashboard: Fix only users that can edit a dashboard should be able to update panel json. #15805, @marefr
  • LDAP: fix allow anonymous initial bind for ldap search. #15803, @marefr
  • UX: Fixed scrollbar not visible initially (only after manual scroll). #15798, @torkelo
  • Datasource admin TestData #15793, @hugohaggmark
  • Dashboard: Fixed scrolling issue that caused scroll to be locked to bottom. #15792, @torkelo
  • Explore: Viewers with viewers_can_edit should be able to access /explore. #15787, @jschill
  • Security fix: limit access to org admin and alerting pages. #15761, @marefr
  • Panel Edit minInterval changes did not persist #15757, @hugohaggmark
  • Teams: Fixed bug when getting teams for user. #15595, @hugohaggmark
  • Stackdriver: fix for float64 bounds for distribution metrics #14509
  • Stackdriver: no reducers available for distribution type #15179
grafana - v6.0.0

Published by xlson over 5 years ago

Grafana v6.0 introduces a new way of exploring your data, support for log data and tons of other features.

New major features:

  • Explore A new query focused workflow for ad-hoc data exploration and troubleshooting.
  • Grafana Loki Integration with the new open source log aggregation system from Grafana Labs.
  • Gauge Panel A new standalone panel for gauges.
  • New Panel Editor UX improves panel editing and enables easy switching between different visualizations.
  • Google Stackdriver Datasource is out of beta and is officially released.
  • Azure Monitor plugin is ported from being an external plugin to being a core datasource
  • React Plugin support enables an easier way to build plugins.
  • Named Colors in our new improved color picker.
  • Removal of user session storage makes Grafana easier to deploy & improves security.

6.0.0 stable (2019-02-25)

Bug Fixes

  • Dashboard: fixes click after scroll in series override menu #15621
  • MySQL: fix mysql query using _interval_ms variable throws error #14507

6.0.0-beta3 (2019-02-19)

Minor

  • CLI: Grafana CLI should preserve permissions for backend binaries for Linux and Darwin #15500
  • Alerting: Allow image rendering 90 percent of alertTimeout #15395

Bug fixes

  • Influxdb: Add support for alerting on InfluxDB queries that use the non_negative_difference function #15415, thx @kiran3394
  • Alerting: Fix percent_diff calculation when points are nulls #15443, thx @max-neverov
  • Alerting: Fixed handling of alert urls with true flags #15454

6.0.0-beta2 (2019-02-11)

New Features

  • AzureMonitor: Enable alerting by converting Azure Monitor API to Go #14623

Minor

  • Alerting: Adds support for images in pushover notifier #10780, thx @jpenalbae
  • Graphite/InfluxDB/OpenTSDB: Fix always take dashboard timezone into consideration when handle custom time ranges #15284
  • Stackdriver: Template variables in filters using globbing format #15182
  • Cloudwatch: Add resource_arns template variable query function #8207, thx @jeroenvollenbrock
  • Cloudwatch: Add AWS/Neptune metrics #14231, thx @tcpatterson
  • Cloudwatch: Add AWS/EC2/API metrics #14233, thx @tcpatterson
  • Cloudwatch: Add AWS RDS ServerlessDatabaseCapacity metric #15265, thx @larsjoergensen
  • MySQL: Adds datasource SSL CA/client certificates support #8570, thx @bugficks
  • MSSQL: Timerange are now passed for template variable queries #13324, thx @thatsparesh
  • Annotations: Support PATCH verb in annotations http api #12546, thx @SamuelToh
  • Templating: Add json formatting to variable interpolation #15291, thx @mtanda
  • Login: Anonymous usage stats for token auth #15288
  • AzureMonitor: improve autocomplete for Log Analytics and App Insights editor #15131
  • LDAP: Fix IPA/FreeIPA v4.6.4 does not allow LDAP searches with empty attributes #14432
  • Provisioning: Allow testing data sources that were added by config #12164
  • Security: Fix CSRF Token validation for POSTs #1441

Breaking changes

  • Internal Metrics Edition has been added to the build_info metric. This will break any Graphite queries using this metric. Edition will be a new label for the Prometheus metric. #15363

Bug fixes

  • Gauge: Fix issue with gauge requests being cancelled #15366
  • Gauge: Accept decimal inputs for thresholds #15372
  • UI: Fix error caused by named colors that are not part of named colors palette #15373
  • Search: Bug pressing special regexp chars in input fields #12972
  • Permissions: No need to have edit permissions to be able to "Save as" #13066

6.0.0-beta1 (2019-01-30)

New Features

  • Alerting: Adds support for Google Hangouts Chat notifications #11221, thx @PatrickSchuster
  • Elasticsearch: Support bucket script pipeline aggregations #5968
  • Influxdb: Add support for time zone (tz) clause #10322, thx @cykl
  • Snapshots: Enable deletion of public snapshot #14109
  • Provisioning: Provisioning support for alert notifiers #10487, thx @pbakulev
  • Explore: A whole new way to do ad-hoc metric queries and exploration. Split view in half and compare metrics & logs and much much more. Read more here
  • Auth: Replace remember me cookie solution for Grafana's builtin, LDAP and OAuth authentication with a solution based on short-lived tokens #15303

Minor

  • Alerting: Use separate timeouts for alert evals and notifications #14701, thx @sharkpc0813
  • Elasticsearch: Add support for offset in date histogram aggregation #12653, thx @mattiarossi
  • Elasticsearch: Add support for moving average and derivative using doc count (metric count) #8843 #11175
  • Elasticsearch: Add support for template variable interpolation in alias field #4075, thx @SamuelToh
  • Influxdb: Fix autocomplete of measurements does not escape search string properly #11503, thx @SamuelToh
  • Stackdriver: Aggregating series returns more than one series #14581 and #13914, thx @kinok
  • Cloudwatch: Fix Assume Role Arn #14722, thx @jaken551
  • Postgres/MySQL/MSSQL: Nanosecond timestamp support ($__unixEpochNanoFilter, $__unixEpochNanoFrom, $__unixEpochNanoTo) #14711, thx @ander26
  • Provisioning: Fixes bug causing infinite growth in dashboard_version table. #12864
  • Auth: Prevent password reset when login form is disabled or either LDAP or Auth Proxy is enabled #14246, thx @SilverFire
  • Admin: Fix prevent removing last grafana admin permissions #11067, thx @danielbh
  • Admin: When multiple user invitations, all links are the same as the first user who was invited #14483
  • LDAP: Upgrade go-ldap to v3 #14548
  • OAuth: Support OAuth providers that are not RFC6749 compliant #14562, thx @tdabasinskas
  • Proxy whitelist: Add CIDR capability to auth_proxy whitelist #14546, thx @jacobrichard
  • Dashboard: Min width changed to Max per row for repeating panels. This lets you specify the maximum number of panels to show per row and by that repeated panels will always take up full width of row #12991, thx @pgiraud
  • Dashboard: Retain decimal precision when exporting CSV #13929, thx @cinaglia
  • Templating: Escaping "Custom" template variables #13754, thx @IntegersOfK
  • Templating: Add percentencode formatting to variable interpolation to be used mainly for url escaping #12764, thx @cxcv
  • Units: Add blood glucose level units mg/dL and mmol/L #14519, thx @kjedamzik
  • Units: Add Floating Point Operations per Second units #14558, thx @hahnjo
  • Table: Renders epoch string as date if date column style #14484
  • Dataproxy: Override incoming Authorization header #13815, thx @kornholi
  • Dataproxy: Add global datasource proxy timeout setting #5699, thx @RangerRick
  • Database: Support specifying database host using IPV6 for backend database and sql datasources #13711, thx @ellisvlad
  • Database: Support defining additonal database connection string args when using url property in database settings #14709, thx @tpetr
  • Stackdriver: crossSeriesAggregation not being sent with the query #15129, thx @Legogris

Bug fixes

  • Search: Fix for issue with scrolling the "tags filter" dropdown, fixes #14486
  • Prometheus: Query for annotation always uses 60s step regardless of dashboard range, fixes #14795
  • Annotations: Fix creating annotation when graph panel has no data points position the popup outside viewport #13765, thx @banjeremy
  • Piechart/Flot: Fixes multiple piechart instances with donut bug #15062

Breaking changes

  • Text Panel: The text panel does no longer by default allow unsantizied HTML. #4117. This means that if you have text panels with scripts tags they will no longer work as before. To enable unsafe javascript execution in text panels enable the settings disable_sanitize_html under the section [panels] in your Grafana ini file, or set env variable GF_PANELS_DISABLE_SANITIZE_HTML=true.
  • Dashboard: Panel property minSpan replaced by maxPerRow. Dashboard migration will automatically migrate all dashboard panels using the minSpan property to the new maxPerRow property #12991
grafana - v6.0.0-beta3

Published by xlson over 5 years ago

Time for a new major release again!

Download Page
What's New Highlights
Release Notes

6.0.0-beta3 (2019-02-19)

Minor

  • CLI: Grafana CLI should preserve permissions for backend binaries for Linux and Darwin #15500
  • Alerting: Allow image rendering 90 percent of alertTimeout #15395

Bug fixes

  • Influxdb: Add support for alerting on InfluxDB queries that use the non_negative_difference function #15415, thx @kiran3394
  • Alerting: Fix percent_diff calculation when points are nulls #15443, thx @max-neverov
  • Alerting: Fixed handling of alert urls with true flags #15454
grafana - v6.0.0-beta2

Published by torkelo over 5 years ago

Time for a new major release again!

Download Page
What's New Highlights
Release Notes

6.0.0-beta2 (2019-02-11)

New Features

  • AzureMonitor: Enable alerting by converting Azure Monitor API to Go #14623

Minor

  • Alerting: Adds support for images in pushover notifier #10780, thx @jpenalbae
  • Graphite/InfluxDB/OpenTSDB: Fix always take dashboard timezone into consideration when handle custom time ranges #15284
  • Stackdriver: Template variables in filters using globbing format #15182
  • Cloudwatch: Add resource_arns template variable query function #8207, thx @jeroenvollenbrock
  • Cloudwatch: Add AWS/Neptune metrics #14231, thx @tcpatterson
  • Cloudwatch: Add AWS/EC2/API metrics #14233, thx @tcpatterson
  • Cloudwatch: Add AWS RDS ServerlessDatabaseCapacity metric #15265, thx @larsjoergensen
  • MySQL: Adds datasource SSL CA/client certificates support #8570, thx @bugficks
  • MSSQL: Timerange are now passed for template variable queries #13324, thx @thatsparesh
  • Annotations: Support PATCH verb in annotations http api #12546, thx @SamuelToh
  • Templating: Add json formatting to variable interpolation #15291, thx @mtanda
  • Login: Anonymous usage stats for token auth #15288
  • AzureMonitor: improve autocomplete for Log Analytics and App Insights editor #15131
  • LDAP: Fix IPA/FreeIPA v4.6.4 does not allow LDAP searches with empty attributes #14432

Breaking changes

  • Internal Metrics Edition has been added to the build_info metric. This will break any Graphite queries using this metric. Edition will be a new label for the Prometheus metric. #15363
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