Hi All,
I am using prometheus version 2.11.1.
I was trying to delete all the timeseries from the disk, Using the admin rest api for deleting the timeseries. Following is what i executed:
followed by
As mentioned in the document, 204 is returned for both curl commands.
I was expecting that all the timeseries would be deleted from the disk. But this is not the case.
i could see that still timeseries data is present.
Then i tried deleting a particular metric and i could see that data is deleted. So Can we delete all the timeseries from the disk? using the above Rest API.
Thanks n Regards,
Chalapathi.