Skip to content

Latest commit

 

History

History
49 lines (28 loc) · 2.05 KB

README.md

File metadata and controls

49 lines (28 loc) · 2.05 KB

OpenTelemetry php contrib library

CI Build codecov

Current Project Status

This project currently lives in a pre-alpha status. Our current release is not production ready; it has been created in order to receive feedback from the community.

For more information, please, consult the documentation of the main OpenTelemetry php project.

Issues

Issues have been disabled for this repo in order to help main consistency between this repo and the main opentelemetry-php repo. If you have an issue you'd like to raise about this issue, please use the OpenTelemetry PHP Issue section. Please prefix the title of the issue with [opentelemetry-php-contrib].

Installation

Install individual packages:

(This is the recommened way to install the components)

Refer to the documentation for the individual components on how to install them

Install the complete package:

As an alternative to installing individual components you can install the whole package with all components

$ composer require open-telemetry/opentelemetry-php-contrib

Usage/Examples

AWS

Symfony

SdkBundle

  • The documentation for the Symfony SdkBundle can be found here.
  • An example symfony application using the SdkBundle can be found here.

Development

Please, consult the documentation of the main OpenTelemetry php project.