Download the PHP package kaspiman/opentelemetry-bundle without Composer
On this page you can find all versions of the php package kaspiman/opentelemetry-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package opentelemetry-bundle
friendsofopentelemetry/opentelemetry-bundle
Traces, metrics, and logs instrumentation within your Symfony application.
Overview
OpenTelemetry is an observability framework – an API, SDK, and tools that are designed to aid in the generation and collection of application telemetry data such as metrics, logs, and traces.
For more information, visit the OpenTelemetry PHP SDK documentation.
This bundle provides a seamless integration of the OpenTelemetry PHP SDK within your Symfony application.
Documentation
Please read the documentation: https://friendsofopentelemetry.github.io/opentelemetry-bundle/
Contributing
Found a bug, have a suggestion for a new feature? Please read the contribution guide and submit an issue.
Versioning
This section outlines how pre-release versions will be published until the first stable release is achieved and the goals for each stage.
Backward compatibility will not be provided during pre-release stages, as our focus is on progressing toward the stable release. Consequently, breaking changes, such as package upgrades and configuration modifications, may occur without notice.
Alpha
The goal of the Alpha release is to achieve full integration of the tracing, metering, and logging services provided by the OpenTelemetry SDK.
To accomplish this:
- All services and their dependencies must be fully declared in the bundle configuration.
- Services should be easily overridden by user-defined service definitions following Symfony's dependency injection principles.
Once the services are functional according to OpenTelemetry SDK capabilities and Symfony's service definitions, this phase will be complete.
Beta
The goal of the Beta release is to enable tracing instrumentation for a Symfony application, either automatically or selectively.
Instrumentation goals include:
- Allowing instrumentation of Symfony components through defined entry points.
- Providing automatic (opt-out) instrumentation, where components are instrumented by default, with the option to exclude specific components.
- Enabling selective instrumentation, allowing users to explicitly choose which components to instrument through provided APIs.
For more details on instrumentation requirements, refer to the Traces Instrumentation Documentation.
This phase will conclude once:
- All components are fully covered by instrumentation.
- Both automatic and selective configuration methods are implemented.
Stable
To complete the Stable release, the following goals must be met:
- Full compliance with OpenTelemetry Trace Semantic Conventions.
- Stabilization of tracing instrumentation, incorporating feedback and addressing reported issues.
- Comprehensive test coverage for each component.
- A complete documentation set, covering tracing services, configurations, and bundle capabilities.
Credits
License
All the code in this repository is released under the MIT License, for more information take a look at the LICENSE file.
Repo Activity
All versions of opentelemetry-bundle with dependencies
monolog/monolog Version ^3.7
nyholm/psr7 Version ^1.8
open-telemetry/api Version ^1.1
open-telemetry/context Version ^1.1
open-telemetry/opentelemetry-logger-monolog Version ^1.0
open-telemetry/opentelemetry-propagation-server-timing Version ^0.0.2
open-telemetry/opentelemetry-propagation-traceresponse Version ^0.0.3
open-telemetry/sdk Version ^1.1
open-telemetry/sem-conv Version ^1.27
open-telemetry/symfony-sdk-bundle Version ^0.0.24
php-http/discovery Version ^1.20
psr/http-factory Version ^1.1
symfony/config Version ^7.1
symfony/dependency-injection Version ^7.1
symfony/event-dispatcher Version ^7.1
symfony/http-client Version ^7.1.8
zenstruck/dsn Version ^0.2
zenstruck/uri Version ^2.3