Open average-gary opened 2 months ago
Sure thing! We can do that. Prometheus has a snapshot API that lets you save your data and restore it later, making it portable. cc: @GitGab19
That's great, I wasn't aware of this feature! Do you want to take this up @Shourya742 ?
I can give it a try once done with my other assigned task.
That's great, I wasn't aware of this feature! Do you want to take this up @Shourya742 ?
Regarding the UX, I see the following as a possible behavior:
export-benchmarks-data.sh
script which allows user to export prometheus data for a specific timeframe
verify/import-benchmarks-data.sh
script which takes the prometheus snapshot as input and mounts it in prometheus
This is the first thing which came up in my mind, but feel free to expand more and comment on that!
It would be nice to have a mechanism for tool runners to export their data in a shareable way that can be imported into a Prometheus/Grafana setup to view the raw data itself for additional analysis/review.
PS: Maybe we provide a way to OTS the data set