I’m trying to test how much time it takes to get a snapshot if I have huge Prometheus data (100 GB). The problem is how do I generate such huge data?
[I am using prometheus on top of k8s, I downloaded using docker image, version 2.15.1]
For taking a snapshot, I’m using the admin api: “POST /api/v1/admin/tsdb/snapshot” Are there other ways to backup prometheus data?