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.7.4 (2020-06-03)

Published by marefr over 4 years ago

6.7.4 (2020-06-03)

Download Page
What's New Highlights
Release Notes

Bug Fixes

  • Security: Urgent security patch release. Please read more in our blog
grafana - v7.0.1 (2020-05-26)

Published by hugohaggmark over 4 years ago

Download Page
What's New Highlights
Release Notes

7.0.1 (2020-05-26)

Features / Enhancements

Bug Fixes

7.0.0 (2020-05-18)

Breaking changes

  • Removed PhantomJS: PhantomJS was deprecated in Grafana v6.4 and starting from Grafana v7.0.0, all PhantomJS support has been removed. This means that Grafana no longer ships with a built-in image renderer, and we advise you to install the Grafana Image Renderer plugin.
  • Dashboard: A global minimum dashboard refresh interval is now enforced and defaults to 5 seconds.
  • Interval calculation: There is now a new option Max data points that controls the auto interval $__interval calculation. Interval was previously calculated by dividing the panel width by the time range. With the new max data points option it is now easy to set $__interval to a dynamic value that is time range agnostic. For example if you set Max data points to 10 Grafana will dynamically set $__interval by dividing the current time range by 10.
  • Datasource/Loki: Support for deprecated Loki endpoints has been removed.
  • Backend plugins: Grafana now requires backend plugins to be signed, otherwise Grafana will not load/start them. This is an additional security measure to make sure backend plugin binaries and files haven't been tampered with. Refer to Upgrade Grafana for more information.
  • Docker: Our Ubuntu based images have been upgraded to Ubuntu 20.04 LTS.
  • @grafana/ui: Forms migration notice, see @grafana/ui changelog
  • @grafana/ui: Select API change for creating custom values, see @grafana/ui changelog

Deprecation warnings

  • Scripted dashboards is now deprecated. The feature is not removed but will be in a future release. We hope to address the underlying requirement of dynamic dashboards in a different way. #24059
  • The unofficial first version of backend plugins together with usage of grafana/grafana-plugin-model is now deprecated and support for that will be removed in a future release. Please refer to backend plugins documentation for information about the new officially supported backend plugins.

Features / Enhancements

  • Azure Monitor: Deep linking from Log Analytic queries to the Azure Portal. #24417, @daniellee
  • Backend plugins: Log deprecation warning when using the unofficial first version of backend plugins. #24675, @marefr
  • CloudWatch/Logs: Add data links to CloudWatch logs for deep linking to AWS. #24334, @kaydelaney
  • CloudWatch: Unify look of query mode select between dashboard and explore. #24648, @aocenas
  • Docker: Adds tzdata package to Ubuntu image. #24422, @xlson
  • Editor: New line on Enter, run query on Shift+Enter. #24654, @davkal
  • Loki: Allow multiple derived fields with the same name. #24437, @aocenas
  • Orgs: Add future deprecation notice. #24502, @torkelo

Bug Fixes

  • @grafana/toolkit: Use process.cwd() instead of PWD to get directory. #24677, @zoltanbedi
  • Admin: Makes long settings values line break in settings page. #24559, @hugohaggmark
  • Azure Monitor: Fix failure when using table join in Log Analytics queries. #24528, @daniellee
  • CloudWatch/Logs: Add error message when log groups are not selected. #24361, @aocenas
  • CloudWatch/Logs: Allows a user to search for log groups that aren't there initially. #24695, @kaydelaney
  • CloudWatch/Logs: Correctly interpolate variables in logs queries. #24619, @kaydelaney
  • CloudWatch/Logs: Fix autocomplete after by keyword. #24644, @aocenas
  • CloudWatch/Logs: Fix field autocomplete suggestions inside function. #24406, @aocenas
  • CloudWatch/Logs: Fix fields not being refetched when log group changed. #24529, @aocenas
  • CloudWatch/Logs: Fix panic on multiple aggregations queries. #24683, @aocenas
  • CloudWatch/Logs: Fix query error when results were sparse. #24702, @aocenas
  • CloudWatch/Logs: Fix suggestion for already inserted field. #24581, @aocenas
  • CloudWatch/Logs: Fix suggestions of fields after comma. #24520, @aocenas
  • CloudWatch/Logs: Fixes various autocomplete issues. #24583, @kaydelaney
  • CloudWatch/Logs: Handle errors that are not awserr.Error instances. #24641, @aknuds1
  • CloudWatch/Logs: Handle invalidation of log groups when switching data source. #24703, @kaydelaney
  • CloudWatch/Logs: Make stats hint show consistently. #24392, @aocenas
  • CloudWatch/Logs: Prevents hidden data frame fields from displaying in tables. #24580, @kaydelaney
  • CloudWatch/Logs: Results of stats queries are now grouped. #24396, @kaydelaney
  • CloudWatch/Logs: Usability improvements. #24447, @kaydelaney
  • Dashboard: Allow editing provisioned dashboard JSON and add confirmation when JSON is copied to dashboard. #24680, @dprokop
  • Dashboard: Fix for strange "dashboard not found" errors when opening links in dashboard settings. #24416, @torkelo
  • Dashboard: Fix so default data source is selected when data source can't be found in panel editor. #24526, @mckn
  • Dashboard: Fixed issue changing a panel from transparent back to normal in panel editor. #24483, @torkelo
  • Dashboard: Make header names reflect the field name when exporting to CSV file from the the panel inspector. #24624, @peterholmberg
  • Dashboard: Make sure side pane is displayed with tabs by default in panel editor. #24636, @dprokop
  • Data source: Fix query/annotation help content formatting. #24687, @AgnesToulet
  • Data source: Fixes async mount errors. #24579, @Estrax
  • Data source: Fixes saving a data source without failure when URL doesn't specify a protocol. #24497, @aknuds1
  • Explore/Prometheus: Show results of instant queries only in table. #24508, @ivanahuckova
  • Explore: Fix rendering of react query editors. #24593, @ivanahuckova
  • Explore: Fixes loading more logs in logs context view. #24135, @Estrax
  • Graphite: Fix schema and dedupe strategy in rollup indicators for Metrictank queries. #24685, @torkelo
  • Graphite: Makes query annotations work again. #24556, @hugohaggmark
  • Logs: Clicking "Load more" from context overlay doesn't expand log row. #24299, @kaydelaney
  • Logs: Fix total bytes process calculation. #24691, @davkal
  • Org/user/team preferences: Fixes so UI Theme can be set back to Default. #24628, @AgnesToulet
  • Plugins: Fix manifest validation. #24573, @aknuds1
  • Provisioning: Use proxy as default access mode in provisioning. #24669, @bergquist
  • Search: Fix select item when pressing enter and Grafana is served using a sub path. #24634, @tskarhed
  • Search: Save folder expanded state. #24496, @Clarity-89
  • Security: Tag value sanitization fix in OpenTSDB data source. #24539, @rotemreiss
  • Table: Do not include angular options in options when switching from angular panel. #24684, @torkelo
  • Table: Fixed persisting column resize for time series fields. #24505, @torkelo
  • Table: Fixes Cannot read property subRows of null. #24578, @hugohaggmark
  • Time picker: Fixed so you can enter a relative range in the time picker without being converted to absolute range. #24534, @mckn
  • Transformations: Make transform dropdowns not cropped. #24615, @dprokop
  • Transformations: Sort order should be preserved as entered by user when using the reduce transformation. #24494, @hugohaggmark
  • Units: Adds scale symbol for currencies with suffixed symbol. #24678, @hugohaggmark
  • Variables: Fixes filtering options with more than 1000 entries. #24614, @hugohaggmark
  • Variables: Fixes so Textbox variables read value from url. #24623, @hugohaggmark
  • Zipkin: Fix error when span contains remoteEndpoint. #24524, @aocenas
  • SAML: Switch from email to login for user login attribute mapping (Enterprise)

7.0.0-beta3 (2020-05-08)

Features / Enhancements

