How to inspect Loki index key of boltdb

I’m trying to inspect index file like as chunks-inspect cmd.
But as far as I searched, I think there is no docs about index key format.

I show the boltdb inspection result to below

$ bbolt get keys --parse-format=ascii-encoded index

...

fake-tenant:d19511:xxx+0zq1mGtKFNhdDeSOEvuGw34D9va3VZjytzxIrPw025c6800imf44jnherdlpiray7elmryk5m/7b3f9b4da23c8637/188807c00df:18880ea2c00:2fd131073
...

It looks like key is constructed from some fields it is separated by :.
First field is tenant id, second field is date, but I couldn’t figure out third and subsequent fields meant.
If you know reference (e.g. code references or docs), please tell me those.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.