Skip to content

v5.15.0

Choose a tag to compare

@github-actions github-actions released this 10 Feb 09:37
87899cb

What's Changed

Front End Changes

https://github.com/n9e/fe-v5/releases/tag/v5.15.0

  • feat: new PromQL "Newbie Mode" can be used to edit PromQL by UI interface operation #164
  • feat: new data conversion function for monitoring large table chart, configurable field name, sorting, and whether to display #218
  • feat: alarm rules support setting multiple effective time @tripitakav
  • feat: add preset filter to object list, can quickly filter out the ungrouped and all objects #230
  • refactor: optimize new window issue for alert policy ccfos/nightingale #1356
  • fix: no permission menu will be blank to occupy the place #243
  • fix: the problem that the data source associated with the prometheus source cannot be deleted #233
  • fix: the problem that the step setting of the monitoring disk does not take effect
  • fix: the problem that the mean calc is not processed when importing the grafana disk.
  • fix: the Series list under the Graph tab of the instant query is not fully displayed #240

Full Changelog: v5.14.5...v5.15.0

alter table alert_rule modify enable_stime char(255) not null default '00:00';
alter table alert_rule modify enable_etime char(255) not null default '23:59';
alter table alert_rule modify enable_days_of_week varchar(255) not null default '' comment 'eg: "0 1 2 3 4 5 6 ; 0 1 2"';