docs/CHANGELOG.md: mention about returned back type label for vm_tenant_inserted_rows_total metric

See 9b4e608199
This commit is contained in:
Aliaksandr Valialkin 2021-03-30 15:13:06 +03:00
parent 0e29d48628
commit 4fa8ae1621

View file

@ -6,6 +6,7 @@
* BUGFIX: prevent from possible incomplete query results after timed out query.
* BUGFIX: vmselect: remove `-search.storageTimeout` command-line flag, since it has the same meaning as `-search.maxQueryDuration`. See [this issue](https://github.com/VictoriaMetrics/VictoriaMetrics/issues/711#issuecomment-808884995).
* BUGFIX: vminsert: return back `type` label to per-tenant metric `vm_tenant_inserted_rows_total`. See [this issue](https://github.com/VictoriaMetrics/VictoriaMetrics/issues/932).
# [v1.57.0](https://github.com/VictoriaMetrics/VictoriaMetrics/releases/tag/v1.57.0)