Download the PHP package okwind/tempo-telemetry-bundle without Composer
On this page you can find all versions of the php package okwind/tempo-telemetry-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package tempo-telemetry-bundle
Bundle for Tempo Telemetry
This bundle provides SQL query tracing for Doctrine DBAL 4.0+ using the middleware approach. It sends trace data to a Tempo instance for monitoring and analysis.
Installation
Install the bundle via Composer:
Configuration
1. Register the bundle in your application
For Symfony applications, add the bundle to your config/bundles.php
:
2. Create a configuration file
Create a file at config/packages/tempo_telemetry.yaml
with the following content:
Parameters:
timeout
: Connection timeout in seconds (default: 3)service_name
: Name of your service (required)tempo_url
: URL of your Tempo instance (required)
3. Register the SQLTracingMiddleware with Doctrine DBAL
Add the following to your services configuration (e.g., config/services.yaml
):
All versions of tempo-telemetry-bundle with dependencies
PHP Build Version
Package Version
Requires
doctrine/dbal Version
^4.0
psr/log Version ^1.0 || ^2.0 || ^3.0
php Version ^8.0
ext-ctype Version *
psr/log Version ^1.0 || ^2.0 || ^3.0
php Version ^8.0
ext-ctype Version *
The package okwind/tempo-telemetry-bundle contains the following files
Loading the files please wait ....