opentelemetry 1.0.0beta3

OpenTelemetry auto-instrumentation support extension


https://github.com/open-telemetry/opentelemetry-php-instrumentation

License: Apache 2.0

Changes

opentelemetry 1.0.0beta3

* rename extension from otel_instrumentation to opentelemetry (#49)
* display extension version in phpinfo (#48)
* Fix #46 add doc, license and tests to pecl package (#47)
* changes to allow build/upload to pecl (#44)
* update package.xml and docs in preparation for pecl release (#43)
* store scope in the context (#42)
* moving bin directory to contrib (#39)
* fixing script names (#38)
* get list of auto packages through packagist api (#37)
* adding new symfony and laravel auto instrumentation packages (#36)
* execute composer require in non-interactive mode (#35)
* deny plugins for php-http/discovery by default (#34)
* windows is not supported yet due to configure script code generation error (#33)
* install and setup auto-instrumentation with one command (#29)
* docs: update/sync(opentelemetry.io) installation description (#27)