awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 مستودعات

Awesome GitHub RepositoriesZero-Code Instrumentation

Deployment mechanisms that enable monitoring agents to be attached without modifying application source code.

Distinct from Deployment Agents: Distinct from general deployment agents by focusing on the 'no-code' bytecode manipulation aspect of agent attachment.

Explore 5 awesome GitHub repositories matching devops & infrastructure · Zero-Code Instrumentation. Refine with filters or upvote what's useful.

Awesome Zero-Code Instrumentation GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • naver/pinpointالصورة الرمزية لـ naver

    naver/pinpoint

    13,833عرض على GitHub↗

    Pinpoint is a distributed application performance monitoring and tracing system. It functions as an application performance monitor and topology visualizer designed to analyze the execution behavior of large-scale distributed applications. The system uses bytecode instrumentation to monitor applications without requiring changes to the original source code. It captures call stacks and request flows across interconnected services to visualize system dependencies and generate real-time architectural maps of communication patterns. The platform covers a broad range of observability capabilities

    Enables the deployment of monitoring agents via bytecode manipulation to avoid modifying original source code.

    Java
    عرض على GitHub↗13,833
  • open-telemetry/opentelemetry-specificationالصورة الرمزية لـ open-telemetry

    open-telemetry/opentelemetry-specification

    4,267عرض على GitHub↗

    This repository contains the specifications for a standardized observability data standard and telemetry instrumentation framework. It defines unified protocols for how telemetry data is instrumented, propagated, and formatted to ensure interoperability across distributed systems. The specification provides a vendor-neutral approach to observability, allowing telemetry data to be exported to various backends without locking into a single provider or requiring changes to application source code. It establishes a consistent protocol for capturing request flows across service boundaries to corre

    Enables monitoring agents to be attached for telemetry collection without requiring modifications to application source code.

    Makefileopentelemetry
    عرض على GitHub↗4,267
  • uptrace/uptraceالصورة الرمزية لـ uptrace

    uptrace/uptrace

    4,098عرض على GitHub↗

    Uptrace is an OpenTelemetry-based observability platform designed to collect, store, and analyze distributed traces, metrics, and logs. It functions as a centralized logging backend, a distributed tracing system, and a metrics engine to monitor application performance and system health. The platform is distinguished by AI-powered operational capabilities, allowing users to query telemetry data and manage monitoring dashboards using natural language. It specifically includes specialized monitoring for generative AI pipelines, tracking token usage and response quality for LLM interactions and r

    Enables telemetry collection via environment variables and registration flags without requiring source code modifications.

    Goapmapplication-monitoringclickhouse
    عرض على GitHub↗4,098
  • open-telemetry/opentelemetry-dotnetالصورة الرمزية لـ open-telemetry

    open-telemetry/opentelemetry-dotnet

    3,666عرض على GitHub↗

    The OpenTelemetry .NET SDK is a set of libraries used to generate and export traces, metrics, and logs from .NET applications. It functions as an application performance monitoring tool and a distributed tracing implementation, providing the necessary infrastructure to capture system metrics and request paths across microservices. The project includes a zero-code instrumentation library that automatically captures telemetry from popular .NET frameworks without requiring manual changes to source code. It uses a provider-based API abstraction to decouple instrumentation from specific backend im

    Provides deployment mechanisms that enable monitoring agents to be attached without modifying application source code.

    C#asp-netasp-net-coredistributed-tracing
    عرض على GitHub↗3,666
  • open-telemetry/opentelemetry-demoالصورة الرمزية لـ open-telemetry

    open-telemetry/opentelemetry-demo

    2,906عرض على GitHub↗

    This project is an OpenTelemetry reference implementation and distributed microservices environment used to demonstrate the collection and export of traces, metrics, and logs. It serves as a telemetry pipeline showcase and a polyglot instrumentation example, providing a sandbox for practicing distributed tracing and monitoring within a Kubernetes cluster. The system features a polyglot architecture to demonstrate consistent, vendor-neutral telemetry implementation across multiple programming languages. It includes a simulated environment for testing telemetry interoperability and troubleshoot

    Implements bytecode manipulation agents that enable telemetry collection without modifying application source code.

    TypeScriptdemojaegeropentelemetry
    عرض على GitHub↗2,906
  1. Home
  2. DevOps & Infrastructure
  3. Deployment Agents
  4. Zero-Code Instrumentation