This commit is contained in:
吴晟 Wu Sheng 2022-09-27 16:32:57 +08:00 committed by GitHub
parent 2c265db6e8
commit 4f20059f7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -21,9 +21,9 @@
* Make sure instance list ordered in TTL processor to avoid TTL timer never runs.
* Support monitoring PostgreSQL slow SQLs.
* Fix meter functions `avgHistogram`, `avgHistogramPercentile`, `avgLabeled`, `sumHistogram` having data conflict when
dowmsampling.
downsampling.
* Do sorting `readLabeledMetricsValues` result forcedly in case the storage(database) doesn't return data consistent
with parameter list.
with the parameter list.
#### UI