ujwaldhakal/symfony-opentracing-messenger
最新稳定版本:v1.0.1
Composer 安装命令:
composer require ujwaldhakal/symfony-opentracing-messenger
包简介
Bundle that helps to trace symfony messenger's async messages
README 文档
README
This bundle helps you to setup opentracing on the Symfony Messenger out of the box without any configs. This is just an addon for the OpentracingBundleCore.
If you are using Messenger for async messages no matter how many async messages you have inside message, it will trace them by modifying your messages before it gets processed. The way it modifies them is by using leveraging the Symfony Messenger Events.
Installation
- Run
composer require ujwaldhakal/symfony-opentracing-messenger - Import bundle on your
bundles.phpwith
Auxmoney\OpentracingBundle\OpentracingBundle::class => ['all' => true],
Ujwaldhakal\OpentracingMessengerBundle\MessengerBundle::class => ['all' => true]
- Follow the configuration from https://github.com/auxmoney/OpentracingBundle-core
For more info visit:
统计信息
- 总下载量: 49
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-08-09