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 - v6.6.0-beta1

Published by xlson over 4 years ago

Download Page
What's New Highlights
Release Notes

Breaking changes

  • PagerDuty: Change payload.custom_details field in PagerDuty notification to be a JSON object instead of a string.
  • Security: The [security] setting cookie_samesite configured to none now renders cookies with SameSite=None attribute compared to before where no SameSite attribute was added to cookies. To get the old behavior, use value disabled instead of none. Refer to Upgrade Grafana for more information.

Features / Enhancements

Bug Fixes

  • API: Optionally list expired API keys. #20468, @papagian
  • Alerting: Fix custom_details to be a JSON object instead of a string in PagerDuty notifier. #21150, @tehGoti
  • Alerting: Fix image rendering and uploading timeout preventing to send alert notifications. #21536, @marefr
  • Alerting: Fix panic in dingding notifier . #20378, @csyangchen
  • Alerting: Fix template query validation logic. #20721, @okhowang
  • Alerting: If no permission to clear history, keep the historical data. #19007, @lzdw
  • Alerting: Unpausing a non-paused alert rule should not change status to Unknown. #21375, @vikkyomkar
  • Api: Fix returned message when enabling, disabling and deleting a non-existing user. #21391, @dpavlos
  • Auth: Rotate auth tokens at the end of requests. #21347, @woodsaj
  • Azure Monitor: Fixes error using azure monitor credentials with log analytics and non-default cloud. #21032, @shavonn
  • CLI: Return error and aborts when plugin file extraction fails. #20849, @marefr
  • CloudWatch: Multi-valued template variable dimension alias fix. #21541, @sunker
  • Dashboard: Disable draggable panels on small devices. #20629, @peterholmberg
  • DataLinks: Links with ${__value.time} do not work when clicking on first result . #20019, @dweineha
  • Explore: Fix showing of results in selected timezone (UTC/local). #20812, @ivanahuckova
  • Explore: Fix timepicker when browsing back after switching datasource. #21454, @ivanahuckova
  • Explore: Sync timepicker and logs after live-tailing stops. #20979, @ivanahuckova
  • Graph: Fix when clicking a plot on a touch device we won't display the annotation menu. #21479, @mckn
  • OAuth: Fix role mapping from id token. #20300, @seanson
  • Plugins: Add appSubUrl string to config pages. #21414, @Maddin-619
  • Provisioning: Start provision dashboards after Grafana server have started. #21564, @marefr
  • Render: Use https as protocol when rendering if HTTP2 enabled. #21600, @marefr
  • Security: Use same cookie settings for all cookies. #19787, @jeffdesc
  • Singlestat: Support empty value map texts. #20952, @hendrikvh
  • Units: Custom suffix and prefix units can now be specified, for example custom currency & SI & time formats. #20763, @ryantxu
  • grafana/ui: Do not build grafana/ui in strict mode as it depends on non-strict libs. #21319, @dprokop
grafana - v6.5.3

Published by aocenas almost 5 years ago

Download Page
What's New Highlights
Release Notes

Features / Enhancements

  • API: Validate redirect_to cookie has valid (Grafana) url . #21057, @papagian

Bug Fixes

  • AdHocFilter: Shows SubMenu when filtering directly from table. #21017, @hugohaggmark
  • Cloudwatch: Fixed crash when switching from cloudwatch data source. #21376, @torkelo
  • DataLinks: Sanitize data/panel link URLs. #21140, @dprokop
  • Elastic: Fix multiselect variable interpolation for logs. #20894, @ivanahuckova
  • Prometheus: Fixes so user can change HTTP Method in config settings. #21055, @hugohaggmark
  • Prometheus: Prevents validation of inputs when clicking in them without changing the value. #21059, @hugohaggmark
  • Rendering: Fix panel PNG rendering when using sub url & serve_from_sub_path = true. #21306, @bgranvea
  • Table: Matches column names with unescaped regex characters. #21164, @hugohaggmark
grafana - v6.5.2 (2019-12-11)

Published by mckn almost 5 years ago

Download Page
What's New Highlights
Release Notes