Bug Fixes

  • CloudWatch: Fix error with expression only query. #24362, @aocenas
  • Elasticsearch: Fix building of raw document queries resulting in error Unknown BaseAggregationBuilder error. #24403, @ivanahuckova
  • Prometheus: Fix for prometheus legend formats for instant time series queries. #24407, @torkelo

7.0.0-beta2 (2020-05-07)

Features / Enhancements

Bug Fixes

  • CloudWatch logs: Fix default region interpolation and reset log groups on region change. #24346, @aocenas
  • Dashboard: Fix for folder picker menu not being visible outside modal when saving dashboard. #24296, @tskarhed
  • Dashboard: Go to explore now works even after discarding dashboard changes. #24149, @torkelo
  • Dashboard: Only show cache timeout option in panel edit if enabled in data source plugin json. #24095, @peterholmberg
  • Dashboard: Propagate unhandled errors when saving dashboard. #24081, @peterholmberg
  • Dashboard: Variable without a current value in json model causes crash on load. #24261, @torkelo
  • DashboardManager: Disable editing if there are no folder permissions. #24237, @tskarhed
  • DataLinks: Do not add empty links. #24088, @dprokop
  • Explore/Loki: Removes old query syntax support for regex filter. #24281, @Estrax
  • Explore: Fix showing of results of queries in table. #24018, @ivanahuckova
  • Field options: show field name when title option config is empty. #24335, @dprokop
  • Graph: Fixed graph tooltip getting stuck / not being cleared when leaving dashboard. #24162, @torkelo
  • Graph: Fixed issue with x-axis labels showing "MM/DD" after viewing dashboard with pie chart. #24341, @mckn
  • Jaeger: Fix how label is created in cascader. #24164, @aocenas
  • Loki: Fix label matcher for log metrics queries. #24238, @ivanahuckova
  • Panel inspect: hides Query tab for plugins without Query ability. #24216, @hugohaggmark
  • Prometheus: Refresh query field metrics on data source change. #24116, @s-h-a-d-o-w
  • Select: Fixes so component loses focus on selecting value or pressing outside of input. #24008, @mckn
  • Stat/Gauge/BarGauge: Shows default cursor when missing links. #24284, @hugohaggmark
  • Tracing: Fix view bounds after trace change. #23994, @aocenas
  • Variables: Migrates old tags format for consistency. #24276, @hugohaggmark
  • Reporting: Update report schedule as soon as a report is updated (Enterprise)
  • White-labeling: Makes login title and subtitle configurable (Enterprise)

7.0.0-beta1 (2020-04-28)

Features / Enhancements

  • @grafana/ui: Create Icon component and replace icons. #23402, @ivanahuckova
  • @grafana/ui: Create slider component. #22275, @ivanahuckova
  • @grafana/ui: Remove ColorPalette component. #23592, @ivanahuckova
  • AWS IAM: Support for AWS EKS ServiceAccount roles for CloudWatch and S3 image upload. #21594, @patstrom
  • Alerting: Adds support for basic auth in Alertmanager notifier. #23231, @melchiormoulin
  • Alerting: Enable Alert rule tags to override PagerDuty Severity setting. #22736, @AndrewBurian
  • Alerting: Handle image renderer unavailable when edit notifiers. #23711, @marefr
  • Alerting: Upload error image when image renderer unavailable. #23713, @marefr
  • Alerting: support alerting on data.Frame (that can be time series). #22812, @kylebrandt
  • Azure Monitor: Add alerting support - Port Azure log analytics to the backend. #23839, @daniellee
  • Backend plugins: Support alerting in external data source plugins. #6841
  • Build: Bundle plugins. #23787, @aknuds1
  • Build: Remove usage of Go vendoring. #23796, @kylebrandt
  • Build: Upgrade to Go 1.14. #23371, @aknuds1
  • CloudWatch: Added AWS Chatbot metrics and dimensions. #23516, @ilyastoli
  • CloudWatch: Added Cassandra namespace. #23299, @vikkyomkar
  • CloudWatch: Added missing Cassandra metrics. #23467, @ilyastoli
  • CloudWatch: Adds support for Cloudwatch Logs. #23566, @kaydelaney
  • CloudWatch: Prefer webIdentity over EC2 role. #23452, @dnascimento
  • CloudWatch: Prefer webIdentity over EC2 role also when assuming a role. #23807, @bruecktech
  • Components: IconButton. #23510, @torkelo
  • Dashboard: Add failsafe for slug generation. #23709, @sakjur
  • Dashboard: Enforce minimum dashboard refresh interval to 5 seconds per default. #23929, @marefr
  • Dashboard: Handle no renderer available in panel share dialog. #23856, @marefr
  • Dashboard: Support additional variable format options (singlequote, doublequote, sqlstring). #21622, @xiaobeiyang
  • Dashboard: Support data links via field overrides. #23590, @dprokop
  • Data source: Max data points now used in interval calculation for all data sources. #23915, @torkelo
  • Database: Order results in UserSearch by username/email. #23328, @aknuds1
  • Database: Update the xorm dependency to v0.8.1. #22376, @novalagung
  • Docker: Upgrade to Ubuntu 20.04 in Dockerfiles. #23852, @aknuds1
  • Docs: Adding API reference documentation support for the packages libraries. #21931, @mckn
  • Tracing: Add trace UI to show traces from tracing datasources and Jaeger datasource. #23047, @aocenas
  • Frontend: Adding support to select preferred timezone for presentation of date and time values. #23586, @mckn
  • Grafana Toolkit: Adds template for backend data source. #23864, @bergquist
  • Graphite: Rollup indicator and custom meta data inspector. #22738, @torkelo
  • HTTP API: Allow assigning a specific organization when creating a new user. #21775, @Sytten
  • Image Rendering: New setting to control render request concurrency. #23950, @marefr
  • Image Rendering: Remove PhantomJS support. #23460, @marefr
  • Logs: Derived fields link design. #23695, @aocenas
  • Metrics: Add image rendering metrics. #23827, @alexanderzobnin
  • Metrics: Instrument backend plugin requests. #23346, @bergquist
  • Migration: Add old Input to legacy namespace. #23286, @tskarhed
  • Migration: Admin org edit page. #23866, @tskarhed
  • Migration: Alerting - notifications list. #22548, @tskarhed
  • Migration: Change password. #23623, @tskarhed
  • Migration: Create org. #22542, @tskarhed
  • Migration: Data/Panel link editor. #23778, @tskarhed
  • Migration: Final components to LegacyForms. #23707, @tskarhed
  • Migration: Layout Selector. #23790, @tskarhed
  • Migration: Migrate admin/users. #22759, @mckn
  • Migration: Migrates ad hoc variable type to react/redux. #22784, @mckn
  • Migration: Move Switch from Forms namespace. #23386, @tskarhed
  • Migration: Move last components from Forms namespace. #23556, @tskarhed
  • Migration: Move old Switch to legacy namespace. #23357, @tskarhed
  • Migration: New datasource. #23221, @tskarhed
  • Migration: Org users page. #23372, @tskarhed
  • Migration: Orgs list. #23821, @tskarhed
  • Migration: Remove Button from Forms namespace. #23105, @tskarhed
  • Migration: Teams and alert list. #23810, @tskarhed
  • Migration: TextArea from Forms namespace. #23436, @tskarhed
  • Migration: User edit. #23110, @tskarhed
  • OAuth: Adds Okta provider. #22972, @alexanderzobnin
  • OAuth: Introduce new setting for configuring max age of OAuth state cookie. #23195, @rtrompier
  • Plugins: Add deprecation notice to setEditor method in PanelPlugin. #23895, @dprokop
  • Plugins: Adds support for URL params in plugin routes. #23503, @daniellee
  • Plugins: Fluent API for custom field config and panel options creation for PanelPlugin. #23070, @dprokop
  • Plugins: Hide plugins page from viewers, and limit /api/plugins to only core plugins when called by viewer role. #21901, @dprokop
  • Postgres: Add SSL support for datasource. #21341, @ryankurte
  • Prometheus: Render missing labels in legend formats as an empty string. #22355, @Hixon10
  • Provisioning: Allows specifying uid for datasource and use that in derived fields. #23585, @aocenas
  • Provisioning: Validate that dashboard providers have unique names. #22898, @youshy
  • Search: Replace search implementation. #23855, @sakjur
  • Search: migrate dashboard search to react. #23274, @Clarity-89
  • Server: Don't include trailing slash in cookie path when hosting Grafana in a sub path. #22265, @consideRatio
  • Stackdriver: Support for SLO queries. #22917, @sunker
  • Table: Add support for organizing fields/columns. #23135, @mckn
  • Table: Improvements to column resizing, style and alignment. #23663, @torkelo
  • Table: upgrades react-table to 7.0.0 and typings. #23247, @hugohaggmark
  • Table: Handle column overflow and horizontal scrolling in table panel. #4157
  • Tracing: Dark theme styling for TraceView. #23406, @aocenas
  • Tracing: Zipkin datasource. #23829, @aocenas
  • Transformations: Adds labels as fields transformer. #23703, @hugohaggmark
  • Transformations: Improve UI and add some love to filter by name. #23751, @dprokop
  • Transformations: calculate a new field based on the row values. #23675, @ryantxu
  • Units: add (IEC) and (Metric) to bits and bytes. #23175, @flopp999
  • Usagestats: Add usage stats about what type of data source is used in alerting. #23125, @bergquist
  • delete old dashboard versions in multiple batches. #23348, @DanCech
  • grafana/data: PanelTypeChangedHandler API update to use PanelModel instead of panel options object [BREAKING]. #22754, @dprokop
  • grafana/ui: Add basic horizontal and vertical layout components. #22303, @dprokop
  • Auth SAML Role and Team Sync (Enterprise)
  • Presence Indicators: Display the avatars of active users on dashboards (Enterprise)
  • Reporting: Makes it possible to disable the scheduler (Enterprise)
  • Dashboard: Dashboard usage view (Enterprise)
  • Reporting Makes it possible to trigger report emails without scheduler (Enterprise)
  • Search: Sorting based on dashboard views and errors (Enterprise)
  • Reporting: Improved landscape mode and panel image quality (Enterprise)
  • Reporting: Adds config setting for image_scale_factor of panel images (Enterprise)

Bug Fixes

  • @grafana/ui: Fix time range when only partial datetime is provided. #23122, @ivanahuckova
  • Alerting: Only include image in notifier when enabled. #23194, @marefr
  • Alerting: Basic auth should not be required in the Alertmanager notifier. #23691, @bergquist
  • Alerting: Translate notification IDs to UIDs when extracting alert rules. #19882, @aSapien
  • Azure Monitor: Fix for application insights Azure China plugin route. #23877, @daniellee
  • CloudWatch: Add ServerlessDatabaseCapacity to AWS/RDS metrics. #23635, @jackstevenson
  • Dashboard: Fix global variable "__org.id". #23362, @vikkyomkar
  • Dashboard: Handle min refresh interval when importing dashboard. #23959, @marefr
  • DataSourceProxy: Handle URL parsing error. #23731, @aknuds1
  • Frontend: Fix sorting of organization popup in alphabetical order. #22259, @vikkyomkar
  • Image Rendering: Make it work using serve_from_sub_path configured. #23706, @marefr
  • Image rendering: Fix missing icon on plugins list. #23958, @marefr
  • Logs: Fix error when non-string log level supplied. #23654, @ivanahuckova
  • Rich history: Fix create url and run query for various datasources. #23627, @ivanahuckova
  • Security: Fix XSS vulnerability in table panel. #23816, @torkelo
grafana - v7.0.0

Published by marefr over 4 years ago

Download Page
What's New Highlights
Release Notes

7.0.0 (2020-05-18)

Breaking changes

  • Removed PhantomJS: PhantomJS was deprecated in Grafana v6.4 and starting from Grafana v7.0.0, all PhantomJS support has been removed. This means that Grafana no longer ships with a built-in image renderer, and we advise you to install the Grafana Image Renderer plugin.
  • Dashboard: A global minimum dashboard refresh interval is now enforced and defaults to 5 seconds.
  • Interval calculation: There is now a new option Max data points that controls the auto interval $__interval calculation. Interval was previously calculated by dividing the panel width by the time range. With the new max data points option it is now easy to set $__interval to a dynamic value that is time range agnostic. For example if you set Max data points to 10 Grafana will dynamically set $__interval by dividing the current time range by 10.
  • Datasource/Loki: Support for deprecated Loki endpoints has been removed.
  • Backend plugins: Grafana now requires backend plugins to be signed, otherwise Grafana will not load/start them. This is an additional security measure to make sure backend plugin binaries and files haven't been tampered with. Refer to Upgrade Grafana for more information.
  • Docker: Our Ubuntu based images have been upgraded to Ubuntu 20.04 LTS.
  • @grafana/ui: Forms migration notice, see @grafana/ui changelog
  • @grafana/ui: Select API change for creating custom values, see @grafana/ui changelog

Deprecation warnings

  • Scripted dashboards is now deprecated. The feature is not removed but will be in a future release. We hope to address the underlying requirement of dynamic dashboards in a different way. #24059
  • The unofficial first version of backend plugins together with usage of grafana/grafana-plugin-model is now deprecated and support for that will be removed in a future release. Please refer to backend plugins documentation for information about the new officially supported backend plugins.

Features / Enhancements

  • Azure Monitor: Deep linking from Log Analytic queries to the Azure Portal. #24417, @daniellee
  • Backend plugins: Log deprecation warning when using the unofficial first version of backend plugins. #24675, @marefr
  • CloudWatch/Logs: Add data links to CloudWatch logs for deep linking to AWS. #24334, @kaydelaney
  • CloudWatch: Unify look of query mode select between dashboard and explore. #24648, @aocenas
  • Docker: Adds tzdata package to Ubuntu image. #24422, @xlson
  • Editor: New line on Enter, run query on Shift+Enter. #24654, @davkal
  • Loki: Allow multiple derived fields with the same name. #24437, @aocenas
  • Orgs: Add future deprecation notice. #24502, @torkelo

