awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

27 dépôts

Awesome GitHub RepositoriesMonitoring and Visualization

Tools for observing cluster health, metrics, and visualizing resource states.

Explore 27 awesome GitHub repositories matching part of an awesome list · Monitoring and Visualization. Refine with filters or upvote what's useful.

Awesome Monitoring and Visualization GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • grafana/grafanaAvatar de grafana

    grafana/grafana

    74,456Voir sur GitHub↗

    Grafana is an observability data platform designed to aggregate metrics, logs, and traces from diverse sources into a unified environment. It functions as a centralized interface for visualizing complex telemetry data, transforming raw streams into interactive dashboards that support real-time system health tracking and performance monitoring. The platform distinguishes itself through a plugin-based modular architecture that integrates disparate databases, cloud services, and monitoring tools via a standardized data abstraction layer. This framework allows for the dynamic loading of external

    Platform for querying, visualizing, and alerting on metrics.

    TypeScriptalertinganalyticsbusiness-intelligence
    Voir sur GitHub↗74,456
  • prometheus/prometheusAvatar de prometheus

    prometheus/prometheus

    64,569Voir sur GitHub↗

    Prometheus is a comprehensive monitoring and alerting platform designed to track infrastructure health and application performance. It functions as a time series database that ingests, indexes, and queries high-frequency numerical data points. By utilizing a pull-based model, the system periodically collects multi-dimensional metrics from monitored targets, storing them in an optimized block storage format that supports high-throughput ingestion and efficient historical analysis. The platform distinguishes itself through a specialized query engine that enables real-time analysis of performanc

    Systems and service monitoring platform.

    Goalertinggraphinghacktoberfest
    Voir sur GitHub↗64,569
  • lensapp/lensAvatar de lensapp

    lensapp/lens

    23,180Voir sur GitHub↗

    Lens is a multi-cluster management platform and desktop application for administering Kubernetes environments. It provides a graphical interface for deploying Helm charts, editing YAML manifests, and managing the lifecycle of pods and deployments. The project features an AI-powered cluster assistant that enables users to query cluster state, perform autonomous troubleshooting, and translate natural language requests into system commands. It also supports collaborative team access through shared spaces, utilizing encrypted cluster sharing and role-based access control to manage credentials and

    Attractive desktop UI for working with cluster resources.

    cloud-nativecontainersdevops
    Voir sur GitHub↗23,180
  • thanos-io/thanosAvatar de thanos-io

    thanos-io/thanos

    14,121Voir sur 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

    Highly available metric system with unlimited storage capacity.

    Gocncfgogoogle-cloud-storage
    Voir sur GitHub↗14,121
  • up9inc/mizuAvatar de up9inc

    up9inc/mizu

    11,958Voir sur GitHub↗

    Mizu is a suite of tools for capturing, indexing, and visualizing cloud-native network traffic and decrypted payloads for cluster-wide diagnostics. It provides Kubernetes network observability by using eBPF to index and visualize layer 4 and layer 7 traffic with full cluster context, allowing for the mapping of workload dependencies and the diagnosis of network failures. The project distinguishes itself by using kernel-level hooks to decrypt TLS traffic in plain text without requiring private keys. It further integrates a standardized context protocol to expose indexed network telemetry to AI

    API traffic viewer for inspecting microservice communication.

    Go
    Voir sur GitHub↗11,958
  • kubernetes-sigs/metrics-serverAvatar de kubernetes-sigs

    kubernetes-sigs/metrics-server

    6,651Voir sur GitHub↗

    Metrics Server is a lightweight, single-purpose daemon that collects CPU and memory usage data from every node and pod in a Kubernetes cluster and exposes those metrics through a standard Kubernetes API endpoint. It registers as an aggregated extension API server behind the Kubernetes apiserver, making resource utilization data available to the Horizontal Pod Autoscaler and Vertical Pod Autoscaler for automatic replica count and resource request adjustments. The project distinguishes itself by operating as a focused, in-cluster resource metrics collector that polls kubelet summary endpoints a

    Scalable source of container metrics for autoscaling pipelines.

    Gok8s-sig-instrumentation
    Voir sur GitHub↗6,651
  • derailed/popeyeAvatar de derailed

    derailed/popeye

    6,307Voir sur GitHub↗

    👀 A Kubernetes cluster resource sanitizer

    Scans clusters to report configuration and resource issues.

    Gogogolangk8s
    Voir sur GitHub↗6,307
  • kubernetes/kube-state-metricsAvatar de kubernetes

    kubernetes/kube-state-metrics

    6,141Voir sur GitHub↗

    kube-state-metrics is a Kubernetes metrics exporter that generates Prometheus-compatible metrics from the current state of cluster objects such as pods, deployments, and nodes. It operates by watching the Kubernetes API server and transforming resource snapshots into metric families, which are then exposed over an HTTP endpoint in the Prometheus text-based exposition format for direct scraping. The project distinguishes itself through horizontal scaling capabilities, distributing metric collection across multiple instances using object UID hashing to reduce per-instance memory consumption. It

    Generates metrics about the state of cluster objects.

    Gokuberneteskubernetes-exporterkubernetes-monitoring
    Voir sur GitHub↗6,141
  • cortexproject/cortexAvatar de cortexproject

    cortexproject/cortex

    5,751Voir sur 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

    Scalable, multi-tenant long-term storage for metrics.

    Gocncfhacktoberfestkubernetes
    Voir sur GitHub↗5,751
  • komodorio/helm-dashboardAvatar de komodorio

    komodorio/helm-dashboard

    5,625Voir sur GitHub↗

    Helm Dashboard is a web-based interface for managing and monitoring Helm releases in Kubernetes clusters. It provides a graphical alternative to the command line for viewing deployed releases, inspecting installed charts, and performing the full lifecycle of Helm operations including installation, upgrades, rollbacks, and uninstalls. The dashboard enables users to browse releases with filtering by namespace or name, view revision history and deployment details, and compare manifest or values differences between revisions before applying changes. It supports deploying charts from repositories,

    UI-driven interface for managing and viewing Helm charts.

    TypeScriptguihelmhelm-plugin
    Voir sur GitHub↗5,625
  • kiali/kialiAvatar de kiali

    kiali/kiali

    3,620Voir sur GitHub↗

    Kiali project, observability for the Istio service mesh

    Visualizes service mesh topology and traffic flow.

    Goistiomanagementobservability
    Voir sur GitHub↗3,620
  • fairwindsops/goldilocksAvatar de FairwindsOps

    FairwindsOps/goldilocks

    3,144Voir sur GitHub↗

    Goldilocks is a suite of tools for analyzing resource usage and managing autoscaling policies in Kubernetes. It functions as a resource optimizer and capacity planner, providing a dashboard and command line interface to analyze workload utilization patterns and suggest efficient CPU and memory requests and limits for containers. The project distinguishes itself by visualizing recommendations from the Vertical Pod Autoscaler via a web interface and providing a lifecycle manager to create and configure these autoscaler objects. It includes capabilities to aggregate resource recommendations acro

    Identifies optimal resource requests and limits for workloads.

    Gofairwinds-officialkubernetesreporting
    Voir sur GitHub↗3,144
  • bloomberg/goldpingerAvatar de bloomberg

    bloomberg/goldpinger

    2,706Voir sur GitHub↗

    Debugging tool for Kubernetes which tests and displays connectivity between nodes in the cluster.

    Tests and visualizes network connectivity between cluster nodes.

    JavaScriptkuberneteskubernetes-monitoringprometheus
    Voir sur GitHub↗2,706
  • robscott/kube-capacityAvatar de robscott

    robscott/kube-capacity

    2,639Voir sur GitHub↗

    A simple CLI that provides an overview of the resource requests, limits, and utilization in a Kubernetes cluster

    CLI tool for viewing cluster resource requests and utilization.

    Gokubernetesresource-managementutilization
    Voir sur GitHub↗2,639
  • philippemerle/kubediagramsAvatar de philippemerle

    philippemerle/KubeDiagrams

    2,578Voir sur GitHub↗

    KubeDiagrams is a Kubernetes architecture visualizer and diagram generator that transforms manifests, Helm charts, and live cluster states into visual resource maps. It serves as a resource mapper that defines visual relationships between pods, services, and custom resources using labels and annotations. The system supports the resolution of templated charts and the mapping of custom resource types to specific visual representations via external configuration. It enables the addition of manual clusters, nodes, and edges to generated visuals through declarative extensions, and can export graph

    Generates architecture diagrams from manifests and charts.

    JavaScriptarchitecturediagramsgraphviz
    Voir sur GitHub↗2,578
  • hjacobs/kube-ops-viewAvatar de hjacobs

    hjacobs/kube-ops-view

    1,839Voir sur GitHub↗

    Kubernetes Operational View - read-only system dashboard for multiple K8s clusters

    Provides a unified operational picture for multiple clusters.

    JavaScriptadmin-dashboardkuberneteskubernetes-monitoring
    Voir sur GitHub↗1,839
  • salesforce/sloopAvatar de salesforce

    salesforce/sloop

    1,578Voir sur GitHub↗

    Kubernetes History Visualization

    Records and visualizes history of events and resource states.

    Go
    Voir sur GitHub↗1,578
  • flanksource/canary-checkerF

    flanksource/canary-checker

    0Voir sur GitHub↗

    Native health check platform with numerous built-in check types.

    Voir sur GitHub↗0
  • guiqui/k8studioG

    guiqui/k8Studio

    0Voir sur GitHub↗

    IDE for managing and visualizing cluster resources.

    Voir sur GitHub↗0
  • searchlight/searchlightS

    searchlight/searchlight

    0Voir sur GitHub↗

    Periodically runs cluster checks and sends alerts.

    Voir sur GitHub↗0
Préc.12Suivant
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Monitoring and Visualization