back to home

grafana / mimir

Grafana Mimir provides horizontally scalable, highly available, multi-tenant, long-term storage for Prometheus.

4,981 stars
732 forks
756 issues
GoJsonnetGo Template

AI Architecture Analysis

This repository is indexed by RepoMind. By analyzing grafana/mimir in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.

Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context on-demand, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.

Source files are only loaded when you start an analysis to optimize performance.

Embed this Badge

Showcase RepoMind's analysis directly in your repository's README.

[![Analyzed by RepoMind](https://img.shields.io/badge/Analyzed%20by-RepoMind-4F46E5?style=for-the-badge)](https://repomind.in/repo/grafana/mimir)
Preview:Analyzed by RepoMind

Repository Overview (README excerpt)

Crawler view

Grafana Mimir 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 Mimir’s 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 Mimir’s 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: • Migrating from Thanos or Prometheus to Grafana Mimir. • Migrating from Cortex to Grafana Mimir Deploying Grafana Mimir For information about how to deploy Grafana Mimir, refer to Deploy Grafana Mimir. Getting started If you’re new to Grafana Mimir, read the Get started guide. Before deploying Grafana Mimir in a production environment, read: • An overview of Grafana Mimir’s architecture • Configure Grafana Mimir • Run Grafana Mimir in production Documentation Refer to the following links to access Grafana Mimir documentation: • Latest release • Upcoming release, at the tip of the branch 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 Slack channel. License Grafana Mimir is distributed under AGPL-3.0-only.