From 4fa8ae1621594179643a5056a03cf3b814ef48e3 Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Tue, 30 Mar 2021 15:13:06 +0300 Subject: [PATCH] docs/CHANGELOG.md: mention about returned back `type` label for `vm_tenant_inserted_rows_total` metric See 9b4e6081996c4d1e91da73f32f5513775b39e62a --- docs/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 37bccac9d7..9ede1a85d8 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -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)