定制 morscate/cloudwatch-logger 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

morscate/cloudwatch-logger

最新稳定版本:v0.0.11

Composer 安装命令:

composer require morscate/cloudwatch-logger

包简介

Log events to AWS CloudWatch including embedded metrics

README 文档

README

This is an ALPHA version of the package. Do not use this is production!

This package allows you to log to AWS Cloudwatch. It also allows you to include to log metrics with AWS embedded metric format (https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch_Embedded_Metric_Format_Specification.html).

Requirements

  • PHP >= 8.0
  • Laravel >= 9.0

Installation

To start using the package, you need to install it via Composer:

composer require morscate/cloudwatch-logger

Set the following environment variables in your .env file:

AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
AWS_DEFAULT_REGION=
CLOUDWATCH_LOG_GROUP_NAME=

Publish config

If you need to publish the config file, you can do so by running the following command:

php artisan vendor:publish --tag=cloudwatch-config

Security Vulnerabilities

If you discover a security vulnerability within this project, please email me via development@morscate.nl.

统计信息

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

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-07-25