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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
open-telemetry avatar

open-telemetry/opentelemetry-php

0
View on GitHub↗
896 stars·227 forks·PHP·Apache-2.0·22 viewsopentelemetry.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.

Star history

Star history chart for open-telemetry/opentelemetry-phpStar history chart for open-telemetry/opentelemetry-php

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Opentelemetry Php

These projects share indexed features with Opentelemetry Php. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • openzipkin/zipkinopenzipkin avatar

    openzipkin/zipkin

    17,431View on 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
    View on GitHub↗17,431
  • open-telemetry/opentelemetry-goopen-telemetry avatar

    open-telemetry/opentelemetry-go

    6,434View on 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
    View on GitHub↗6,434
  • open-telemetry/opentelemetry-specificationopen-telemetry avatar

    open-telemetry/opentelemetry-specification

    4,267View on 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
    View on GitHub↗4,267
  • uptrace/uptraceuptrace avatar

    uptrace/uptrace

    4,098View on 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
    View on GitHub↗4,098
Compare all 30 related projects→

Frequently asked questions

What does open-telemetry/opentelemetry-php do?

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.

What are the main features of open-telemetry/opentelemetry-php?

The main features of open-telemetry/opentelemetry-php are: PHP Instrumentation Toolkits, Distributed Tracing, Tracing Context Propagation, Runtime Instrumentation, Instrumentation Libraries, Application Observability, Application Performance Monitoring, Distributed Tracing Systems.

Which projects share features with open-telemetry/opentelemetry-php?

Projects with overlapping indexed features include: 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…

Curated searches featuring Opentelemetry Php

Hand-picked collections where Opentelemetry Php appears.
  • Observability instrumentation libraries