Thanks to all contributors, all those who submitted issues, and reviewers.
- [api] Fix SQL injection (#733) @codingGirlZJ
- Reduce docker image size using multi-stage building (#671) @leikao
- Support for calling hbs with timeout in judge (#251) @qlyzpqz
- [new feature] Support for accessing the redis with a password (#734) @binbing
- Add a new api to update specific user (#710) @danieldai
- [new feature] Support for passing args in plugin scripts (#672) @danieldai
- Compatible with Grafana v5.4.3 (#690) @gcy3y
- [agent] Make metric
MemAvailable
more accurate in CentOS 7 (#662) @feiguoL - Ignore the hosts which maintained when aggregating metrics (#609) @YouZhengChuan
- Fix the lastUpdate cache policy in agent when reporting information to hbs (#469) @yangbinnnn
- [new feature] Support for 3-sigma deviation function in judge (#601) @crisewng
- [agent] Fix the panic of agent when running script fail (#468) @yangbinnnn
- [agent] Add new metrics of net.if.xxx.bits (#475) @yangxiangyu
- [agent] Support for monitoring of PCI-E SSD Card (#440) @ElevenShen
- [agent] Support for monitoring of GPU (#425) @sumaig
- [agent] Support for monitoring of flash device (#311) @hongzhenglin
- [api] Support for reverse selecting counters using
!
as a prefix of counter
(#414) @yuline - [graph] Optimize the IO performance by using multi IO workers (#381) @GaoJiasheng @n4mine
- Optimize the functions such as Md5, PK, PK2, UUID, SortedTags, DictedTagstring, etc. (#393) @n4mine
- Fix crash when giving empty func in judge (#347) @missuzhang
- Optimize memory usage of judge (#326) @yaoxing
- [agent] Fixed an issue where errors were not returned after rpc timed out. (#291) @YouZhengChuan
- [graph] Optimize performance by using
+
instead ofSprintf
when concat string (#287) @n4mine - [api] Add a new api to partial-update hosts in a host-group (#227) @jojohappy
- [api] Fix a bug that the right value of a strategy can not be floating number (#233) @milkwine