I am trying to remove some data in a specified time range
grafana data
prometheus label
curl -u promadmin -X POST 'http://127.0.0.1:9090/api/v1/admin/tsdb/delete_series?match[]=flavibot_guild_removed&start=2024-08-13T11:00:00.000Z&end=2024-08-13T12:00:00.000Z'
the command is executed, and there are no errors and my data is still there.
I also tried to remove start and end, and it doesn’t change anything
New contributor
flav is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.