plunkettscott/laravel-otel 问题修复 & 功能扩展

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

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

plunkettscott/laravel-otel

最新稳定版本:v0.4.2

Composer 安装命令:

composer require plunkettscott/laravel-otel

包简介

OpenTelemetry for Laravel

README 文档

README

Latest Version on Packagist Total Downloads GitHub Actions

This package provides an OpenTelemetry integration for Laravel applications. It is based on the OpenTelemetry PHP project and provides instrumentation for a number of Laravel components.

Important Note

This package currently relies on a beta release of the OpenTelemetry PHP project.

We will keep the OpenTelemetry PHP dependency up-to-date as new releases are made available. However, we cannot guarantee that this package will work with future versions of OpenTelemetry PHP without breaking changes.

Watchers

This package is currently in development and contains the following Watchers:

  • Incoming HTTP Requests
  • HTTP Client Requests
  • Database Queries
  • Redis Commands
  • Queued Jobs
  • Events
  • Event Listeners
  • Cache Commands
  • View Rendering (Exploring Capabilities)
  • Exceptions
  • Log Messages
  • Scheduled Tasks

Requirements

  • PHP 8.2+
  • Laravel 10.0+

Installation

You can install the package via composer:

composer require plunkettscott/laravel-otel

Usage

  1. Install the package
composer require plunkettscott/laravel-otel
  1. Execute the otel:install command
php artisan otel:install
  1. Configure the methods in app/Providers/OtelServiceProvider.php to suit your needs

  2. Configure the watchers in config/otel.php to suit your needs. See the documentation for more information.

Testing

composer test

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email oss (at) scottplunkett.com instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

统计信息

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

GitHub 信息

  • Stars: 27
  • Watchers: 2
  • Forks: 3
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-02-23