Exporting very recent metrics (before tsdb blocks) of promethues HA #3748
Unanswered
santoshmungle
asked this question in
Questions & Answers
Replies: 1 comment 4 replies
-
Yes. You could use the snapshot technique and "flush" blocks to object storage manually. See more here: prometheus-junkyard/tsdb#346 We never prepared anything automated for it, but we are happy to guide someone to do it (: Help wanted 🤗 |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have prometheus HA with Thanos deployed as a kubernetes cluster. I would like to export very recent metrics of prometheus HA (2 prom instances) including deduplication to remote location for some analytic use cases.
I see that there is a "Thanos Receiver" component that addresses this. However, it replaces "Sidecar" as "Sidecar" is not necessary when you use "Receiver" according to the documentation. In this case, I will have to change all my kubernetes manifests.
Is there any other alternative you can suggest? So that I don't have to change kubernetes manifests significantly.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions