Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 1.5 KB

README.md

File metadata and controls

35 lines (21 loc) · 1.5 KB

OpenTelemetry php contrib library

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

The recommended way to install the library is through Composer:

Install the package:

$ 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.