Fix changelog (#10143)

This commit is contained in:
吴晟 Wu Sheng 2022-12-12 08:00:30 +08:00 committed by GitHub
parent 488737ec53
commit 0afaee1d12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,6 @@
* Adds Micrometer as a new component.(ID=141)
* Refactor session cache in MetricsPersistentWorker.
* Cache enhancement - don't read new metrics from database in minute dimensionality.
* Fix MAL exp combine error when only contains one segment and expPrefix not blank
```
// When
@ -35,6 +34,7 @@
it uses `core/persistentPeriod` + 5s as `refresh_interval` for all indices instead.
* Change `elasticsearch/flushInterval` to 5s(was 15s).
* Optimize `flushInterval` of ElasticSearch BulkProcessor to avoid extra periodical flush in the continuous bulk streams.
* An unexpected dot is added when exp is a pure metric name and expPrefix != null.
#### OAP-Backend