mix-plus / tracing-zipkin
Zipkin tracing library based on Opentracing standard
v2.2.14
2020-09-14 02:39 UTC
Requires
- php: >=7.2.0
- mix/bean: ~2.2.0
- mix/guzzle: ~2.2.0
- mix/opentracing: ^1.0
- mix/runtime: ~2.2.0
- openzipkin/zipkin: ^1.3
Requires (Dev)
- phpunit/phpunit: ^7.0.0
This package is not auto-updated.
Last update: 2024-10-31 18:44:05 UTC
README
Zipkin 调用链追踪库,基于 Opentracing 标准
Usage
安装:
composer require mix-plus/tracing-zipkin
支持的 zipkin 版本:
- V3
使用
中间件直接引入
$vega->use(\MixPlus\Tracing\Http\TracingWebServer::middleware());
文档:
License
Apache License Version 2.0, http://www.apache.org/licenses/