Skip to content

Latest commit

 

History

History
executable file
·
67 lines (43 loc) · 4.83 KB

CHANGELOG.md

File metadata and controls

executable file
·
67 lines (43 loc) · 4.83 KB

Changelog

tip

  • FEATURE: add Windows support for backend plugin. See how to build backend plugin for various platforms here. See this issue.
  • FEATURE: the annotation editor component has been migrated from using Angular template to React. See this issue.
  • FEATURE: add --version flag for backend datasource binary. 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