Multiple Prometheus snapshot in Grafana for individual visualization

  • What Grafana version and what operating system are you using?
    Grafana V9.0.1

  • What are you trying to achieve?

  • Visualize each standalone prometheus snapshots in Grafana - API (preferred)
  • label each snapshot with unique name so that a user can individually select (API preferred)
  • ways to delete the prometheus snapshots - API (preferred)
  • How are you trying to achieve it?
    We have prometheus snapshots generated from a remote systems and there is no continuous stream of data. There will be multiple snapshots and trying to visualize each so that they don’t overstep on each other. I believe I have to label each uniquely.

Prometheus snapshot is collected from each remote system as needed using this command:
curl -XPOST :9090/api/v1/admin/tsdb/snapshot

Looking for inputs from the community.

Still looking for solution