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.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package opentelemetry-bundle

friendsofopentelemetry/opentelemetry-bundle

GitHub Actions: CI GitHub Actions: Docs Codecov: Coverage Coveralls: Coverage Project stage: Development Built with Nix FOSSA Status Packagist Version Packagist Downloads

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:

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:

For more details on instrumentation requirements, refer to the Traces Instrumentation Documentation.

This phase will conclude once:

Stable

To complete the Stable release, the following goals must be met:

Credits

License

All the code in this repository is released under the MIT License, for more information take a look at the LICENSE file.

FOSSA Status

Repo Activity

Repo Activity


All versions of opentelemetry-bundle with dependencies

PHP Build Version
Package Version
Requires php Version >=8.2
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
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package kaspiman/opentelemetry-bundle contains the following files

Loading the files please wait ....