This repository has been archived by the owner on Aug 13, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 179
Add metric for the space taken of the symbol tables #244
Labels
Comments
Should this be a prometheus metric or should it be part of the tsdb/promtool cli? |
A metric of the TSDB itself, as Prometheus has no knowledge of this. |
If there is no one working on this, I would like to take this issue up. |
In index/index.go there is a function, Based on my understanding, to get the symbol table size we are supposed to call this function and get the total size of the Is this the correct direction in solving this issue? |
As I spoke offline, this is about the size of the symbol table on disk rather than the in-mem version. |
Either in-memory or disk works, they're both basically the same size. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If a user has way too many label values this could get large, so having a metric indicating the space taken would be useful.
The text was updated successfully, but these errors were encountered: