Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Grafana Mimirtool in plain text, and #253

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Be aware of new `mimirtool`
# Note that Grafana Mimirtool exists

If you're using this tool with Grafana Mimir, please use the new `mimirtool` instead:
If you're using this tool with Grafana Mimir, use Grafana Mimirtool (`mimirtool`) instead:

- [`mimirtool` documentation](https://grafana.com/docs/mimir/latest/operators-guide/tools/mimirtool/)
- [`mimirtool` releases](https://github.com/grafana/mimir/releases)
- [Grafana Mimirtool](https://grafana.com/docs/mimir/latest/operators-guide/tools/mimirtool/) documentation
- [Grafana Mimirtool](thttps://github.com/grafana/mimir/releases) (`mimirtool`) releases

---

# Cortex Tools
# Cortex tools

This repo contains tools used for interacting with [Cortex](https://github.com/cortexproject/cortex).
This repository contains tools that are used for interacting with [Cortex](https://github.com/cortexproject/cortex).

* [benchtool](docs/benchtool.md): A powerful YAML driven tool for benchmarking
Cortex write and query API.
Expand All @@ -31,7 +31,7 @@ The various binaries are available for macOS, Windows, and Linux.
$ brew install grafana/grafana/cortextool
```

## Linux, Docker and Windows
## Linux, Docker, and Windows

Refer to the [latest release](https://github.com/grafana/cortex-tools/releases) for installation intructions on these.

Expand Down