awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repository-uri

Awesome GitHub RepositoriesProcess-Level Error Logging

Capturing stack traces and stdout/stderr from the process level to diagnose framework or infrastructure failures.

Distinct from Execution Error Captures: Focuses on infrastructure-level process errors rather than concurrent task stream errors.

Explore 3 awesome GitHub repositories matching web development · Process-Level Error Logging. Refine with filters or upvote what's useful.

Awesome Process-Level Error Logging GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • pixie-io/pixieAvatar pixie-io

    pixie-io/pixie

    6,467Vezi pe GitHub↗

    Pixie is an open-source observability platform for Kubernetes that uses eBPF to automatically capture telemetry data from clusters without requiring any manual instrumentation or code changes. It functions as an eBPF telemetry collector, a continuous application profiler, a network traffic analyzer, and a scriptable telemetry query engine, all within a single Kubernetes-native tool. The platform distinguishes itself through several integrated capabilities. It continuously samples stack traces from compiled-language code to identify CPU performance bottlenecks, visualizing the results as inter

    Views HTTP error rate and resource metrics for individual pods to isolate the source of service errors.

    C++
    Vezi pe GitHub↗6,467
  • cri-o/cri-oAvatar cri-o

    cri-o/cri-o

    5,629Vezi pe GitHub↗

    CRI-O is an open-source container runtime that implements the Kubernetes Container Runtime Interface (CRI) to manage container images, pods, and containers on cluster nodes using OCI-compatible runtimes. It serves as a node-level container manager that handles image pulling, container lifecycle, and resource monitoring for Kubernetes clusters, running containers according to the Open Container Initiative specifications. The runtime distinguishes itself through live configuration reloading that applies changes to runtime definitions, registry mirrors, and TLS certificates without restarting th

    Includes verbose status details for pods that have dropped their infra container.

    Go
    Vezi pe GitHub↗5,629
  • ochinchina/supervisordAvatar ochinchina

    ochinchina/supervisord

    4,262Vezi pe GitHub↗

    Acest proiect este un supervizor de procese Go conceput pentru a porni și monitoriza mai multe programe de fundal cu reporniri automate și gestionarea ciclului de viață. Acesta funcționează ca un sistem pentru coordonarea execuției daemon-urilor, asigurând operarea continuă printr-o configurație centrală. Supervizorul se distinge prin mai multe interfețe de administrare la distanță, inclusiv un API REST de gestionare a proceselor, un controler XML-RPC și un dashboard web integrat pentru monitorizarea și controlul proceselor. Dispune de un exportator de monitorizare Prometheus care servește metrici de performanță în timp real printr-un endpoint HTTP dedicat și securizează aceste interfețe la distanță folosind autentificare de bază. Sistemul acoperă domenii largi de capabilități, inclusiv gestionarea jurnalelor (log management) cu rotație bazată pe dimensiune, verificarea automată a stării de sănătate prin polling TCP și HTTP și orchestrarea ciclului de viață al serviciilor prin programare bazată pe priorități de grup. De asemenea, oferă declanșatoare de acțiuni bazate pe evenimente, un reaper de procese copil pentru a curăța procesele zombie și o interfață de linie de comandă pentru controlul manual al proceselor. Software-ul include utilitare pentru generarea de șabloane de configurare și poate fi integrat ca serviciu de sistem folosind fișiere de mediu personalizate.

    Captures standard output and error streams from child processes into files with configurable rotation and size limits.

    Go
    Vezi pe GitHub↗4,262
  1. Home
  2. Web Development
  3. Error Handling
  4. Execution Error Captures
  5. Process-Level Error Logging

Explorează sub-etichetele

  • Pod-Level Error InspectionsViews HTTP error rate and resource metrics for individual pods to isolate the source of service errors. **Distinct from Process-Level Error Logging:** Distinct from Process-Level Error Logging: focuses on pod-level HTTP error rates and resource metrics in Kubernetes, not generic process-level stack traces.
  • Process Stream RedirectionCapturing stdout and stderr from child processes into managed files with rotation. **Distinct from Process-Level Error Logging:** Focuses on the redirection of all process output streams for rotation, not just error-level logging.