Aliaksandr Valialkin
Aliaksandr Valialkin
Support for optional exposition of `TYPE` and `HELP` metadata has been added in the commit 9dc73588693ac062c917d59f038a17ad1bfcea65 . By default this metadata isn't exposed, since it isn't used by VictoriaMetrics components...
A workaround is to delete all the time series beloging to a particular `accountID` with the following request: ``` http://:8481/delete//prometheus/api/v1/admin/tsdb/delete_series?match[]={__name__!=''} ```
FYI, the pull request has been included in [v1.24.0-victorialogs release](https://docs.victoriametrics.com/victorialogs/changelog/).
@arturminchukov , thanks for the fix!
If understood correctly, this feature request is implemented in VictoriaMetrics v1.130.0 according to https://github.com/VictoriaMetrics/VictoriaMetrics/issues/2974 . @makasim , could you verify whether this feature quest can be closed as duplicate for...