grafana / mimir

Grafana Mimir provides horizontally scalable, highly available, multi-tenant, long-term storage for Prometheus.
https://grafana.com/oss/mimir/
GNU Affero General Public License v3.0
4.09k stars 525 forks source link

Docs: where to find/download #7890

Open dalpengholic opened 6 months ago

dalpengholic commented 6 months ago

Is your documentation request related to a feature? If so, which one?

listblocks tool

A clear and concise description of the feature that you were trying to use, and what you were trying to achieve. I am using mimir-distributed on k8s. The document has no explanation where to find/install the tool.

Describe the solution that you’d like or the expected outcome

The document shows where find/install the tool. For example, Mimirtool document has it.

A clear and concise description of the documentation that you want to add, change, or remove.

dimitarvdimitrov commented 6 months ago

all of the tools are available in the mimir repo: https://github.com/grafana/mimir/tree/main/tools

you can run them with go run:

cd tools/listblocks
go run main.go

agree that it would be good to document that explicitly as well

mattmendick commented 3 weeks ago

In the backlog refinement meeting: it should be relatively straightforward to add the documentation for how to do this for all the tools.