Skip to content

Latest commit

 

History

History
executable file
·
144 lines (88 loc) · 11.5 KB

CHANGELOG.md

File metadata and controls

executable file
·
144 lines (88 loc) · 11.5 KB

Changelog

tip

  • BUGFIX: fixed healthcheck
  • FEATURE: set the default query type to instant when creating alerting rules. See this issue.

  • BUGFIX: removed /select/-prefixed part of path for /health endpoint requests. See this issue.

  • BUGFIX: fix parsing dots in the the label_values function in the query builder. See this issue. Thanks to @yincongcyincong for the pull request.
  • FEATURE: make retry attempt for datasource requests if returned error is a temporary network error. See this issue
  • BUGFIX: restore support for Grafana versions below 10.0.0. See this issue.
  • BUGFIX: fix issue with forwarding headers from datasource to the backend or proxy. It might be helpful if a user wants to use some kind of authentication. See this issue.
  • BUGFIX: fix an issue with prettify query if the query includes Grafana variables in the lookbehind window. See this issue.
  • BUGFIX: fix an issue with ad-hoc filters applied to variables in query. See this issue. Thanks to @yincongcyincong for the pull request.
  • BUGFIX: fix parsing of label names with special characters for the query builder. See this issue.
  • BUGFIX: fix an issue in the template variable service where accessing the datasource property of undefined caused a failure. See this issue.
  • FEATURE: add visually highlight partial responses. See this issue

  • BUGFIX: correct the queries for Label Filters and Metrics Browser for metrics with special characters. See this issue

  • FEATURE: add support metrics with special characters in query builder. See this issue

  • BUGFIX: fix the default link to vmui. See this issue

  • BUGFIX: fix the parsing logic in renderLegendFormat to correctly replace legend label names. See this issue

  • BUGFIX: fix query editor which produce a lot of requests for alerting rule evaluation. See this issue

  • BUGFIX: fix query builder logic to correctly parse metric names with dots. See this issue
  • FEATURE: add Windows support for backend plugin. See how to build backend plugin for various platforms here. See this issue.

  • FEATURE: migrate to React to prevent warnings about the discontinuation of Angular support. See this issue.

  • FEATURE: add --version flag for backend datasource binary. See this issue.

  • FEATURE: add a warning window about using WITH templates for not yet created dashboards. See this issue.

  • FEATURE: add a separate scope for storing WITH templates for the Explore tab.

  • BUGFIX: fix incorrect parsing when switching between code/builder modes in query editor. See this issue

  • FEATURE: add datasource settings for limiting the number of metrics during discovery. The proper limits should protect users from slowing down the browser when datasource returns big amounts of discovered metrics in response. See this issue.

  • FEATURE: add a prettify query icon, which when clicked, formats the query. See this issue.

  • FEATURE: change the style of the buttons WITH templates and Run in vmui to icons.

  • BUGFIX: correctly handle custom query parameters in annotation queries. See this issue

  • BUGFIX: fix the duplication of labels in the legend when using expressions. See this issue

  • BUGFIX: fix the loading of metrics in the metrics browser. See this issue

  • BUGFIX: fix an issue where metricsql functions were not properly processed. See this issue

  • FEATURE: Improvements to WITH Templates (see this comment):
    • The management of WITH templates has been transferred from datasource settings to the panel editing page;
    • Improved display of templates in auto-complete hints;
    • Enabled auto-complete within curly braces for filters defined in templates;
    • Added support for Grafana variables such as $__interval, $__rate_interval, etc. in WITH expression validation;
    • Fixed the link to vmui when using WITH templates.
  • BUGFIX: respect the time filter change on updating dashboard variables. See this issue
  • FEATURE: add the ability to define expressions for each panel so that users can define WITH templates once and then reuse them. See this issue.

  • FEATURE: add support MetricsQL to query builder. See this issue.

  • FEATURE: add the ability to change the link for Run in VMUI button. See this issue.

  • BUGFIX: fix the tracing display for Grafana version 9.4.

  • BUGFIX: support label with dots in names for template function label_values(). See this issue.

Released at 08-03-2022

  • FEATURE: Add links to VMUI from the query panel. See this issue.

  • FEATURE: Add option to show query trace from the query panel. See this issue and this issue.

  • FEATURE: Change license to AGPLv3. See this issue.

  • BUGFIX: respect time filter for variables update. See this issue

Released at 21-12-2022

  • FEATURE: add annotation support
  • FEATURE: add datasource backend

Released at 17-11-2022

  • BUGFIX: Add enum AbstractLabelOperator. See this issue

Released at 11-11-2022