promdump
promdump copied to clipboard
A tool to dump and restore Prometheus data blocks.
I am running promdump in a test environment and occasionally I can not run the meta command because I get the following error message: ```console # kubectl promdump meta -n...
promdump depends on a very old version (v1.8.2-0.20201015110737-0a7fdd3b7696) of Prometheus Go module. We should update go.mod to use a newer version. More info can be found in this [issue](https://github.com/prometheus/prometheus/issues/7663#issuecomment-676645762). My...
The CLI `-v` version only returns the version of the CLI. It will be useful to update it to output the downloaded promdump binary in the `/tmp` folder.
On-error, the CLI won't return from the streaming call to the `exec` endpoint. This might be due to the stdin stream wasn't closed.
Is there a limit on the number of hours/days we should use? It OOMs when we use 2 days or more, for example: ``` ~$ ./promdump -min-time `date +%s%N --date...