Download the PHP package micro-module/observability-bundle without Composer
On this page you can find all versions of the php package micro-module/observability-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download micro-module/observability-bundle
More information about micro-module/observability-bundle
Files in micro-module/observability-bundle
Download micro-module/observability-bundle
More information about micro-module/observability-bundle
Files in micro-module/observability-bundle
Vendor micro-module
Package observability-bundle
Short Description OpenTelemetry observability bundle with conditional subsystem loading for Symfony applications
License proprietary
Package observability-bundle
Short Description OpenTelemetry observability bundle with conditional subsystem loading for Symfony applications
License proprietary
Please rate this library. Is it a good library?
Informations about the package observability-bundle
MicroModule Observability Bundle
OpenTelemetry observability bundle for Symfony applications with conditional subsystem loading.
Features
- Core: TracerFactory + MeterFactory for OpenTelemetry instrumentation
- Doctrine: DBAL query tracing middleware
- AMQP: RabbitMQ producer/consumer span propagation
- Broadway: EventBus/EventStore decorator tracing
- Redis: Operation tracing with cache hit/miss tracking
- Profiling: Pyroscope continuous profiling
- Circuit Breaker: Ganesha-based protection for OTel exporters
- Command Bus: Tactician middleware tracing
Each subsystem is independently toggleable and only loaded when its dependencies are present.
Installation
Configuration
Conditional Loading
Each subsystem checks both the enabled config flag AND whether its dependencies are installed:
This means you can safely enable all subsystems — those without installed dependencies are silently skipped.
License
Proprietary
All versions of observability-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.4
open-telemetry/api Version ^1.0
open-telemetry/sdk Version ^1.0
psr/log Version ^2.0 || ^3.0
symfony/config Version ^7.0 || ^8.0
symfony/dependency-injection Version ^7.0 || ^8.0
symfony/http-kernel Version ^7.0 || ^8.0
open-telemetry/api Version ^1.0
open-telemetry/sdk Version ^1.0
psr/log Version ^2.0 || ^3.0
symfony/config Version ^7.0 || ^8.0
symfony/dependency-injection Version ^7.0 || ^8.0
symfony/http-kernel Version ^7.0 || ^8.0
The package micro-module/observability-bundle contains the following files
Loading the files please wait ...