mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
README.md: recommend checking which metrics will be deleted before deleting them
This commit is contained in:
parent
b0090dbd86
commit
3802ae9269
1 changed files with 3 additions and 0 deletions
|
@ -478,6 +478,9 @@ where `<timeseries_selector_for_delete>` may contain any [time series selector](
|
||||||
for metrics to delete. After that all the time series matching the given selector are deleted. Storage space for
|
for metrics to delete. After that all the time series matching the given selector are deleted. Storage space for
|
||||||
the deleted time series isn't freed instantly - it is freed during subsequent merges of data files.
|
the deleted time series isn't freed instantly - it is freed during subsequent merges of data files.
|
||||||
|
|
||||||
|
It is recommended verifying which metrics will be deleted with the call to `http://<victoria-metrics-addr>:8428/api/v1/series?match[]=<timeseries_selector_for_delete>`
|
||||||
|
before actually deleting the metrics.
|
||||||
|
|
||||||
|
|
||||||
### How to export time series?
|
### How to export time series?
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue