auxmoney/opentracing-bundle-zipkin 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

auxmoney/opentracing-bundle-zipkin

最新稳定版本:v1.3.0

Composer 安装命令:

composer require auxmoney/opentracing-bundle-zipkin

包简介

Symfony Opentracing bundle extension for Zipkin tracers

README 文档

README

test GitHub release (latest SemVer) Codacy Badge Code Climate maintainability Scrutinizer code quality (GitHub/Bitbucket) GitHub

This symfony bundle provides a tracer implementation for Zipkin for the auxmoney OpentracingBundle.

Please have a look at the central documentation for installation and usage instructions.

Configuration

You can optionally configure environment variables, however, the default configuration will sample every request. If you cannot change environment variables in your project, you can alternatively overwrite the container parameters directly.

environment variable container parameter type default description
AUXMONEY_OPENTRACING_SAMPLER_CLASS auxmoney_opentracing.sampler.class string Zipkin\Samplers\BinarySampler class of the using sampler, see existing samplers
AUXMONEY_OPENTRACING_SAMPLER_VALUE auxmoney_opentracing.sampler.value string 'true' must be a JSON decodable string, for the configuration of the sampler

Existing Samplers

  • constant sampler

    • Class: Zipkin\Samplers\BinarySampler
    • possible values: 'true' / 'false'
    • Description: you activate or deactivate the tracing
  • percentage sampler

    • Class: Zipkin\Samplers\PercentageSampler
    • possible values: Rate min '0.00' - max '1.00'
    • Description: you activate the tracing for the given rate

统计信息

  • 总下载量: 10.14k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 3
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 3
  • Watchers: 4
  • Forks: 4
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2020-01-07