Download the PHP package auxmoney/opentracing-bundle-jaeger without Composer
On this page you can find all versions of the php package auxmoney/opentracing-bundle-jaeger. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download auxmoney/opentracing-bundle-jaeger
More information about auxmoney/opentracing-bundle-jaeger
Files in auxmoney/opentracing-bundle-jaeger
Download auxmoney/opentracing-bundle-jaeger
More information about auxmoney/opentracing-bundle-jaeger
Files in auxmoney/opentracing-bundle-jaeger
Vendor auxmoney
Package opentracing-bundle-jaeger
Short Description Symfony Opentracing bundle extension for Jaeger tracers
License MIT
Package opentracing-bundle-jaeger
Short Description Symfony Opentracing bundle extension for Jaeger tracers
License MIT
Please rate this library. Is it a good library?
Informations about the package opentracing-bundle-jaeger
auxmoney OpentracingBundle - Jaeger
This symfony bundle provides a tracer implementation for Jaeger for the auxmoney OpentracingBundle.
Please have a look at the central documentation for installation and usage instructions.
Configuration
You can optionally configure environment variables, however, the default configuration will sample every request. If you cannot change environment variables in your project, you can alternatively overwrite the container parameters directly.
environment variable | container parameter | type | default | description |
---|---|---|---|---|
AUXMONEY_OPENTRACING_SAMPLER_CLASS | auxmoney_opentracing.sampler.class | string |
Jaeger\Sampler\ConstSampler |
class of the using sampler, see existing samplers |
AUXMONEY_OPENTRACING_SAMPLER_VALUE | auxmoney_opentracing.sampler.value | string |
'true' |
must be a JSON decodable string, for the configuration of the sampler |
Existing Samplers
-
constant sampler
- Class:
Jaeger\Sampler\ConstSampler
- possible values:
'true'
/'false'
- Description: you activate or deactivate the tracing
- Class:
- probabilistic sampler
- Class:
Jaeger\Sampler\ProbabilisticSampler
- possible values: Rate min
'0.00'
- max'1.00'
- Description: you activate the tracing for the given rate
- Class:
All versions of opentracing-bundle-jaeger with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.0
ext-json Version *
auxmoney/opentracing-bundle-core Version ^1.3
opentracing/opentracing Version ^1.0.1
auxmoney/jaeger-php Version ^3.0
ext-json Version *
auxmoney/opentracing-bundle-core Version ^1.3
opentracing/opentracing Version ^1.0.1
auxmoney/jaeger-php Version ^3.0
The package auxmoney/opentracing-bundle-jaeger contains the following files
Loading the files please wait ....