Bug Fixes

  • Alerting: Improve alert threshold handle dragging behavior. #20922, @torkelo
  • AngularPanels: Fixed loading spinner being stuck in some rare cases. #20878, @torkelo
  • CloudWatch: Fix query editor does not render in Explore. #20909, @davkal
  • CloudWatch: Remove illegal character escaping in inferred expressions. #20915, @sunker
  • CloudWatch: Remove template variable error message. #20864, @sunker
  • CloudWatch: Use datasource template variable in curated dashboards. #20917, @sunker
  • Elasticsearch: Set default port to 9200 in ConfigEditor. #20948, @papagian
  • Gauge/BarGauge: Added support for value mapping of "no data"-state to text/value. #20842, @mckn
  • Graph: Prevent tooltip from being displayed outside of window. #20874, @mckn
  • Graphite: Fixes error with annotation metric queries . #20857, @dprokop
  • Login: Fix fatal error when navigating from reset password page. #20747, @peterholmberg
  • MixedDatasources: Do not filter out all mixed data sources in add mixed query dropdown. #20990, @torkelo
  • Prometheus: Fix caching for default labels request. #20718, @aocenas
  • Prometheus: Run default labels query only once. #20898, @aocenas
  • Security: Fix invite link still accessible after completion or revocation. #20863, @aknuds1
  • Server: Fail when unable to create log directory. #20804, @aknuds1
  • TeamPicker: Increase size limit from 10 to 100. #20882, @hendrikvh
  • Units: Remove SI prefix symbol from new milli/microSievert(/h) units. #20650, @zegelin
grafana - v6.5.1 (2019-11-28)

Published by hugohaggmark almost 5 years ago

Download Page
What's New Highlights
Release Notes

Bug Fixes

  • CloudWatch: Region template query fix. #20661, @sunker
  • CloudWatch: Fix annotations query editor loading. #20687, @sunker
  • Panel: Fixes undefined services/dependencies in plugins without /**@ngInject*/. #20696, @hugohaggmark
  • Server: Fix failure to start with "bind: address already in use" when using socket as protocol. #20679, @aknuds1
  • Stats: Fix active admins/editors/viewers stats are counted more than once if the user is part of more than one org. #20711, @papagian
grafana - v6.5.0 (2019-11-25)

Published by aknuds1 almost 5 years ago

Download Page
What's New Highlights
Release Notes

Features / Enhancements

  • CloudWatch: Add curated dashboards for most popular amazon services. #20486, @sunker
  • CloudWatch: Enable Min time interval. #20260, @mtanda
  • Explore: UI improvements for log details. #20485, @ivanahuckova
  • Server: Improve grafana-server diagnostics configuration for profiling and tracing. #20593, @papagian

Bug Fixes

  • BarGauge/Gauge: Add back missing title option field display options. #20616, @torkelo
  • CloudWatch: Fix high CPU load. #20579, @marefr
  • CloudWatch: Fix high resolution mode without expression. #20459, @mtanda
  • CloudWatch: Make sure period variable is being interpreted correctly. #20447, @sunker
  • CloudWatch: Remove HighResolution toggle since it's not being used. #20440, @sunker
  • Cloudwatch: Fix LaunchTime attribute tag bug. #20237, @sunker
  • Data links: Fix URL field turns read-only for graph panels. #20381, @dprokop
  • Explore: Keep logQL filters when selecting labels in log row details. #20570, @ivanahuckova
  • MySQL: Fix TLS auth settings in config page. #20501, @peterholmberg
  • Provisioning: Fix unmarshaling nested jsonData values. #20399, @aocenas
  • Server: Should fail when server is unable to bind port. #20409, @aknuds1
  • Templating: Prevents crash when $__searchFilter is not a string. #20526, @hugohaggmark
  • TextPanel: Fixes issue with template variable value not properly html escaped #20588, @torkelo
  • TimePicker: Should update after location change. #20466, @torkelo

Breaking changes

  • CloudWatch: Pre Grafana 6.5.0, the CloudWatch datasource used the GetMetricStatistics API for all queries that did not have an ´id´ and did not have an ´expression´ defined in the query editor. The GetMetricStatistics API has a limit of 400 transactions per second. In this release, all queries use the GetMetricData API. The GetMetricData API has a limit of 50 transactions per second and 100 metrics per transaction. Also the GetMetricData API pricing is different from GetMetricStatistics. While GetMetricStatistics qualified for the CloudWatch API free tier, this is not the case for GetMetricData calls. For more information, please refer to the CloudWatch pricing page (https://aws.amazon.com/cloudwatch/pricing/). Read more about GetMetricData limits in upgrading to 6.5.
  • CloudWatch: The GetMetricData API does not return metric unit, so unit auto detection in panels is no longer supported.
  • CloudWatch: The HighRes switch has been removed from the query editor. Read more about this in upgrading to 6.5.
  • CloudWatch: In previous versions of Grafana, there was partial support for using multi template variables as dimension values. When a multi template variable is being used for dimension values in Grafana 6.5, a search expression will be generated. In the GetMetricData API, expressions are limited to 1024 characters, so it might be the case that this limit is reached when a multi template variable that has a lot of values is being used. Read about the suggested workaround in upgrading to 6.5.
grafana - v6.4.5 (2019-11-25)

Published by marefr almost 5 years ago

Download Page
What's New Highlights
Release Notes

Bug Fixes

  • CloudWatch: Fix high CPU load #20579
grafana - v6.3.7 (2019-11-22)

Published by marefr almost 5 years ago

Download Page
What's New Highlights
Release Notes

Bug Fixes

  • CloudWatch: Fix high CPU load #20579
grafana - v6.5.0-beta1 (2019-11-14)

Published by kylebrandt almost 5 years ago

Download Page
What's New Highlights
Release Notes

6.5.0-beta1 (2019-11-14)

Features / Enhancements

Bug Fixes

  • API: Added dashboardId and slug in response to dashboard import api. #19692, @jongyllen
  • API: Fix logging of dynamic listening port. #19644, @oleggator
  • BarGauge: Fix so that default thresholds not keeps resetting. #20190, @lzdw
  • CloudWatch: Fix incorrect casing of Redshift dimension entry for service class and stage. #19897, @nlsdfnbch
  • CloudWatch: Fixing AWS Kafka dimension names. #19986, @skuxy
  • CloudWatch: Metric math broken when using multi template variables #18337, @sunker
  • CloudWatch: Graphs with multiple multi-value dimension variables don't work #17949, @sunker
  • CloudWatch: Variables' values surrounded with braces in request sent to AWS #14451, @sunker
  • ColorPicker: Fixes issue with ColorPicker disappearing too quickly . #20289, @dprokop
  • Datasource: Add custom headers on alerting queries. #19508, @weeco
  • Docker: Add additional glibc dependencies to support certain backend plugins in alpine. #20214, @briangann
  • Docker: Build and use musl-based binaries in alpine images to resolve glibc incompatibility issues. #19798, @aknuds1
  • Elasticsearch: Fix template variables interpolation when redirecting to Explore. #20314, @ivanahuckova
  • Elasticsearch: Support rendering in logs panel. #20229, @davkal
  • Explore: Expand template variables when redirecting from dashboard panel. #19582, @ivanahuckova
  • OAuth: Make the login button display name of custom OAuth provider. #20209, @dprokop
  • ReactPanels: Adds Explore menu item. #20236, @hugohaggmark
  • Team Sync: Fix URL encode Group IDs for external team sync. #20280, @gotjosh

Breaking changes

  • CloudWatch: Pre Grafana 6.5.0, the CloudWatch datasource used the GetMetricStatistics API for all queries that did not have an ´id´ and did not have an ´expression´ defined in the query editor. The GetMetricStatistics API has a limit of 400 transactions per second. In this release, all queries use the GetMetricData API. The GetMetricData API has a limit of 50 transactions per second and 100 metrics per transaction. Also the GetMetricData API pricing is different from GetMetricStatistics. While GetMetricStatistics qualified for the CloudWatch API free tier, this is not the case for GetMetricData calls. For more information, please refer to the CloudWatch pricing page (https://aws.amazon.com/cloudwatch/pricing/). Read more about GetMetricData limits in upgrading to 6.5.

  • CloudWatch: In previous versions of Grafana, there was partial support for using multi template variables as dimension values. When a multi template variable is being used for dimension values in Grafana 6.5, a search expression will be generated. In the GetMetricData API, expressions are limited to 1024 characters, so it might be the case that this limit is reached when a multi template variable that has a lot of values is being used. Read about the suggested workaround in upgrading to 6.5.

grafana - v6.4.4

Published by papagian almost 5 years ago

Download Page
What's New Highlights
Release Notes

Bug Fixes

  • DataLinks: Fix blur issues. #19883, @aocenas
  • Docker: Makes it possible to parse timezones in the docker image. #20081, @xlson
  • LDAP: All LDAP servers should be tried even if one of them returns a connection error. #20077, @jongyllen
  • LDAP: No longer shows incorrectly matching groups based on role in debug page. #20018, @xlson
  • Singlestat: Fix no data / null value mapping . #19951, @ryantxu
grafana - v6.4.3

Published by papagian about 5 years ago

Download Page
What's New Highlights
Release Notes

Bug Fixes

  • Alerting: All notification channels should send even if one fails to send. #19807, @jan25
  • AzureMonitor: Fix slate interference with dropdowns. #19799, @aocenas
  • ContextMenu: make ContextMenu positioning aware of the viewport width. #19699, @krvajal
  • DataLinks: Fix context menu not showing in singlestat-ish visualisations. #19809, @dprokop
  • DataLinks: Fix url field not releasing focus. #19804, @aocenas
  • Datasource: Fixes clicking outside of some query editors required 2 clicks. #19822, @aocenas
  • Panels: Fixes default tab for visualizations without Queries Tab. #19803, @hugohaggmark
  • Singlestat: Fixed issue with mapping null to text. #19689, @torkelo
  • @grafana/toolkit: Don't fail plugin creation when git user.name config is not set. #19821, @dprokop
  • @grafana/toolkit: TSLint line number off by 1. #19782, @fredwangwang
grafana - v6.4.2

Published by hugohaggmark about 5 years ago

Download Page
What's New Highlights
Release Notes

Bug Fixes

  • CloudWatch: Changes incorrect dimension wmlid to wlmid . #19679, @ATTron
  • Grafana Image Renderer: Fixes plugin page. #19664, @hugohaggmark
  • Graph: Fixes auto decimals logic for y axis ticks that results in too many decimals for high values. #19618, @torkelo
  • Graph: Switching to series mode should re-render graph. #19623, @torkelo
  • Loki: Fix autocomplete on label values. #19579, @aocenas
  • Loki: Removes live option for logs panel. #19533, @davkal
  • Profile: Fix issue with user profile not showing more than sessions sessions in some cases. #19578, @huynhsamha
  • Prometheus: Fixes so results in Panel always are sorted by query order. #19597, @hugohaggmark
  • ShareQuery: Fixed issue when using -- Dashboard -- datasource (to share query result) when dashboard had rows. #19610, @torkelo
  • Show SAML login button if SAML is enabled. #19591, @papagian
  • SingleStat: Fixes $__name postfix/prefix usage. #19687, @hugohaggmark
  • Table: Proper handling of json data with dataframes. #19596, @marefr
  • Units: Fixed wrong id for Terabits/sec. #19611, @andreaslangnevyjel
grafana - v6.4.1

Published by torkelo about 5 years ago

Download Page
What's New Highlights
Release Notes

Bug Fixes

  • Provisioning: Fixed issue where empty nested keys in YAML provisioning caused a server crash, #19547
  • ImageRendering: Fixed issue with image rendering in enterprise build (Enterprise)
  • Reporting: Fixed issue with reporting service when STMP was disabled (Enterprise).
grafana - v6.4.0 (2019-10-01)

Published by hugohaggmark about 5 years ago

Download Page
What's New Highlights
Release Notes

Features / Enhancements

Bug Fixes

  • CLI: Fix version selection for plugin install. #19498, @aocenas
  • Graph: Fixes minor issue with series override color picker and custom color . #19516, @torkelo

Plugins that need updating when upgrading from 6.3 to 6.4

grafana - v6.4.0-beta2

Published by torkelo about 5 years ago

Download Page
What's New Highlights
Release Notes

Features / Enhancements

  • Azure Monitor: Remove support for cross resource queries (#19115)". #19346, @sunker
  • Docker: Upgrade packages to resolve reported vulnerabilities. #19188, @marefr
  • Graphite: Time range expansion reduced from 1 minute to 1 second. #19246, @torkelo
  • grafana/toolkit: Add plugin creation task. #19207, @dprokop

Bug Fixes

  • Alerting: Prevents creating alerts from unsupported queries. #19250, @hugohaggmark
  • Alerting: Truncate PagerDuty summary when greater than 1024 characters. #18730, @nvllsvm
  • Cloudwatch: Fix autocomplete for Gamelift dimensions. #19146, @kevinpz
  • Dashboard: Fix export for sharing when panels use default data source. #19315, @torkelo
  • Database: Rewrite system statistics query to perform better. #19178, @papagian
  • Gauge/BarGauge: Fix issue with [object Object] in titles . #19217, @ryantxu
  • MSSQL: Revert usage of new connectionstring format introduced by #18384. #19203, @marefr
  • Multi-LDAP: Do not fail-fast on invalid credentials. #19261, @gotjosh
  • MySQL, Postgres, MSSQL: Fix validating query with template variables in alert . #19237, @marefr
  • MySQL, Postgres: Update raw sql when query builder updates. #19209, @marefr
  • MySQL: Limit datasource error details returned from the backend. #19373, @marefr
grafana - v6.3.6 (2019-09-23)

Published by papagian about 5 years ago

Download Page
What's New Highlights
Release Notes

Features / Enhancements

  • Metrics: Adds setting for turning off total stats metrics. #19142, @marefr

Bug Fixes

  • Database: Rewrite system statistics query to perform better. #19178, @papagian
  • Explore: Fixes error when switching from prometheus to loki data sources. #18599, @kaydelaney
grafana - v6.4.0-beta1 (2019-09-17)

Published by dprokop about 5 years ago

Download Page
What's New Highlights
Release Notes

Features / Enhancements

  • API: Readonly datasources should not be created via the API. #19006, @papagian
  • Alerting: Include configured AlertRuleTags in Webhooks notifier. #18233, @dominic-miglar
  • Annotations: Add annotations support to Loki. #18949, @aocenas
  • Annotations: Use a single row to represent a region. #17673, @ryantxu
  • Auth: Allow inviting existing users when login form is disabled. #19048, @548017
  • Azure Monitor: Add support for cross resource queries. #19115, @sunker
  • CLI: Allow installing custom binary plugins. #17551, @aocenas
  • Dashboard: Adds Logs Panel (alpha) as visualization option for Dashboards. #18641, @hugohaggmark
  • Dashboard: Reuse query results between panels . #16660, @ryantxu
  • Dashboard: Set time to to 23:59:59 when setting To time using calendar. #18595, @simPod
  • DataLinks: Add DataLinks support to Gauge, BarGauge and SingleStat2 panel. #18605, @ryantxu
  • DataLinks: Enable access to labels & field names. #18918, @torkelo
  • DataLinks: Enable multiple data links per panel. #18434, @dprokop
  • Docker: switch docker image to alpine base with phantomjs support. #18468, @DanCech
  • Elasticsearch: allow templating queries to order by doc_count. #18870, @hackery
  • Explore: Add throttling when doing live queries. #19085, @aocenas
  • Explore: Adds ability to go back to dashboard, optionally with query changes. #17982, @kaydelaney
  • Explore: Reduce default time range to last hour. #18212, @davkal
  • Gauge/BarGauge: Support decimals for min/max. #18368, @ryantxu
  • Graph: New series override transform constant that renders a single point as a line across the whole graph. #19102, @davkal
  • Image rendering: Add deprecation warning when PhantomJS is used for rendering images. #18933, @papagian
  • InfluxDB: Enable interpolation within ad-hoc filter values. #18077, @kvc-code
  • LDAP: Allow an user to be synchronized against LDAP. #18976, @gotjosh
  • Ldap: Add ldap debug page. #18759, @peterholmberg
  • Loki: Remove prefetching of default label values. #18213, @davkal
  • Metrics: Add failed alert notifications metric. #18089, @koorgoo
  • OAuth: Support JMES path lookup when retrieving user email. #14683, @bobmshannon
  • OAuth: return GitLab groups as a part of user info (enable team sync). #18388, @alexanderzobnin
  • Panels: Add unit for electrical charge - ampere-hour. #18950, @anirudh-ramesh
  • Plugin: AzureMonitor - Reapply MetricNamespace support. #17282, @raphaelquati
  • Plugins: better warning when plugins fail to load. #18671, @ryantxu
  • Postgres: Add support for scram sha 256 authentication. #18397, @nonamef
  • RemoteCache: Support SSL with Redis. #18511, @kylebrandt
  • SingleStat: The gauge option in now disabled/hidden (unless it's an old panel with it already enabled) . #18610, @ryantxu
  • Stackdriver: Add extra alignment period options. #18909, @sunker
  • Units: Add South African Rand (ZAR) to currencies. #18893, @jeteon
  • Units: Adding T,P,E,Z,and Y bytes. #18706, @chiqomar

Bug Fixes

  • Alerting: Notification is sent when state changes from no_data to ok. #18920, @papagian
  • Alerting: fix duplicate alert states when the alert fails to save to the database. #18216, @kylebrandt
  • Alerting: fix response popover prompt when add notification channels. #18967, @lzdw
  • CloudWatch: Fix alerting for queries with Id (using GetMetricData). #17899, @alex-berger
  • Explore: Fix auto completion on label values for Loki. #18988, @aocenas
  • Explore: Fixes crash using back button with a zoomed in graph. #19122, @hugohaggmark
  • Explore: Fixes so queries in Explore are only run if Graph/Table is shown. #19000, @hugohaggmark
  • MSSQL: Change connectionstring to URL format to fix using passwords with semicolon. #18384, @Russiancold
  • MSSQL: Fix memory leak when debug enabled. #19049, @briangann
  • Provisioning: Allow escaping literal '$' with '$$' in configs to avoid interpolation. #18045, @kylebrandt
  • TimePicker: Fixes hiding time picker dropdown in FireFox. #19154, @hugohaggmark

Breaking changes

Annotations

There are some breaking changes in the annotations HTTP API for region annotations. Region annotations are now represented
using a single event instead of two seperate events. Check breaking changes in HTTP API below and HTTP API documentation for more details.

Docker

Grafana is now using Alpine 3.10 as docker base image.

HTTP API

  • GET /api/alert-notifications now requires at least editor access. New /api/alert-notifications/lookup returns less information than /api/alert-notifications and can be access by any authenticated user.
  • GET /api/alert-notifiers now requires at least editor access
  • GET /api/org/users now requires org admin role. New /api/org/users/lookup returns less information than /api/org/users and can be access by users that are org admins, admin in any folder or admin of any team.
  • GET /api/annotations no longer returns regionId property.
  • POST /api/annotations no longer supports isRegion property.
  • PUT /api/annotations/:id no longer supports isRegion property.
  • PATCH /api/annotations/:id no longer supports isRegion property.
  • DELETE /api/annotations/region/:id has been removed.

Deprecation notes

PhantomJS

PhantomJS, which is used for rendering images of dashboards and panels, is deprecated and will be removed in a future Grafana release. A deprecation warning will from now on be logged when Grafana starts up if PhantomJS is in use.

Please consider migrating from PhantomJS to the Grafana Image Renderer plugin.

grafana - v6.3.5

Published by torkelo about 5 years ago

Download Page
What's New Highlights
Release Notes

Upgrades

Bug Fixes

  • Dashboard: Fixes dashboards init failed loading error for dashboards with panel links that had missing properties. #18786, @torkelo
  • Editor: Fixes issue where only entire lines were being copied. #18806, @kaydelaney
  • Explore: Fixes query field layout in splitted view for Safari browsers. #18654, @hugohaggmark
  • LDAP: multildap + ldap integration. #18588, @markelog
  • Profile/UserAdmin: Fix for user agent parser crashes grafana-server on 32-bit builds. #18788, @marcusolsson
  • Prometheus: Prevents panel editor crash when switching to Prometheus datasource. #18616, @hugohaggmark
  • Prometheus: Changes brace-insertion behavior to be less annoying. #18698, @kaydelaney
grafana - v6.3.4

Published by marefr about 5 years ago

Download Page
What's New Highlights
Release Notes

6.3.4 (2019-08-29)

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

Published by marefr about 5 years ago

Download Page
What's New Highlights
Release Notes

5.4.5 (2019-08-29)

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

Published by marefr about 5 years ago

Download Page
What's New Highlights
Release Notes

6.3.3 (2019-08-15)

Bug Fixes

  • Annotations: Fix failing annotation query when time series query is cancelled. #18532, @dprokop
  • Auth: Do not set SameSite cookie attribute if cookie_samesite is none. #18462, @papagian
  • DataLinks: Apply scoped variables to data links correctly. #18454, @dprokop
  • DataLinks: Respect timezone when displaying datapoint's timestamp in graph context menu. #18461, @dprokop
  • DataLinks: Use datapoint timestamp correctly when interpolating variables. #18459, @dprokop
  • Explore: Fix loading error for empty queries. #18488, @davkal
  • Graph: Fixes legend issue clicking on series line icon and issue with horizontal scrollbar being visible on windows. #18563, @torkelo
  • Graphite: Avoid glob of single-value array variables . #18420, @gotjosh
  • Prometheus: Fix queries with label_replace remove the $1 match when loading query editor. #18480, @hugohaggmark
  • Prometheus: More consistently allows for multi-line queries in editor. #18362, @kaydelaney
  • TimeSeries: Assume values are all numbers. #18540, @ryantxu
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