An open API service indexing awesome lists of open source software.

https://github.com/sbueringer/thanos-inspect

Tool to inspect Thanos blocks stored in Minio
https://github.com/sbueringer/thanos-inspect

inspect minio thanos

Last synced: 7 months ago
JSON representation

Tool to inspect Thanos blocks stored in Minio

Awesome Lists containing this project

README

          

DEPRECATED in favor of `thanos bucket ls` +> https://github.com/improbable-eng/thanos/pull/699

# Thanos inspect

# Installation

## Installation via go get

Just execute the following and make sure `$GOPATH/bin` is in your `$PATH`:
````
go get github.com/sbueringer/thanos-inspect/cmd/thanos-inspect
````