Bug Fixes

  • @grafana/toolkit: Use process.cwd() instead of PWD to get directory. #24677, @zoltanbedi
  • Admin: Makes long settings values line break in settings page. #24559, @hugohaggmark
  • Azure Monitor: Fix failure when using table join in Log Analytics queries. #24528, @daniellee
  • CloudWatch/Logs: Add error message when log groups are not selected. #24361, @aocenas
  • CloudWatch/Logs: Allows a user to search for log groups that aren't there initially. #24695, @kaydelaney
  • CloudWatch/Logs: Correctly interpolate variables in logs queries. #24619, @kaydelaney
  • CloudWatch/Logs: Fix autocomplete after by keyword. #24644, @aocenas
  • CloudWatch/Logs: Fix field autocomplete suggestions inside function. #24406, @aocenas
  • CloudWatch/Logs: Fix fields not being refetched when log group changed. #24529, @aocenas
  • CloudWatch/Logs: Fix panic on multiple aggregations queries. #24683, @aocenas
  • CloudWatch/Logs: Fix query error when results were sparse. #24702, @aocenas
  • CloudWatch/Logs: Fix suggestion for already inserted field. #24581, @aocenas
  • CloudWatch/Logs: Fix suggestions of fields after comma. #24520, @aocenas
  • CloudWatch/Logs: Fixes various autocomplete issues. #24583, @kaydelaney
  • CloudWatch/Logs: Handle errors that are not awserr.Error instances. #24641, @aknuds1
  • CloudWatch/Logs: Handle invalidation of log groups when switching data source. #24703, @kaydelaney
  • CloudWatch/Logs: Make stats hint show consistently. #24392, @aocenas
  • CloudWatch/Logs: Prevents hidden data frame fields from displaying in tables. #24580, @kaydelaney
  • CloudWatch/Logs: Results of stats queries are now grouped. #24396, @kaydelaney
  • CloudWatch/Logs: Usability improvements. #24447, @kaydelaney
  • Dashboard: Allow editing provisioned dashboard JSON and add confirmation when JSON is copied to dashboard. #24680, @dprokop
  • Dashboard: Fix for strange "dashboard not found" errors when opening links in dashboard settings. #24416, @torkelo
  • Dashboard: Fix so default data source is selected when data source can't be found in panel editor. #24526, @mckn
  • Dashboard: Fixed issue changing a panel from transparent back to normal in panel editor. #24483, @torkelo
  • Dashboard: Make header names reflect the field name when exporting to CSV file from the the panel inspector. #24624, @peterholmberg
  • Dashboard: Make sure side pane is displayed with tabs by default in panel editor. #24636, @dprokop
  • Data source: Fix query/annotation help content formatting. #24687, @AgnesToulet
  • Data source: Fixes async mount errors. #24579, @Estrax
  • Data source: Fixes saving a data source without failure when URL doesn't specify a protocol. #24497, @aknuds1
  • Explore/Prometheus: Show results of instant queries only in table. #24508, @ivanahuckova
  • Explore: Fix rendering of react query editors. #24593, @ivanahuckova
  • Explore: Fixes loading more logs in logs context view. #24135, @Estrax
  • Graphite: Fix schema and dedupe strategy in rollup indicators for Metrictank queries. #24685, @torkelo
  • Graphite: Makes query annotations work again. #24556, @hugohaggmark
  • Logs: Clicking "Load more" from context overlay doesn't expand log row. #24299, @kaydelaney
  • Logs: Fix total bytes process calculation. #24691, @davkal
  • Org/user/team preferences: Fixes so UI Theme can be set back to Default. #24628, @AgnesToulet
  • Plugins: Fix manifest validation. #24573, @aknuds1
  • Provisioning: Use proxy as default access mode in provisioning. #24669, @bergquist
  • Search: Fix select item when pressing enter and Grafana is served using a sub path. #24634, @tskarhed
  • Search: Save folder expanded state. #24496, @Clarity-89
  • Security: Tag value sanitization fix in OpenTSDB data source. #24539, @rotemreiss
  • Table: Do not include angular options in options when switching from angular panel. #24684, @torkelo
  • Table: Fixed persisting column resize for time series fields. #24505, @torkelo
  • Table: Fixes Cannot read property subRows of null. #24578, @hugohaggmark
  • Time picker: Fixed so you can enter a relative range in the time picker without being converted to absolute range. #24534, @mckn
  • Transformations: Make transform dropdowns not cropped. #24615, @dprokop
  • Transformations: Sort order should be preserved as entered by user when using the reduce transformation. #24494, @hugohaggmark
  • Units: Adds scale symbol for currencies with suffixed symbol. #24678, @hugohaggmark
  • Variables: Fixes filtering options with more than 1000 entries. #24614, @hugohaggmark
  • Variables: Fixes so Textbox variables read value from url. #24623, @hugohaggmark
  • Zipkin: Fix error when span contains remoteEndpoint. #24524, @aocenas
  • SAML: Switch from email to login for user login attribute mapping (Enterprise)

7.0.0-beta3 (2020-05-08)

Features / Enhancements

Bug Fixes

  • CloudWatch: Fix error with expression only query. #24362, @aocenas
  • Elasticsearch: Fix building of raw document queries resulting in error Unknown BaseAggregationBuilder error. #24403, @ivanahuckova
  • Prometheus: Fix for prometheus legend formats for instant time series queries. #24407, @torkelo

7.0.0-beta2 (2020-05-07)

Features / Enhancements

Bug Fixes

  • CloudWatch logs: Fix default region interpolation and reset log groups on region change. #24346, @aocenas
  • Dashboard: Fix for folder picker menu not being visible outside modal when saving dashboard. #24296, @tskarhed
  • Dashboard: Go to explore now works even after discarding dashboard changes. #24149, @torkelo
  • Dashboard: Only show cache timeout option in panel edit if enabled in data source plugin json. #24095, @peterholmberg
  • Dashboard: Propagate unhandled errors when saving dashboard. #24081, @peterholmberg
  • Dashboard: Variable without a current value in json model causes crash on load. #24261, @torkelo
  • DashboardManager: Disable editing if there are no folder permissions. #24237, @tskarhed
  • DataLinks: Do not add empty links. #24088, @dprokop
  • Explore/Loki: Removes old query syntax support for regex filter. #24281, @Estrax
  • Explore: Fix showing of results of queries in table. #24018, @ivanahuckova
  • Field options: show field name when title option config is empty. #24335, @dprokop
  • Graph: Fixed graph tooltip getting stuck / not being cleared when leaving dashboard. #24162, @torkelo
  • Graph: Fixed issue with x-axis labels showing "MM/DD" after viewing dashboard with pie chart. #24341, @mckn
  • Jaeger: Fix how label is created in cascader. #24164, @aocenas
  • Loki: Fix label matcher for log metrics queries. #24238, @ivanahuckova
  • Panel inspect: hides Query tab for plugins without Query ability. #24216, @hugohaggmark
  • Prometheus: Refresh query field metrics on data source change. #24116, @s-h-a-d-o-w
  • Select: Fixes so component loses focus on selecting value or pressing outside of input. #24008, @mckn
  • Stat/Gauge/BarGauge: Shows default cursor when missing links. #24284, @hugohaggmark
  • Tracing: Fix view bounds after trace change. #23994, @aocenas
  • Variables: Migrates old tags format for consistency. #24276, @hugohaggmark
  • Reporting: Update report schedule as soon as a report is updated (Enterprise)
  • White-labeling: Makes login title and subtitle configurable (Enterprise)

7.0.0-beta1 (2020-04-28)

Features / Enhancements

  • @grafana/ui: Create Icon component and replace icons. #23402, @ivanahuckova
  • @grafana/ui: Create slider component. #22275, @ivanahuckova
  • @grafana/ui: Remove ColorPalette component. #23592, @ivanahuckova
  • AWS IAM: Support for AWS EKS ServiceAccount roles for CloudWatch and S3 image upload. #21594, @patstrom
  • Alerting: Adds support for basic auth in Alertmanager notifier. #23231, @melchiormoulin
  • Alerting: Enable Alert rule tags to override PagerDuty Severity setting. #22736, @AndrewBurian
  • Alerting: Handle image renderer unavailable when edit notifiers. #23711, @marefr
  • Alerting: Upload error image when image renderer unavailable. #23713, @marefr
  • Alerting: support alerting on data.Frame (that can be time series). #22812, @kylebrandt
  • Azure Monitor: Add alerting support - Port Azure log analytics to the backend. #23839, @daniellee
  • Backend plugins: Support alerting in external data source plugins. #6841
  • Build: Bundle plugins. #23787, @aknuds1
  • Build: Remove usage of Go vendoring. #23796, @kylebrandt
  • Build: Upgrade to Go 1.14. #23371, @aknuds1
  • CloudWatch: Added AWS Chatbot metrics and dimensions. #23516, @ilyastoli
  • CloudWatch: Added Cassandra namespace. #23299, @vikkyomkar
  • CloudWatch: Added missing Cassandra metrics. #23467, @ilyastoli
  • CloudWatch: Adds support for Cloudwatch Logs. #23566, @kaydelaney
  • CloudWatch: Prefer webIdentity over EC2 role. #23452, @dnascimento
  • CloudWatch: Prefer webIdentity over EC2 role also when assuming a role. #23807, @bruecktech
  • Components: IconButton. #23510, @torkelo
  • Dashboard: Add failsafe for slug generation. #23709, @sakjur
  • Dashboard: Enforce minimum dashboard refresh interval to 5 seconds per default. #23929, @marefr
  • Dashboard: Handle no renderer available in panel share dialog. #23856, @marefr
  • Dashboard: Support additional variable format options (singlequote, doublequote, sqlstring). #21622, @xiaobeiyang
  • Dashboard: Support data links via field overrides. #23590, @dprokop
  • Data source: Max data points now used in interval calculation for all data sources. #23915, @torkelo
  • Database: Order results in UserSearch by username/email. #23328, @aknuds1
  • Database: Update the xorm dependency to v0.8.1. #22376, @novalagung
  • Docker: Upgrade to Ubuntu 20.04 in Dockerfiles. #23852, @aknuds1
  • Docs: Adding API reference documentation support for the packages libraries. #21931, @mckn
  • Tracing: Add trace UI to show traces from tracing datasources and Jaeger datasource. #23047, @aocenas
  • Frontend: Adding support to select preferred timezone for presentation of date and time values. #23586, @mckn
  • Grafana Toolkit: Adds template for backend data source. #23864, @bergquist
  • Graphite: Rollup indicator and custom meta data inspector. #22738, @torkelo
  • HTTP API: Allow assigning a specific organization when creating a new user. #21775, @Sytten
  • Image Rendering: New setting to control render request concurrency. #23950, @marefr
  • Image Rendering: Remove PhantomJS support. #23460, @marefr
  • Logs: Derived fields link design. #23695, @aocenas
  • Metrics: Add image rendering metrics. #23827, @alexanderzobnin
  • Metrics: Instrument backend plugin requests. #23346, @bergquist
  • Migration: Add old Input to legacy namespace. #23286, @tskarhed
  • Migration: Admin org edit page. #23866, @tskarhed
  • Migration: Alerting - notifications list. #22548, @tskarhed
  • Migration: Change password. #23623, @tskarhed
  • Migration: Create org. #22542, @tskarhed
  • Migration: Data/Panel link editor. #23778, @tskarhed
  • Migration: Final components to LegacyForms. #23707, @tskarhed
  • Migration: Layout Selector. #23790, @tskarhed
  • Migration: Migrate admin/users. #22759, @mckn
  • Migration: Migrates ad hoc variable type to react/redux. #22784, @mckn
  • Migration: Move Switch from Forms namespace. #23386, @tskarhed
  • Migration: Move last components from Forms namespace. #23556, @tskarhed
  • Migration: Move old Switch to legacy namespace. #23357, @tskarhed
  • Migration: New datasource. #23221, @tskarhed
  • Migration: Org users page. #23372, @tskarhed
  • Migration: Orgs list. #23821, @tskarhed
  • Migration: Remove Button from Forms namespace. #23105, @tskarhed
  • Migration: Teams and alert list. #23810, @tskarhed
  • Migration: TextArea from Forms namespace. #23436, @tskarhed
  • Migration: User edit. #23110, @tskarhed
  • OAuth: Adds Okta provider. #22972, @alexanderzobnin
  • OAuth: Introduce new setting for configuring max age of OAuth state cookie. #23195, @rtrompier
  • Plugins: Add deprecation notice to setEditor method in PanelPlugin. #23895, @dprokop
  • Plugins: Adds support for URL params in plugin routes. #23503, @daniellee
  • Plugins: Fluent API for custom field config and panel options creation for PanelPlugin. #23070, @dprokop
  • Plugins: Hide plugins page from viewers, and limit /api/plugins to only core plugins when called by viewer role. #21901, @dprokop
  • Postgres: Add SSL support for datasource. #21341, @ryankurte
  • Prometheus: Render missing labels in legend formats as an empty string. #22355, @Hixon10
  • Provisioning: Allows specifying uid for datasource and use that in derived fields. #23585, @aocenas
  • Provisioning: Validate that dashboard providers have unique names. #22898, @youshy
  • Search: Replace search implementation. #23855, @sakjur
  • Search: migrate dashboard search to react. #23274, @Clarity-89
  • Server: Don't include trailing slash in cookie path when hosting Grafana in a sub path. #22265, @consideRatio
  • Stackdriver: Support for SLO queries. #22917, @sunker
  • Table: Add support for organizing fields/columns. #23135, @mckn
  • Table: Improvements to column resizing, style and alignment. #23663, @torkelo
  • Table: upgrades react-table to 7.0.0 and typings. #23247, @hugohaggmark
  • Table: Handle column overflow and horizontal scrolling in table panel. #4157
  • Tracing: Dark theme styling for TraceView. #23406, @aocenas
  • Tracing: Zipkin datasource. #23829, @aocenas
  • Transformations: Adds labels as fields transformer. #23703, @hugohaggmark
  • Transformations: Improve UI and add some love to filter by name. #23751, @dprokop
  • Transformations: calculate a new field based on the row values. #23675, @ryantxu
  • Units: add (IEC) and (Metric) to bits and bytes. #23175, @flopp999
  • Usagestats: Add usage stats about what type of data source is used in alerting. #23125, @bergquist
  • delete old dashboard versions in multiple batches. #23348, @DanCech
  • grafana/data: PanelTypeChangedHandler API update to use PanelModel instead of panel options object [BREAKING]. #22754, @dprokop
  • grafana/ui: Add basic horizontal and vertical layout components. #22303, @dprokop
  • Auth SAML Role and Team Sync (Enterprise)
  • Presence Indicators: Display the avatars of active users on dashboards (Enterprise)
  • Reporting: Makes it possible to disable the scheduler (Enterprise)
  • Dashboard: Dashboard usage view (Enterprise)
  • Reporting Makes it possible to trigger report emails without scheduler (Enterprise)
  • Search: Sorting based on dashboard views and errors (Enterprise)
  • Reporting: Improved landscape mode and panel image quality (Enterprise)
  • Reporting: Adds config setting for image_scale_factor of panel images (Enterprise)

Bug Fixes

  • @grafana/ui: Fix time range when only partial datetime is provided. #23122, @ivanahuckova
  • Alerting: Only include image in notifier when enabled. #23194, @marefr
  • Alerting: Basic auth should not be required in the Alertmanager notifier. #23691, @bergquist
  • Alerting: Translate notification IDs to UIDs when extracting alert rules. #19882, @aSapien
  • Azure Monitor: Fix for application insights Azure China plugin route. #23877, @daniellee
  • CloudWatch: Add ServerlessDatabaseCapacity to AWS/RDS metrics. #23635, @jackstevenson
  • Dashboard: Fix global variable "__org.id". #23362, @vikkyomkar
  • Dashboard: Handle min refresh interval when importing dashboard. #23959, @marefr
  • DataSourceProxy: Handle URL parsing error. #23731, @aknuds1
  • Frontend: Fix sorting of organization popup in alphabetical order. #22259, @vikkyomkar
  • Image Rendering: Make it work using serve_from_sub_path configured. #23706, @marefr
  • Image rendering: Fix missing icon on plugins list. #23958, @marefr
  • Logs: Fix error when non-string log level supplied. #23654, @ivanahuckova
  • Rich history: Fix create url and run query for various datasources. #23627, @ivanahuckova
  • Security: Fix XSS vulnerability in table panel. #23816, @torkelo
grafana - v7.0.0-beta3 (2020-05-08)

Published by aknuds1 over 4 years ago

Download Page
What's New Highlights
Release Notes

Breaking changes

  • Removed PhantomJS: PhantomJS was deprecated in Grafana v6.4 and starting from Grafana v7.0.0, all PhantomJS support has been removed. This means that Grafana no longer ships with a built-in image renderer, and we advise you to install the Grafana Image Renderer plugin.
  • Docker: Our Ubuntu based images have been upgraded to Ubuntu 20.04 LTS.
  • Dashboard: A global minimum dashboard refresh interval is now enforced and defaults to 5 seconds.
  • @grafana/ui: Forms migration notice, see @grafana/ui changelog
  • Interval calculation: There is now a new option Max data points that controls the auto interval $__interval calculation. Interval was previously calculated by dividing the panel width by the time range. With the new max data points option it is now easy to set $__interval to a dynamic value that is time range agnostic. For example if you set Max data points to 10 Grafana will dynamically set $__interval by dividing the current time range by 10.
  • Datasource/Loki: Support for deprecated Loki endpoints has been removed.

Deprecation warnings

  • Scripted dashboards is now deprecated. The feature is not removed but will be in a future release. We hope to address the underlying requirement of dynamic dashboards in a different way. #24059

Features / Enhancements

Bug Fixes

  • CloudWatch: Fix error with expression only query. #24362, @aocenas
  • Elasticsearch: Fix building of raw document queries resulting in error Unknown BaseAggregationBuilder error. #24403, @ivanahuckova
  • Prometheus: Fix for prometheus legend formats for instant time series queries. #24407, @torkelo
grafana - v7.0.0-beta2 (2020-05-07)

Published by aknuds1 over 4 years ago

Download Page
What's New Highlights
Release Notes

Deprecation warnings

  • Scripted dashboards are now deprecated. The feature is not removed but will be in a future release. We hope to address the underlying requirement of dynamic dashboards in a different way. #24059

Features / Enhancements

Bug Fixes

  • CloudWatch logs: Fix default region interpolation and reset log groups on region change. #24346, @aocenas
  • Dashboard: Fix for folder picker menu not being visible outside modal when saving dashboard. #24296, @tskarhed
  • Dashboard: Go to explore now works even after discarding dashboard changes. #24149, @torkelo
  • Dashboard: Only show cache timeout option in panel edit if enabled in data source plugin json. #24095, @peterholmberg
  • Dashboard: Propagate unhandled errors when saving dashboard. #24081, @peterholmberg
  • Dashboard: Variable without a current value in json model causes crash on load. #24261, @torkelo
  • DashboardManager: Disable editing if there are no folder permissions. #24237, @tskarhed
  • DataLinks: Do not add empty links. #24088, @dprokop
  • Explore/Loki: Removes old query syntax support for regex filter. #24281, @Estrax
  • Explore: Fix showing of results of queries in table. #24018, @ivanahuckova
  • Field options: show field name when title option config is empty. #24335, @dprokop
  • Graph: Fixed graph tooltip getting stuck / not being cleared when leaving dashboard. #24162, @torkelo
  • Graph: Fixed issue with x-axis labels showing "MM/DD" after viewing dashboard with pie chart. #24341, @mckn
  • Jaeger: Fix how label is created in cascader. #24164, @aocenas
  • Loki: Fix label matcher for log metrics queries. #24238, @ivanahuckova
  • Panel inspect: hides Query tab for plugins without Query ability. #24216, @hugohaggmark
  • Prometheus: Refresh query field metrics on data source change. #24116, @s-h-a-d-o-w
  • Select: Fixes so component loses focus on selecting value or pressing outside of input. #24008, @mckn
  • Stat/Gauge/BarGauge: Shows default cursor when missing links. #24284, @hugohaggmark
  • Tracing: Fix view bounds after trace change. #23994, @aocenas
  • Variables: Migrates old tags format for consistency. #24276, @hugohaggmark
  • Reporting: Update report schedule as soon as a report is updated (Enterprise)
grafana - v7.0.0-beta1 (2020-04-28)

Published by aknuds1 over 4 years ago

Download Page
What's New Highlights
Release Notes

Breaking changes

  • Removed PhantomJS: PhantomJS was deprecated in Grafana v6.4 and starting from Grafana v7.0.0, all PhantomJS support has been removed. This means that Grafana no longer ships with a built-in image renderer, and we advise you to install the Grafana Image Renderer plugin.
  • Docker: Our Ubuntu based images have been upgraded to Ubuntu 20.04 LTS.
  • Dashboard: A global minimum dashboard refresh interval is now enforced and defaults to 5 seconds.
  • @grafana/ui: Forms migration notice, see @grafana/ui changelog
  • Interval calculation: There is now a new option Max data points that controls the auto interval $__interval calculation. Interval was previously calculated by dividing the panel width by the time range. With the new max data points option it is now easy to set $__interval to a dynamic value that is time range agnostic. For example if you set Max data points to 10 Grafana will dyanmically set $__interval by dividing the current time range by 10.
  • Datasource/Loki: Support for deprecated Loki endpoints has been removed.

Features / Enhancements

  • @grafana/ui: Create Icon component and replace icons. #23402, @ivanahuckova
  • @grafana/ui: Create slider component. #22275, @ivanahuckova
  • @grafana/ui: Remove ColorPallete component. #23592, @ivanahuckova
  • AWS IAM: Support for AWS EKS ServiceAccount roles for CloudWatch and S3 image upload. #21594, @patstrom
  • Alerting: Adds support for basic auth in Alertmanager notifier. #23231, @melchiormoulin
  • Alerting: Enable Alert rule tags to override PagerDuty Severity setting. #22736, @AndrewBurian
  • Alerting: Handle image renderer unavailable when edit notifiers. #23711, @marefr
  • Alerting: Upload error image when image renderer unavailable. #23713, @marefr
  • Alerting: support alerting on data.Frame (that can be time series). #22812, @kylebrandt
  • Azure Monitor: Add alerting support - Port Azure log analytics to the backend. #23839, @daniellee
  • Backend plugins: Support alerting in external data source plugins. #6841
  • Build: Bundle plugins. #23787, @aknuds1
  • Build: Remove usage of Go vendoring. #23796, @kylebrandt
  • Build: Upgrade to Go 1.14. #23371, @aknuds1
  • CloudWatch: Added AWS Chatbot metrics and dimensions. #23516, @ilyastoli
  • CloudWatch: Added Cassandra namespace. #23299, @vikkyomkar
  • CloudWatch: Added missing Cassandra metrics. #23467, @ilyastoli
  • CloudWatch: Adds support for Cloudwatch Logs. #23566, @kaydelaney
  • CloudWatch: Prefer webIdentity over EC2 role. #23452, @dnascimento
  • CloudWatch: Prefer webIdentity over EC2 role also when assuming a role. #23807, @bruecktech
  • Components: IconButton. #23510, @torkelo
  • Dashboard: Add failsafe for slug generation. #23709, @sakjur
  • Dashboard: Enforce minimum dashboard refresh interval to 5 seconds per default. #23929, @marefr
  • Dashboard: Handle no renderer available in panel share dialog. #23856, @marefr
  • Dashboard: Support additional variable format options (singlequote, doublequote, sqlstring). #21622, @xiaobeiyang
  • Dashboard: Support data links via field overrides. #23590, @dprokop
  • Data source: Max data points now used in interval calculation for all data sources. #23915, @torkelo
  • Database: Order results in UserSearch by username/email. #23328, @aknuds1
  • Database: Update the xorm dependency to v0.8.1. #22376, @novalagung
  • Docker: Upgrade to Ubuntu 20.04 in Dockerfiles. #23852, @aknuds1
  • Docs: Adding API reference documentation support for the packages libraries. #21931, @mckn
  • Tracing: Add trace UI to show traces from tracing datasources and Jaeger datasource. #23047, @aocenas
  • Frontend: Adding support to select preferred timezone for presentation of date and time values. #23586, @mckn
  • Grafana Toolkit: Adds template for backend data source. #23864, @bergquist
  • Graphite: Rollup indicator and custom meta data inspector. #22738, @torkelo
  • HTTP API: Allow assigning a specific organization when creating a new user. #21775, @Sytten
  • Image Rendering: New setting to control render request concurrency. #23950, @marefr
  • Image Rendering: Remove PhantomJS support. #23460, @marefr
  • Logs: Derived fields link design. #23695, @aocenas
  • Metrics: Add image rendering metrics. #23827, @alexanderzobnin
  • Metrics: Instrument backend plugin requests. #23346, @bergquist
  • Migration: Add old Input to legacy namespace. #23286, @tskarhed
  • Migration: Admin org edit page. #23866, @tskarhed
  • Migration: Alerting - notifications list. #22548, @tskarhed
  • Migration: Change password. #23623, @tskarhed
  • Migration: Create org. #22542, @tskarhed
  • Migration: Data/Panel link editor. #23778, @tskarhed
  • Migration: Final components to LegacyForms. #23707, @tskarhed
  • Migration: Layout Selector. #23790, @tskarhed
  • Migration: Migrate admin/users. #22759, @mckn
  • Migration: Migrates ad hoc variable type to react/redux. #22784, @mckn
  • Migration: Move Switch from Forms namespace. #23386, @tskarhed
  • Migration: Move last components from Forms namespace. #23556, @tskarhed
  • Migration: Move old Switch to legacy namespace. #23357, @tskarhed
  • Migration: New datasource. #23221, @tskarhed
  • Migration: Org users page. #23372, @tskarhed
  • Migration: Orgs list. #23821, @tskarhed
  • Migration: Remove Button from Forms namespace. #23105, @tskarhed
  • Migration: Teams and alert list. #23810, @tskarhed
  • Migration: TextArea from Forms namespace. #23436, @tskarhed
  • Migration: User edit. #23110, @tskarhed
  • OAuth: Adds Okta provider. #22972, @alexanderzobnin
  • OAuth: Introduce new setting for configuring max age of OAuth state cookie. #23195, @rtrompier
  • Plugins: Add deprecation notice to setEditor method in PanelPlugin. #23895, @dprokop
  • Plugins: Adds support for URL params in plugin routes. #23503, @daniellee
  • Plugins: Fluent API for custom field config and panel options creation for PanelPlugin. #23070, @dprokop
  • Plugins: Hide plugins page from viewers, and limit /api/plugins to only core plugins when called by viewer role. #21901, @dprokop
  • Postgres: Add SSL support for datasource. #21341, @ryankurte
  • Prometheus: Render missing labels in legend formats as an empty string. #22355, @Hixon10
  • Provisioning: Allows specifying uid for datasource and use that in derived fields. #23585, @aocenas
  • Provisioning: Validate that dashboard providers have unique names. #22898, @youshy
  • Search: Replace search implementation. #23855, @sakjur
  • Search: migrate dashboard search to react. #23274, @Clarity-89
  • Server: Don't include trailing slash in cookie path when hosting Grafana in a sub path. #22265, @consideRatio
  • Stackdriver: Support for SLO queries. #22917, @sunker
  • Table: Add support for organizing fields/columns. #23135, @mckn
  • Table: Improvements to column resizing, style and alignment. #23663, @torkelo
  • Table: upgrades react-table to 7.0.0 and typings. #23247, @hugohaggmark
  • Table: Handle column overflow and horizontal scrolling in table panel. #4157
  • Tracing: Dark theme styling for TraceView. #23406, @aocenas
  • Tracing: Zipkin datasource. #23829, @aocenas
  • Transformations: Adds labels as fields transformer. #23703, @hugohaggmark
  • Transformations: Improve UI and add some love to filter by name. #23751, @dprokop
  • Transformations: calculate a new field based on the row values. #23675, @ryantxu
  • Units: add (IEC) and (Metric) to bits and bytes. #23175, @flopp999
  • Usagestats: Add usage stats about what type of data source is used in alerting. #23125, @bergquist
  • delete old dashboard versions in multiple batches. #23348, @DanCech
  • grafana/data: PanelTypeChangedHandler API update to use PanelModel instead of panel options object [BREAKING]. #22754, @dprokop
  • grafana/ui: Add basic horizontal and vertical layout components. #22303, @dprokop
  • Auth SAML Role and Team Sync (Enterprise)
  • Presence Indicators: Display the avatars of active users on dashboards (Enterprise)
  • Reporting: makes it possible to disable the scheduler (Enterprise)
  • Dashboard: Dashboard usage view (Enterprise)
  • Reporting makes it possible to trigger report emails without scheduler (Enterprise)
  • Search: sorting based on dashboard views and errors (Enterprise)
  • Reporting: improved landscape mode and panel image quality (Enterprise)
  • Reporting: adds config setting for image_scale_factor of panel images (Enterprise)

Bug Fixes

  • @grafana/ui: Fix time range when only partial datetime is provided. #23122, @ivanahuckova
  • Alerting: Only include image in notifier when enabled. #23194, @marefr
  • Alerting: Basic auth should not be required in the Alertmanager notifier. #23691, @bergquist
  • Alerting: Translate notification IDs to UIDs when extracting alert rules. #19882, @aSapien
  • Azure Monitor: Fix for application insights Azure China plugin route. #23877, @daniellee
  • CloudWatch: Add ServerlessDatabaseCapacity to AWS/RDS metrics. #23635, @jackstevenson
  • Dashboard: Fix global variable "__org.id". #23362, @vikkyomkar
  • Dashboard: Handle min refresh interval when importing dashboard. #23959, @marefr
  • DataSourceProxy: Handle URL parsing error. #23731, @aknuds1
  • Frontend: Fix sorting of organization popup in alphabetical order. #22259, @vikkyomkar
  • Image Rendering: Make it work using serve_from_sub_path configured. #23706, @marefr
  • Image rendering: Fix missing icon on plugins list. #23958, @marefr
  • Logs: Fix error when non-string log level supplied. #23654, @ivanahuckova
  • Rich history: Fix create url and run query for various datasources. #23627, @ivanahuckova
  • Security: Fix XSS vulnerability in table panel. #23816, @torkelo
grafana - v6.7.3 (2020-04-23)

Published by aknuds1 over 4 years ago

6.7.3 (2020-04-23)

Download Page
What's New Highlights
Release Notes

Bug Fixes

  • Admin: Fix Synced via LDAP message for non-LDAP external users. #23477, @alexanderzobnin
  • Alerting: Fixes notifications for alerts with empty message in Google Hangouts notifier. #23559, @hugohaggmark
  • AuthProxy: Fixes bug where long username could not be cached.. #22926, @jcmcken
  • Dashboard: Fix saving dashboard when editing raw dashboard JSON model. #23314, @peterholmberg
  • Dashboard: Try to parse 8 and 15 digit numbers as timestamps if parsing of time range as date fails. #21694, @jessetan
  • DashboardListPanel: Fixed problem with empty panel after going into edit mode (General folder filter being automatically added) . #23426, @torkelo
  • Data source: Handle datasource withCredentials option properly. #23380, @hvtuananh
  • Security: Fix annotation popup XSS vulnerability. #23813, @torkelo
  • Server: Exit Grafana with status code 0 if no error. #23312, @aknuds1
  • TablePanel: Fix XSS issue in header column rename (backport). #23814, @torkelo
  • Variables: Fixes error when setting adhoc variable values. #23580, @hugohaggmark
grafana - v6.7.2

Published by torkelo over 4 years ago

6.7.2 (2020-04-01)

Download Page
What's New Highlights
Release Notes

Bug Fixes

  • BackendSrv: Adds config to response to fix issue for external plugins that used this property . #23032, @torkelo
  • Dashboard: Fixed issue with saving new dashboard after changing title . #23104, @dprokop
  • DataLinks: make sure we use the correct datapoint when dataset contains null value.. #22981, @mckn
  • Plugins: Fixed issue for plugins that imported dateMath util . #23069, @mckn
  • Security: Fix for dashboard snapshot original dashboard link could contain XSS vulnerability in url. #23254, @torkelo
  • Variables: Fixes issue with too many queries being issued for nested template variables after value change. #23220, @torkelo
  • Plugins: Expose promiseToDigest. #23249, @torkelo
  • Reporting (Enterprise): Fixes issue updating a report created by someone else
grafana - v6.7.1

Published by xlson over 4 years ago

6.7.1 (2020-03-20)

Download Page
What's New Highlights
Release Notes

