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
- Host: GitHub
- URL: https://github.com/sbueringer/thanos-inspect
- Owner: sbueringer
- License: unlicense
- Created: 2018-10-27T17:46:36.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-03T06:40:26.000Z (almost 7 years ago)
- Last Synced: 2025-01-24T13:12:56.570Z (8 months ago)
- Topics: inspect, minio, thanos
- Language: Go
- Homepage:
- Size: 1.88 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
````