Edit

Mimir

Purpose: For platform engineers, operators, SREs, documents the Grafana Mimir service in openCenter-gitops-base.

mimir is the long-term and horizontally scalable metrics backend for the observability stack.

What This Repo Deploys

  • HelmRelease/mimir

  • Base values Secret: mimir-values-base

  • Optional override Secret: mimir-values-override

When to Use It

  • Prometheus retention in-cluster is not enough.

  • Metrics from one or more clusters need durable object-storage-backed retention.

Example

prometheus:
  prometheusSpec:
    remoteWrite:
      - url: https://mimir.example.com/api/v1/push

Configuration Surfaces

  • Service path: applications/base/services/observability/mimir/

  • Namespace: observability

  • Flux object: HelmRelease/mimir

  • Source: Grafana Helm repository