2017 © Pedro Peláez
 

library trace

Uniondrug Trace Client Component for uniondrug/framework

image

uniondrug/trace

Uniondrug Trace Client Component for uniondrug/framework

  • Sunday, April 29, 2018
  • by wsfuyibing
  • Repository
  • 2 Watchers
  • 0 Stars
  • 404 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 10 Versions
  • 88 % Grown

The README.md

Trace client for uniondrug/framework

分布式调用链跟踪客户端, (*1)

安装

$ cd project-home
$ composer require uniondrug/trace
$ cp vendor/uniondrug/trace/trace.php config/

修改 app.php 配置文件,注入服务,服务名称:traceClient。, (*2)

return [
    'default' => [
        ......
        'providers'           => [
            ......
            \Uniondrug\Trace\TraceClientServiceProvider::class,
        ],
    ],
];

配置

配置文件在 trace.php 中,, (*3)

<?php
/**
 * Trace中心的配置文件。
 *
 * service: HTTP方式的采集地址
 * timeout: 连接超时时间,单位 秒,默认 30
 */
return [
    'default' => [
        'service' => 'http://ip:port',
        'timeout' => 30,
    ],
];

使用

trace默认在TraceMiddleware和HTTPClient中使用,无需单独使用。, (*4)

The Versions

29/04 2018

dev-master

9999999-dev

Uniondrug Trace Client Component for uniondrug/framework

  Sources   Download

proprietary

The Requires

 

by Uniondrug Dev Team

phalcon trace

29/04 2018

2.2.5

2.2.5.0

Uniondrug Trace Client Component for uniondrug/framework

  Sources   Download

proprietary

The Requires

 

by Uniondrug Dev Team

phalcon trace

29/04 2018

2.x-dev

2.9999999.9999999.9999999-dev

Uniondrug Trace Client Component for uniondrug/framework

  Sources   Download

proprietary

The Requires

 

by Uniondrug Dev Team

phalcon trace

29/04 2018

2.2.4

2.2.4.0

Uniondrug Trace Client Component for uniondrug/framework

  Sources   Download

proprietary

The Requires

 

by Uniondrug Dev Team

phalcon trace

26/04 2018

2.2.3

2.2.3.0

Uniondrug Trace Client Component for uniondrug/framework

  Sources   Download

proprietary

The Requires

 

by Uniondrug Dev Team

phalcon trace

23/04 2018

2.2.2

2.2.2.0

Uniondrug Trace Client Component for uniondrug/framework

  Sources   Download

proprietary

The Requires

 

by Uniondrug Dev Team

phalcon trace

03/04 2018

2.2.1

2.2.1.0

Uniondrug Trace Client Component for uniondrug/framework

  Sources   Download

proprietary

The Requires

 

by Uniondrug Dev Team

phalcon trace

03/04 2018

2.2.0

2.2.0.0

Uniondrug Trace Client Component for uniondrug/framework

  Sources   Download

proprietary

The Requires

 

by Uniondrug Dev Team

phalcon trace

06/03 2018

2.1

2.1.0.0

Trace client for uniondrug/framework

  Sources   Download

proprietary

The Requires

 

by Uniondrug Dev Team

phalcon trace

05/03 2018

2.0

2.0.0.0

Trace client for uniondrug/framework

  Sources   Download

proprietary

The Requires

 

by Uniondrug Dev Team

phalcon trace