tbn / tempo-telemetry-bundle
Tempo Telemetry Symfony Bundle
Installs: 2 274
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 2
Open Issues: 0
Requires
- php: ^8.0
This package is auto-updated.
Last update: 2024-11-18 08:14:02 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