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

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

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

open-telemetry/opentelemetry-php

0
View on GitHub↗
896 نجوم·227 تفرعات·PHP·Apache-2.0·7 مشاهداتopentelemetry.io/docs/instrumentation/php↗

Opentelemetry Php

OpenTelemetry PHP is a standard-compliant observability framework designed to instrument applications for the collection and export of telemetry data. It provides a comprehensive suite of tools for capturing traces, metrics, and logs, enabling developers to monitor operational behavior and system performance in real time.

The project distinguishes itself through an interface-driven plugin architecture that allows for the modular configuration of exporters, processors, and samplers. To maintain performance in production environments, it supports the use of native binary extensions for data serialization and employs asynchronous batch processing to minimize the overhead associated with transmitting telemetry signals.

The framework covers a broad range of observability capabilities, including distributed request tracing and context propagation to link operations across service boundaries. It utilizes runtime instrumentation hooks to capture performance data automatically, while supporting standardized export protocols such as HTTP and gRPC to ensure compatibility with diverse monitoring backends.

Features

  • PHP Instrumentation Toolkits - Provides a collection of tools for capturing and exporting traces, metrics, and logs from PHP applications to observability backends.
  • Distributed Tracing - Provides a framework for recording request paths across service boundaries to visualize performance and identify failures in complex system architectures.
  • Tracing Context Propagation - Implements mechanisms for injecting and extracting distributed tracing headers across network boundaries to maintain request correlation.
  • Runtime Instrumentation - Injects observation logic into application code at execution time to capture performance metrics and events without requiring manual code changes.
  • Instrumentation Libraries - Injects hooks into application logic to automatically or manually capture performance data and operational events during runtime execution.
  • Application Observability - Injects hooks into application logic to automatically or manually capture performance data and operational events during runtime execution.
  • Application Performance Monitoring - Captures and exports metrics and logs to external observability backends to gain visibility into system health and operational behavior.
  • Distributed Tracing Systems - Records the path of requests across multiple services to visualize performance bottlenecks and identify failures within complex system architectures.
  • Telemetry Exporters - Pushes internal performance metrics and logs to third-party observability platforms using standard protocols.
  • Request Tracing - Provides utilities for monitoring and visualizing the lifecycle of network requests through application layers.
  • Telemetry Data Collection - Gathers traces, metrics, and logs from application execution to centralize observability data.
  • Request Context Propagation - Maintains trace and span information across service boundaries to ensure that requests remain linked throughout their entire lifecycle.
  • Observability Framework Implementations - Provides a standard-compliant implementation for instrumenting application code to monitor operational behavior and system performance in real time.
  • Standardized Observability Protocols - Transmits observability data using universal formats like OTLP over HTTP or gRPC to ensure compatibility with diverse backend monitoring systems.
  • Native Serialization Extensions - Offloads data encoding and transmission tasks to a native binary module to minimize performance overhead during high-volume telemetry export.
  • Telemetry Plugin Interfaces - Uses standardized interfaces to allow developers to swap exporters, processors, and samplers without modifying the core telemetry collection logic.
  • Observability Metrics Exporters - Exports application performance and usage metrics to external monitoring tools for detailed analysis.

سجل النجوم

مخطط تاريخ النجوم لـ open-telemetry/opentelemetry-phpمخطط تاريخ النجوم لـ open-telemetry/opentelemetry-php

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

مجموعات مختارة تضم Opentelemetry Php

مجموعات منسقة بعناية يظهر فيها Opentelemetry Php.
  • مكتبات أدوات المراقبة (Observability)

الأسئلة الشائعة

ما هي وظيفة open-telemetry/opentelemetry-php؟

OpenTelemetry PHP is a standard-compliant observability framework designed to instrument applications for the collection and export of telemetry data. It provides a comprehensive suite of tools for capturing traces, metrics, and logs, enabling developers to monitor operational behavior and system performance in real time.

ما هي الميزات الرئيسية لـ open-telemetry/opentelemetry-php؟

الميزات الرئيسية لـ open-telemetry/opentelemetry-php هي: PHP Instrumentation Toolkits, Distributed Tracing, Tracing Context Propagation, Runtime Instrumentation, Instrumentation Libraries, Application Observability, Application Performance Monitoring, Distributed Tracing Systems.

ما هي البدائل مفتوحة المصدر لـ open-telemetry/opentelemetry-php؟

تشمل البدائل مفتوحة المصدر لـ open-telemetry/opentelemetry-php: openzipkin/zipkin — Zipkin is an open-source distributed tracing system designed to collect, store, and visualize timing data across… open-telemetry/opentelemetry-go — OpenTelemetry Go is a framework for generating and collecting distributed traces, metrics, and logs from Go… open-telemetry/opentelemetry-specification — This repository contains the specifications for a standardized observability data standard and telemetry… uptrace/uptrace — Uptrace is an OpenTelemetry-based observability platform designed to collect, store, and analyze distributed traces,… quarkusio/quarkus — Quarkus is a Kubernetes-native Java framework designed for building high-performance, memory-efficient applications.… open-telemetry/opentelemetry-dotnet — The OpenTelemetry .NET SDK is a set of libraries used to generate and export traces, metrics, and logs from .NET…

بدائل مفتوحة المصدر لـ Opentelemetry Php

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Opentelemetry Php.
  • openzipkin/zipkinالصورة الرمزية لـ openzipkin

    openzipkin/zipkin

    17,431عرض على GitHub↗

    Zipkin is an open-source distributed tracing system designed to collect, store, and visualize timing data across complex service architectures. It provides a platform for monitoring request lifecycles, enabling developers to identify latency bottlenecks and performance issues by tracking operations as they move through heterogeneous service environments. The system distinguishes itself through a standardized data model and a pluggable storage architecture that supports various backend databases. It utilizes sampling strategies to manage telemetry volume and employs asynchronous collection met

    Javadistributed-tracingobservabilityopenzipkin
    عرض على GitHub↗17,431
  • open-telemetry/opentelemetry-goالصورة الرمزية لـ open-telemetry

    open-telemetry/opentelemetry-go

    6,434عرض على GitHub↗

    OpenTelemetry Go is a framework for generating and collecting distributed traces, metrics, and logs from Go applications. It provides a standardized telemetry instrumentation API for adding observability markers to code and a corresponding SDK for processing and emitting these signals. The project utilizes a configurable observability pipeline to sample and export telemetry data to external backends using the OTLP wire protocol. It features a pluggable export system and a separation between the public API and the SDK implementation, allowing telemetry to be routed to third-party platforms wit

    Gologgingmetricsopentelemetry
    عرض على GitHub↗6,434
  • 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

    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

    Goapmapplication-monitoringclickhouse
    عرض على GitHub↗4,098
عرض جميع البدائل الـ 30 لـ Opentelemetry Php→