aracoool/telegraf-logger
Composer 安装命令:
composer require aracoool/telegraf-logger
包简介
Helps to collects a data for telegraf and put it into the log files
关键字:
README 文档
README
Helps to collect a data for telegraf. Puts the data into log files.
Usage
use Neat\Profiler\Formatter; use Neat\Profiler\Profiler; use Neat\Profiler\Stream\FileStream; $profiler = new Profiler('measurement_name', new FileStream(__DIR__ . '/logs', new Formatter())); // your code $profiler->finish();
Telegraf input setting
https://github.com/influxdata/telegraf/tree/master/plugins/inputs/tail
统计信息
- 总下载量: 386
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-02-16