Self-Hosted Observability Directory

Thanos

CNCF-graduated long-term storage and global query layer for Prometheus, backed by object storage.

LicenseApache-2.0
Repositoryhttps://github.com/thanos-io/thanos
GitHub stars (approx)14000
LanguageGo
Self-host deploymentkubernetes helm, docker, single binary per component
Commercial hosted optionno / self-host only
Freshness statusFresh
Freshness checked2026-05-17
Categoriesmetrics
Replaces SaaSdatadog, new-relic

Thanos extends Prometheus with object-storage retention, global query across multiple Prometheus clusters, and downsampling for fast historical queries. A small constellation of components (sidecar, store, query, compactor, ruler) bolts on without forcing a rewrite of your scrape config.

Pick it if: you already operate Prometheus at multi-cluster scale and need a global view plus cheap long-term retention on S3/GCS/Azure Blob. The incremental adoption path (start with sidecar + query) is the gentlest in this category.

Skip it if: you’re starting fresh — VictoriaMetrics or Mimir reach similar outcomes with fewer moving parts. Also skip if you do not have object storage in your environment; Thanos without object storage is not Thanos.

Deployment: Helm chart maintained by Bitnami and the community; each component scales independently. Plan capacity for the compactor — it is the surprising bottleneck at scale.

← Back to directory