Download the PHP package auxmoney/opentracing-bundle-php-http-httplug-bundle without Composer
On this page you can find all versions of the php package auxmoney/opentracing-bundle-php-http-httplug-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download auxmoney/opentracing-bundle-php-http-httplug-bundle
More information about auxmoney/opentracing-bundle-php-http-httplug-bundle
Files in auxmoney/opentracing-bundle-php-http-httplug-bundle
Package opentracing-bundle-php-http-httplug-bundle
Short Description Symfony Opentracing bundle extension for php-http/HttplugBundle
License MIT
Informations about the package opentracing-bundle-php-http-httplug-bundle
auxmoney OpentracingBundle - HttplugBundle
This bundle adds automatic header injection for php-http/httplug-bundle clients to the OpentracingBundle.
Installation
Prerequisites
This bundle is only an additional plugin and should not be installed independently. See OpentracingBundle and HttplugBundle first prior to install this package.
Require dependencies
After you have installed the OpentracingBundle and HttplugBundle:
Enable the bundle
If you are using Symfony Flex, you are all set!
If you are not using it, you need to manually enable the bundle:
Configuration
No configuration is necessary, the provided compiler pass will decorate PluginClientFactory
in order to add the OpentracingPlugin
(where tracing headers injection happens) to all existing Httplug clients.
Usage
When sending a request to other systems, the tracing headers are automatically injected into the requests, thus enabling the full power of distributed tracing.
Development
Be sure to run
every time before you push code changes. The tools run by this script are also run in the CI pipeline.
All versions of opentracing-bundle-php-http-httplug-bundle with dependencies
opentracing/opentracing Version ^1.0.1
auxmoney/opentracing-bundle-core Version ^v1.0
php-http/httplug-bundle Version ^1.20