Bug Fixes

  • Azure: Fixed dropdowns not showing current value. #22914, @torkelo
  • BackendSrv: only add content-type on POST, PUT requests. #22910, @hugohaggmark
  • Panels: Fixed size issue with panel internal size when exiting panel edit mode. #22912, @torkelo
  • Reporting: fixes migrations compatibility with mysql (Enterprise)
  • Reporting: Reduce default concurrency limit to 4 (Enterprise)
grafana - v6.7.0 (2020-03-19)

Published by aknuds1 over 4 years ago

Download Page
What's New Highlights
Release Notes

6.7.0 (2020-03-19)

Features / Enhancements

  • AzureMonitor: support workspaces function for template variables. #22882, @daniellee
  • SQLStore: Add migration for adding index on annotation.alert_id. #22876, @aknuds1
  • TablePanel: Enable new units picker . #22833, @dprokop

Bug Fixes

  • AngularPanels: Fixed inner height calculation for angular panels . #22796, @torkelo
  • BackendSrv: makes sure provided headers are correctly recognized and set. #22778, @hugohaggmark
  • Forms: Fix input suffix position (caret-down in Select) . #22780, @torkelo
  • Graphite: Fixed issue with query editor and next select metric now showing after selecting metric node . #22856, @torkelo
  • Rich History: UX adjustments and fixes. #22729, @ivanahuckova
grafana - v6.7.0-beta1 (2020-03-12)

Published by aknuds1 over 4 years ago

Download Page
What's New Highlights
Release Notes

6.7.0-beta1 (2020-03-12)

Breaking changes

  • Slack: Removed Mention setting and instead introduce Mention Users, Mention Groups, and Mention Channel. The first two settings require user and group IDs, respectively. This change was necessary because the way of mentioning via the Slack API changed and mentions in Slack notifications no longer worked.

  • Alerting: Reverts the behavior of diff and percent_diff to not always be absolute. Something we introduced by mistake in 6.1.0. Alerting now support diff(), diff_abs(), percent_diff() and percent_diff_abs(). #21338

Notice about changes in backendSrv for plugin authors

In our mission to migrate away from AngularJS to React we have removed all AngularJS dependencies in the core data retrieval service backendSrv.

Removing the AngularJS dependencies in backendSrv has the unfortunate side effect of AngularJS digest no longer being triggered for any request made with backendSrv. Because of this, external plugins using backendSrv directly may suffer from strange behaviour in the UI.

To remedy this issue, as a plugin author you need to trigger the digest after a direct call to backendSrv.

Example:

backendSrv.get(‘http://your.url/api’).then(result => {
    this.result = result;
    this.$scope.$digest();
});

You can test your plugin with the master branch version of Grafana.

Features / Enhancements

Bug Fixes

  • API: Fix redirect issues. #22285, @papagian
  • Alerting: Don't include image_url field with Slack message if empty. #22372, @aknuds1
  • Alerting: Fixed bad background color for default notifications in alert tab . #22660, @krvajal
  • Annotations: In table panel when setting transform to annotation, they will now show up right away without a manual refresh. #22323, @krvajal
  • Azure Monitor: Fix app insights source to allow for new __timeFrom and __timeTo. #21879, @ChadNedzlek
  • BackendSrv: Fixes POST body for form data. #21714, @hugohaggmark
  • CloudWatch: Credentials cache invalidation fix. #22473, @sunker
  • CloudWatch: Expand alias variables when query yields no result. #22695, @sunker
  • Dashboard: Fix bug with NaN in alerting. #22053, @a-melnyk
  • Explore: Fix display of multiline logs in log panel and explore. #22057, @thomasdraebing
  • Heatmap: Legend color range is incorrect when using custom min/max. #21748, @sv5d
  • Security: Fixed XSS issue in dashboard history diff . #22680, @torkelo
  • StatPanel: Fixes base color is being used for null values .
    #22646, @torkelo
grafana - v6.6.2 (2020-02-20)

Published by papagian over 4 years ago

Download Page
What's New Highlights
Release Notes

6.6.2 (2020-02-20)

Features / Enhancements

Bug Fixes

  • @grafana/ui: Fix displaying of bars in React Graph. #21968, @ivanahuckova
  • API: Fix redirect issue when configured to use a subpath. #21652, @briangann
  • API: Improve recovery middleware when response already been written. #22256, @marefr
  • Auth: Don't rotate auth token when requests are cancelled by client. #22106, @bergquist
  • Docker: Downgrade to 18.04 LTS base image. #22313, @aknuds1
  • Elasticsearch: Fix auto interval for date histogram in explore logs mode. #21937, @ivanahuckova
  • Image Rendering: Fix PhantomJS compatibility with es2016 node dependencies. #21677, @dprokop
  • Links: Assure base url when single stat, panel and data links are built. #21956, @dprokop
  • Loki, Prometheus: Fix PromQL and LogQL syntax highlighting. #21944, @ivanahuckova
  • OAuth: Enforce auto_assign_org_id setting when role mapping enabled using Generic OAuth. #22268, @aknuds1
  • Prometheus: Updates explore query editor to prevent it from throwing error on edit. #21605, @Estrax
  • Server: Reorder cipher suites for better security. #22101, @tofu-rocketry
  • TimePicker: fixing weird behavior with calendar when switching between months/years . #22253, @mckn
grafana - v6.6.1 (2020-02-06)

Published by alexanderzobnin over 4 years ago

Download Page
What's New Highlights
Release Notes

6.6.1 (2020-02-06)

Bug Fixes

  • Annotations: Change indices and rewrites annotation find query to improve database query performance. #21915, @papagian, @marefr, @kylebrandt
  • Azure Monitor: Fix Application Insights API key field to allow input. #21738, @shavonn
  • BarGauge: Fix so we properly display the "no result" value when query returns empty result. #21791, @mckn
  • Datasource: Show access (Browser/Server) select on the Prometheus datasource. #21833, @jorgelbg
  • DatasourceSettings: Fixed issue navigating away from data source settings page. #21841, @torkelo
  • Graph Panel: Fix typo in thresholds form. #21903, @orendain
  • Graphite: Fixed issue with functions with multiple required params and no defaults caused params that could not be edited (groupByNodes groupByTags). #21814, @torkelo
  • Image Rendering: Fix render of graph panel legend aligned to the right using Grafana image renderer plugin/service. #21854, @marefr
  • Metrics: Adds back missing summary quantiles. #21858, @kogent
  • OpenTSDB: Adds back missing ngInject to make it work again. #21796, @marefr
  • Plugins: Fix routing in app plugin pages. #21847, @dprokop
  • Prometheus: Fixes default step value for annotation query. #21934, @hugohaggmark
  • Quota: Makes LDAP + Quota work for the first login of a new user. #21949, @xlson
  • StatPanels: Fixed change from singlestat to Gauge / BarGauge / Stat where default min & max (0, 100) was copied . #21820, @torkelo
  • TimePicker: Should display in kiosk mode. #21816, @evgbibko
  • grafana/toolkit: Fix failing linter when there were lint issues. #21849, @dprokop
grafana - v6.6.0

Published by xlson over 4 years ago

Download Page
What's New Highlights
Release Notes

6.6.0 (2020-01-27)

Features / Enhancements

  • CloudWatch: Add DynamoDB Accelerator (DAX) metrics & dimensions. #21644, @kenju
  • CloudWatch: Auto period snap to next higher period. #21659, @sunker
  • Template variables: Add error for failed query variable on time range update. #21731, @tskarhed
  • XSS: Sanitize column link. #21735, @tskarhed

Bug Fixes

  • Elasticsearch: Fix adhoc variable filtering for logs query. #21346, @ceh
  • Explore: Fix colors for log level when level value is capitalised. #21646, @ivanahuckova
  • Explore: Fix context view in logs, where some rows may have been filtered out.. #21729, @aocenas
  • Loki: Fix Loki with repeated panels and interpolation for Explore. #21685, @ivanahuckova
  • SQLStore: Fix PostgreSQL failure to create organisation for first time. #21648, @papagian
grafana - v6.6.0-beta1

Published by xlson almost 5 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
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