Download the PHP package auxmoney/opentracing-bundle-monolog without Composer
On this page you can find all versions of the php package auxmoney/opentracing-bundle-monolog. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download auxmoney/opentracing-bundle-monolog
More information about auxmoney/opentracing-bundle-monolog
Files in auxmoney/opentracing-bundle-monolog
Package opentracing-bundle-monolog
Short Description Symfony Opentracing bundle extension for Monolog
License MIT
Informations about the package opentracing-bundle-monolog
auxmoney OpentracingBundle - Monolog
This bundle adds a monolog processor to the OpentracingBundle to automatically enrich log contexts with the current span context.
Installation
Prerequisites
This bundle is only an additional plugin and should not be installed independently. See its documentation for more information on installing the OpentracingBundle first.
Require dependencies
After you have installed the OpentracingBundle:
- require the dependencies:
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:
- add bundle to your application:
Configuration
No configuration is necessary, the Monolog bundle extension will automatically load the provided Processor
by tag.
Usage
Whenever a message is logged, the content is extended with extra information of the span context.
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-monolog with dependencies
ext-json Version *
auxmoney/opentracing-bundle-core Version ^1.3
opentracing/opentracing Version ^1.0.1
symfony/monolog-bundle Version ^3.4