awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 repositorios

Awesome GitHub RepositoriesGlobal Prometheus Querying

Tools for aggregating and querying metrics across multiple distributed Prometheus clusters.

Distinct from Prometheus-Compatible Backends: None of the candidates cover the specific act of federating queries across multiple Prometheus clusters.

Explore 6 awesome GitHub repositories matching system administration & monitoring · Global Prometheus Querying. Refine with filters or upvote what's useful.

Awesome Global Prometheus Querying GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • thanos-io/thanosAvatar de thanos-io

    thanos-io/thanos

    14,121Ver en GitHub↗

    Thanos is a distributed metrics query engine and monitoring scalability suite designed to provide a unified interface for aggregating data from multiple Prometheus servers and clusters. It functions as a high availability monitoring backend that eliminates single points of failure by deduplicating data from replicated instances. The system enables long-term retention by persisting time-series data to cloud-native object storage, allowing for unlimited historical archiving beyond the limits of local disks. It further optimizes this storage through a downsampling and retention manager that comp

    Provides a unified interface for aggregating and querying metrics across multiple distributed Prometheus clusters.

    Gocncfgogoogle-cloud-storage
    Ver en GitHub↗14,121
  • improbable-eng/thanosAvatar de improbable-eng

    improbable-eng/thanos

    14,105Ver en GitHub↗

    Thanos is a CNCF cloud native monitoring tool that provides a highly available and scalable extension to the Prometheus ecosystem. It functions as a global query engine, a long-term storage system, and a metric downsampler. The project enables a unified interface to aggregate and query metrics across multiple distributed clusters from a single view. It maintains historical data beyond local retention limits by persisting time-series metrics in object storage and eliminates data gaps by merging metrics from redundant server pairs. The system includes capabilities for reducing the resolution o

    Provides a unified view by merging metrics from multiple distributed Prometheus clusters for centralized monitoring.

    Go
    Ver en GitHub↗14,105
  • prometheus-operator/prometheus-operatorAvatar de prometheus-operator

    prometheus-operator/prometheus-operator

    9,941Ver en GitHub↗

    The Prometheus Operator is a Kubernetes monitoring orchestrator and controller that manages Prometheus clusters and observability components through declarative custom resources. It functions as a custom resource controller that translates high-level Kubernetes resource definitions into the configuration files required by the underlying monitoring software. The project automates the deployment, scaling, and lifecycle of an observability stack, including the integration of components like Thanos and Alertmanager. It distinguishes itself by syncing monitoring targets, alerting rules, and scrape

    Deploys Thanos sidecars and rulers to enable global querying and long-term storage of Prometheus metrics.

    Gohacktoberfestkubernetesmonitoring
    Ver en GitHub↗9,941
  • greptimeteam/greptimedbAvatar de GreptimeTeam

    GreptimeTeam/greptimedb

    5,968Ver en GitHub↗

    GreptimeDB is a distributed, open-source time-series database built for unified observability. It stores and queries metrics, logs, and traces together in a single columnar engine, supporting both SQL and PromQL for analysis. The database is designed as a Kubernetes-native operator with a decoupled compute and storage architecture, enabling horizontal scaling and multi-region deployment. What distinguishes GreptimeDB is its role as a multi-protocol ingestion gateway, accepting data through OpenTelemetry, Prometheus Remote Write, InfluxDB, Loki, Elasticsearch, Kafka, and MQTT protocols without

    Provides standard Prometheus HTTP endpoints for querying and exploring metric data.

    Rustanalyticscloud-nativedatabase
    Ver en GitHub↗5,968
  • cortexproject/cortexAvatar de cortexproject

    cortexproject/cortex

    5,751Ver en GitHub↗

    Cortex is an open-source, horizontally scalable metrics platform that ingests, stores, and queries Prometheus-compatible time-series data with multi-tenant isolation. It accepts metrics via Prometheus remote write and OpenTelemetry, executes PromQL queries against both recent and historical data, and provides a Prometheus-compatible alerting and recording rule engine with an integrated Alertmanager. The system is built as a set of independently scalable microservices that use hash-ring-based sharding, gossip-based cluster membership, and tenant-aware object storage to distribute workloads acro

    Exposes Prometheus-compatible query endpoints under a dedicated path prefix for standard PromQL queries.

    Gocncfhacktoberfestkubernetes
    Ver en GitHub↗5,751
  • grafana/tempoAvatar de grafana

    grafana/tempo

    5,079Ver en GitHub↗

    Grafana Tempo is a high-scale distributed tracing backend and columnar trace database. It serves as an observability data store that persists and queries spans and traces using OpenTelemetry standards, allowing for the analysis of request flows across microservices. The system distinguishes itself by using an object-store based backend with columnar Parquet storage. This architecture enables efficient attribute searching and large-scale data retrieval through dedicated attribute columnization and block-based data partitioning. It includes a specialized TraceQL query engine for filtering trace

    Identifies specific traces that contributed to a calculated metric value to provide context for performance spikes.

    Godistributed-tracinggrafana
    Ver en GitHub↗5,079
  1. Home
  2. System Administration & Monitoring
  3. Global Prometheus Querying

Explorar subetiquetas

  • Exemplar QueriesRetrieves exemplar data associated with time series using a Prometheus-compatible endpoint. **Distinct from Global Prometheus Querying:** Distinct from Global Prometheus Querying: focuses on retrieving exemplars, not aggregating metrics across clusters.