!24 发布1.2.0版本
From: @gongzt Reviewed-by: @zhu-yuncheng Signed-off-by: @zhu-yuncheng
This commit is contained in:
commit
c909920738
BIN
aops-diana-v1.2.0.tar.gz
Normal file
BIN
aops-diana-v1.2.0.tar.gz
Normal file
Binary file not shown.
@ -1,5 +1,5 @@
|
|||||||
Name: aops-diana
|
Name: aops-diana
|
||||||
Version: v1.1.1
|
Version: v1.2.0
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: An intelligent abnormal detection framework of aops
|
Summary: An intelligent abnormal detection framework of aops
|
||||||
License: MulanPSL2
|
License: MulanPSL2
|
||||||
@ -7,7 +7,7 @@ URL: https://gitee.com/openeuler/%{name}
|
|||||||
Source0: %{name}-%{version}.tar.gz
|
Source0: %{name}-%{version}.tar.gz
|
||||||
|
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
Requires: aops-vulcanus >= v1.0.0
|
Requires: aops-vulcanus >= v1.2.0
|
||||||
Requires: python3-requests python3-flask python3-flask-restful python3-marshmallow >= 3.13.0
|
Requires: python3-requests python3-flask python3-flask-restful python3-marshmallow >= 3.13.0
|
||||||
Requires: python3-numpy python3-pandas python3-prometheus-api-client
|
Requires: python3-numpy python3-pandas python3-prometheus-api-client
|
||||||
Requires: python3-sqlalchemy python3-PyMySQL python3-Flask-APScheduler >= 1.11.0
|
Requires: python3-sqlalchemy python3-PyMySQL python3-Flask-APScheduler >= 1.11.0
|
||||||
@ -36,12 +36,8 @@ An intelligent abnormal detection framework of aops
|
|||||||
%doc README.*
|
%doc README.*
|
||||||
%attr(0644,root,root) %{_sysconfdir}/aops/diana.ini
|
%attr(0644,root,root) %{_sysconfdir}/aops/diana.ini
|
||||||
%attr(0644,root,root) %{_sysconfdir}/aops/diana_hosts.json
|
%attr(0644,root,root) %{_sysconfdir}/aops/diana_hosts.json
|
||||||
%attr(0644,root,root) %{_sysconfdir}/aops/algorithm/ai_template1.json
|
%attr(0644,root,root) %{_sysconfdir}/aops/algorithm/*.json
|
||||||
%attr(0644,root,root) %{_sysconfdir}/aops/algorithm/ai_template2.json
|
%attr(0644,root,root) %{_sysconfdir}/aops/algorithm/intelligent/*
|
||||||
%attr(0644,root,root) %{_sysconfdir}/aops/algorithm/mysql_intelligent.json
|
|
||||||
%attr(0644,root,root) %{_sysconfdir}/aops/algorithm/lvs_network_error_tree.json
|
|
||||||
%attr(0644,root,root) %{_sysconfdir}/aops/algorithm/mysql_network_error_tree.json
|
|
||||||
%attr(0644,root,root) %{_sysconfdir}/aops/algorithm/tpcc_network_error_tree.json
|
|
||||||
%attr(0755,root,root) %{_bindir}/aops-diana
|
%attr(0755,root,root) %{_bindir}/aops-diana
|
||||||
%attr(0755,root,root) /usr/lib/systemd/system/aops-diana.service
|
%attr(0755,root,root) /usr/lib/systemd/system/aops-diana.service
|
||||||
%{python3_sitelib}/aops_diana*.egg-info
|
%{python3_sitelib}/aops_diana*.egg-info
|
||||||
@ -49,6 +45,31 @@ An intelligent abnormal detection framework of aops
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Apr 17 2023 gongzhengtang<gong_zhengtang@163.com> - v1.2.0-1
|
||||||
|
- update the structure of response body; update how to get session used to
|
||||||
|
- connect to the database
|
||||||
|
|
||||||
|
* Mon Dec 19 2022 wangguangge<wangguangge@huawei.com> - v1.1.4-1
|
||||||
|
- Bugfix: fix ai configuration error
|
||||||
|
|
||||||
|
* Thu Dec 8 2022 zhuyuncheng<zhuyuncheng@huawei.com> - v1.1.3-3
|
||||||
|
- Bugfix: fix the alert count error
|
||||||
|
- Bugfix: for ai model, increase queried data length and add
|
||||||
|
a time range for error judgment.
|
||||||
|
|
||||||
|
* Wed Dec 7 2022 zhuyuncheng<zhuyuncheng@huawei.com> - v1.1.3-2
|
||||||
|
- Change default multicheck model
|
||||||
|
|
||||||
|
* Wed Dec 7 2022 Lostway<luoshengwei@huawei.com> - v1.1.3-1
|
||||||
|
- Bugfix: adjust the input parameters of the app
|
||||||
|
|
||||||
|
* Mon Dec 5 2022 Lostway<luoshengwei@huawei.com> - v1.1.2-1
|
||||||
|
- Bugfix: return none when there's no abnormal
|
||||||
|
- Feature: add model config for each node
|
||||||
|
|
||||||
|
* Fri Dec 2 2022 zhuyuncheng<zhuyuncheng@huawei.com> - v1.1.1-2
|
||||||
|
- Add patch to change model name length limit from 20 to 50 in mysql table
|
||||||
|
|
||||||
* Fri Dec 2 2022 zhuyuncheng<zhuyuncheng@huawei.com> - v1.1.1-1
|
* Fri Dec 2 2022 zhuyuncheng<zhuyuncheng@huawei.com> - v1.1.1-1
|
||||||
- Fix wrong model config path
|
- Fix wrong model config path
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user