-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Block Viewer: Show size of the blocks in the UI #3221
Comments
I see that Prometheus has an API exposed to query currently stored TSDB Blocks (via |
Note that recently Prometheus BlockReader gained Size() function. |
We have other APIs for this and yes, it should be better documented - only block viewer is using it.
This is great but not very helpful for this issue, as we store all blocks in object storage (: |
object storage does not implement the BlockReader interface? |
Not directly. |
Hello 👋 Looks like there was no activity on this issue for the last two months. |
yes |
Hi @roidelapluie @prmsrswt I would like to take this up if it's still unresolved. |
Hello 👋 Looks like there was no activity on this issue for the last two months. |
Hello 👋 Looks like there was no activity on this issue for the last two months. |
Hello 👋 Looks like there was no activity on this issue for the last two months. |
Hello 👋 Looks like there was no activity on this issue for the last two months. |
Closing for now as promised, let us know if you need this to be reopened! 🤗 |
Hello 👋 Looks like there was no activity on this issue for the last two months. |
The size of a block is a useful metric. We can show things like the overall size of a block, the size of it's index, the total size occupied by all blocks, etc. in the Block Viewer itself.
The text was updated successfully, but these errors were encountered: