florinmotoc / laravel-statsd
There is no license information available for the latest version (dev-main) of this package.
Laravel statsd
dev-main
2024-11-04 13:01 UTC
Requires
- php: >=8.1
- florinmotoc/php-statsd-client: dev-main
- illuminate/queue: *
- illuminate/support: *
This package is auto-updated.
Last update: 2025-03-04 14:31:22 UTC
README
Installation
Install the latest version with
composer require florinmotoc/laravel-statsd
Basic Usage
FM_LARAVEL_STATSD_CLIENT=FM_LARAVEL_STATSD_CLIENT_CUSTOM_DATADOG FM_LARAVEL_STATSD_JOB_TIME_ENABLED=true
- set
FM_LARAVEL_STATSD_JOB_TIME_ENABLED=true
in your.env
file if you want to send laravel queue job times to statsd - set
FM_LARAVEL_STATSD_CLIENT
to any of:- check
florinmotoc/php-statsd-client
for more .env vars and infos: https://github.com/FlorinMotoc/php-statsd-client
- check