tbn/tempo-telemetry-bundle

There is no license information available for the latest version (2.0.0) of this package.

Tempo Telemetry Symfony Bundle

2.0.0 2023-09-04 15:24 UTC

This package is auto-updated.

Last update: 2024-04-30 21:39:57 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