tbn / 时序遥测包

此包最新版本(2.0.0)没有提供许可证信息。

时序遥测 Symfony 包

2.0.0 2023-09-04 15:24 UTC

This package is auto-updated.

Last update: 2024-09-18 07:51:47 UTC


README

安装

composer require tbn/tempo-telemetry-bundle

添加 config/packages/tempo_telemetry.yaml 配置文件

tempo_telemetry:
    timeout: 1 # default value is 3
    service_name: 'my-service'
    tempo_url: 'http://yourtempo'

添加 tempo DebugStack 服务

services:
    ...
when@prod:
    services:
        doctrine.dbal.logger:
            alias: tbn\TempoTelemetryBundle\DebugStack

使用

待办