Grafana Mimir provides horizontally scalable, highly available, multi-tenant, long-term storage for Prometheus.
Find a file
renovate-sh-app[bot] 3ae61b1b97
chore(deps): update dependency prettier to v3.8.4 (main) (#15666)
This PR contains the following updates:

| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
| [prettier](https://prettier.io)
([source](https://redirect.github.com/prettier/prettier)) | `3.8.3` →
`3.8.4` |
![age](https://developer.mend.io/api/mc/badges/age/npm/prettier/3.8.4?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/prettier/3.8.3/3.8.4?slim=true)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the warning logs for
more information.

---

### Release Notes

<details>
<summary>prettier/prettier (prettier)</summary>

###
[`v3.8.4`](https://redirect.github.com/prettier/prettier/blob/HEAD/CHANGELOG.md#384)

[Compare
Source](https://redirect.github.com/prettier/prettier/compare/3.8.3...3.8.4)


[diff](https://redirect.github.com/prettier/prettier/compare/3.8.3...3.8.4)

##### Markdown: Fix blank lines between list items and nested sub-lists
being removed in Markdown/MDX
([#&#8203;17746](https://redirect.github.com/prettier/prettier/pull/17746)
by [@&#8203;byplayer](https://redirect.github.com/byplayer))

Prettier was removing blank lines between list items and their nested
sub-lists, converting loose lists into tight lists and changing their
semantic meaning.

<!-- prettier-ignore -->

```markdown
<!-- Input -->
- a

  - b

- c

  - d

<!-- Prettier 3.8.3 -->
- a
  - b
- c
  - d

<!-- Prettier 3.8.4 -->
- a

  - b

- c

  - d
```

</details>

---

### Configuration

📅 **Schedule**: (UTC)

- Branch creation
  - Between 12:00 AM and 03:59 AM (`* 0-3 * * *`)
- Automerge
  - At any time (no schedule defined)

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

## Need help?
You can ask for more help in the following Slack channel:
#proj-renovate-self-hosted. In that channel you can also find ADR and
FAQ docs in the Resources section.

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMTQuNCIsInVwZGF0ZWRJblZlciI6IjQzLjIxNC40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmN5LXVwZGF0ZSIsInVwZGF0ZS1wYXRjaCJdfQ==-->

<!-- CURSOR_SUMMARY -->
---

> [!NOTE]
> **Low Risk**
> Patch-level tooling dependency in the CI/build container only; no
runtime Mimir code changes.
> 
> **Overview**
> Bumps **Prettier** in the **mimir build image** from `3.8.3` to
`3.8.4`, which affects `make doc` and other containerized steps that run
`prettier --write`.
> 
> The **Makefile** `LATEST_BUILD_IMAGE_TAG` default is updated to the
new image digest so local/CI jobs pull the rebuilt image that includes
the upgrade.
> 
> <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit
aaed981cc7. Bugbot is set up for automated
code reviews on this repo. Configure
[here](https://www.cursor.com/dashboard/bugbot).</sup>
<!-- /CURSOR_SUMMARY -->

---------

Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
Co-authored-by: mimir-github-bot[bot] <199097951+mimir-github-bot[bot]@users.noreply.github.com>
2026-06-13 06:15:11 +02:00
.claude/skills/split-file Add /split-file Claude Code skill (#14847) 2026-03-27 17:08:20 +01:00
.config/go Remove Go telemetry from git repository, ignore it. (#9122) 2024-08-28 07:50:45 +02:00
.github ci: migrate update-vendored-mimir-prometheus slack call to send-slack-message v3 (#15595) 2026-06-10 09:38:25 +00:00
cmd fix: continuous-test: fix a crash when writing float histograms to OTLP (#15641) 2026-06-12 11:19:43 -04:00
development Add experimental compartments support to the ingestion write path (#15640) 2026-06-12 15:55:39 +02:00
docs Add support for early compaction of non-owned series (#15314) 2026-06-11 13:18:58 +02:00
images Update logo image to be less jagged (#1484) 2022-03-15 14:05:49 +00:00
integration fix: ci: allow an empty set of images for backwards compat tests (#15663) 2026-06-12 12:52:18 -04:00
mimir-build-image chore(deps): update dependency prettier to v3.8.4 (main) (#15666) 2026-06-13 06:15:11 +02:00
operations merge release-3.1 into main 2026-06-12 22:49:40 +02:00
packaging chore(deps): update debian docker tag to trixie-20260518 (main) (#15495) 2026-05-29 08:03:41 +02:00
pkg compactor: skip compaction job estimation in scheduler mode (#15664) 2026-06-12 14:28:07 -04:00
tools kafkatool: add dump find-duplicates subcommand (#15506) 2026-06-12 14:02:28 +02:00
vendor fix(deps): update module golang.org/x/net to v0.56.0 (main) (#15671) 2026-06-13 06:11:45 +02:00
.gitattributes Exclude vendor/ from PR size (#2229) 2020-03-09 12:00:15 +01:00
.gitconfig Rename prometheus-private to mimir-prometheus (#843) 2022-01-21 15:55:07 +00:00
.gitignore Add CLAUDE.local.md to gitignore (#15403) 2026-05-21 07:17:11 +08:00
.golangci.yml golangci-lint: enable gosec rules G101 and G117 (#15436) 2026-05-26 17:36:04 +02:00
.lintignore Remove old website (#1135) 2022-02-09 15:44:34 +01:00
.prettierignore Move the mimir-distributed helm chart into the mimir repository (#1925) 2022-05-30 11:02:02 +02:00
ADOPTERS.md Update ADOPTERS.md (#9620) 2024-10-15 09:31:57 +02:00
AGENTS.md Reconcile agent instructions (#14207) 2026-01-30 17:21:55 +01:00
CHANGELOG.md merge release-3.1 into main 2026-06-12 22:49:40 +02:00
CLAUDE.md Replace CLAUDE.md symlink with one-line redirect (#15365) 2026-05-18 12:29:16 -04:00
CODE_OF_CONDUCT.md Fix code of conduct (#922) 2022-01-27 15:36:57 +01:00
CODEOWNERS Address recommendations from supply chain GHA audit (#15424) 2026-05-26 04:08:42 +00:00
CONTRIBUTING.md fixes link (#1476) 2022-03-14 17:06:57 +01:00
go.mod fix(deps): update module golang.org/x/net to v0.56.0 (main) (#15671) 2026-06-13 06:11:45 +02:00
go.sum fix(deps): update module golang.org/x/net to v0.56.0 (main) (#15671) 2026-06-13 06:11:45 +02:00
GOVERNANCE.md chore(deps): update dependency prettier to v3 (main) (#15547) 2026-06-03 12:11:21 +00:00
LICENSE Apply standard Grafana Labs governance and license (#22) 2021-08-05 14:40:22 +02:00
LICENSING.md Change license for operations folder to Apache2. (#5753) 2023-08-22 12:27:49 +02:00
MAINTAINERS.md Update team member and maintainer lists (#15307) 2026-05-12 09:09:51 +02:00
Makefile chore(deps): update dependency prettier to v3.8.4 (main) (#15666) 2026-06-13 06:15:11 +02:00
Makefile.local.example Modify push-mimir-build-image.yml workflow to sign commits and publish image to GAR (#15429) 2026-05-26 12:14:19 +02:00
README.md Fix broken link in readme, and add redirect to docs. (#6115) 2023-09-25 09:51:02 +02:00
RELEASE.md Merge release-3.1 branch to main 2026-06-11 12:10:02 +02:00
renovate.json5 Merge release-3.1 branch to main 2026-06-11 12:10:02 +02:00
VERSION [3.1] Bump version to 3.1.0 everywhere (#15538) 2026-06-02 16:08:42 +02:00

Grafana Mimir

Grafana Mimir logo

Grafana Mimir is an open source software project that provides a scalable long-term storage for Prometheus. Some of the core strengths of Grafana Mimir include:

  • Easy to install and maintain: Grafana Mimirs extensive documentation, tutorials, and deployment tooling make it quick to get started. Using its monolithic mode, you can get Grafana Mimir up and running with just one binary and no additional dependencies. Once deployed, the best-practice dashboards, alerts, and runbooks packaged with Grafana Mimir make it easy to monitor the health of the system.
  • Massive scalability: You can run Grafana Mimir's horizontally-scalable architecture across multiple machines, resulting in the ability to process orders of magnitude more time series than a single Prometheus instance. Internal testing shows that Grafana Mimir handles up to 1 billion active time series.
  • Global view of metrics: Grafana Mimir enables you to run queries that aggregate series from multiple Prometheus instances, giving you a global view of your systems. Its query engine extensively parallelizes query execution, so that even the highest-cardinality queries complete with blazing speed.
  • Cheap, durable metric storage: Grafana Mimir uses object storage for long-term data storage, allowing it to take advantage of this ubiquitous, cost-effective, high-durability technology. It is compatible with multiple object store implementations, including AWS S3, Google Cloud Storage, Azure Blob Storage, OpenStack Swift, as well as any S3-compatible object storage.
  • High availability: Grafana Mimir replicates incoming metrics, ensuring that no data is lost in the event of machine failure. Its horizontally scalable architecture also means that it can be restarted, upgraded, or downgraded with zero downtime, which means no interruptions to metrics ingestion or querying.
  • Natively multi-tenant: Grafana Mimirs multi-tenant architecture enables you to isolate data and queries from independent teams or business units, making it possible for these groups to share the same cluster. Advanced limits and quality-of-service controls ensure that capacity is shared fairly among tenants.

Migrating to Grafana Mimir

If you're migrating to Grafana Mimir, refer to the following documents:

Deploying Grafana Mimir

For information about how to deploy Grafana Mimir, refer to Deploy Grafana Mimir.

Getting started

If youre new to Grafana Mimir, read the Get started guide.

Before deploying Grafana Mimir in a production environment, read:

  1. An overview of Grafana Mimirs architecture
  2. Configure Grafana Mimir
  3. Run Grafana Mimir in production

Documentation

Refer to the following links to access Grafana Mimir documentation:

Contributing

To contribute to Grafana Mimir, refer to Contributing to Grafana Mimir.

Join the Grafana Mimir discussion

If you have any questions or feedback regarding Grafana Mimir, join the Grafana Mimir Discussion. Alternatively, consider joining the monthly Grafana Mimir Community Call.

Your feedback is always welcome, and you can also share it via the #mimir Slack channel.

License

Grafana Mimir is distributed under AGPL-3.0-only.