tbn / tempo-telemetry-bundle
There is no license information available for the latest version (2.0.0) of this package.
Tempo Telemetry Symfony Bundle
Package info
github.com/thomasbeaujean/tempo-telemetry-bundle
pkg:composer/tbn/tempo-telemetry-bundle
2.0.0
2023-09-04 15:24 UTC
Requires
- php: ^8.0
This package is auto-updated.
Last update: 2026-02-18 11:17:32 UTC
README
Install
composer require tbn/tempo-telemetry-bundle
Add the config/packages/tempo_telemetry.yaml
tempo_telemetry:
timeout: 1 # default value is 3
service_name: 'my-service'
tempo_url: 'http://yourtempo'
Add the tempo DebugStack service
services:
...
when@prod:
services:
doctrine.dbal.logger:
alias: tbn\TempoTelemetryBundle\DebugStack
Usage
todo