ujwaldhakal/symfony-opentracing-messenger

帮助跟踪 symfony messenger 的异步消息的扩展包

v1.0.1 2022-08-11 13:37 UTC

This package is auto-updated.

Last update: 2024-09-11 18:25:49 UTC


README

此扩展包可以帮助您无需任何配置即可直接在 Symfony Messenger 上设置 opentracing。这仅仅是 OpentracingBundleCore 的一个附加组件。

如果您使用 Messenger 来处理异步消息,无论消息中有多少异步消息,它都会在消息被处理之前通过修改您的消息来跟踪它们。它修改消息的方式是通过利用 Symfony Messenger Events

安装

  • 运行 composer require ujwaldhakal/symfony-opentracing-messenger
  • 在您的 bundles.php 中导入扩展包:
  Auxmoney\OpentracingBundle\OpentracingBundle::class => ['all' => true],
  Ujwaldhakal\OpentracingMessengerBundle\MessengerBundle::class => ['all' => true]

更多信息请访问

https://github.com/auxmoney/OpentracingBundle-core