2017 © Pedro Peláez
 

library laravel-instruments

Module to track Laravel metrics with Statsd.

image

exolnet/laravel-instruments

Module to track Laravel metrics with Statsd.

  • Friday, October 20, 2017
  • by xel1045
  • Repository
  • 6 Watchers
  • 3 Stars
  • 440 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 3 Versions
  • 2 % Grown

The README.md

Laravel Instruments

Latest Stable Version Software License Build Status Total Downloads, (*1)

This project aim to easily add metric tracking to your Laravel 5 applications. Three drivers are currently supported: StatsD, Log and Null. The following metrics are currently tracked:, (*2)

  • Request
  • Response
  • Browser timing (first byte, ready and load)
  • SQL Queries
  • Authentifications
  • Mail
  • Queue
  • Cache

Installation

Require this package with composer:, (*3)

composer require eXolnet/laravel-instruments

After updating composer, add the ServiceProvider to the providers array in config/app.php:, (*4)

Exolnet\Instruments\InstrumentsServiceProvider::class

Configure the library through your .env file:, (*5)

INSTRUMENTS_DRIVER=statsd
STATSD_HOST=127.0.0.1
STATSD_PORT=8125

Or publish the package configuration with the following command:, (*6)

$ php artisan vendor:publish --provider="Exolnet\Instruments\InstrumentsServiceProvider"

Testing

To run the phpUnit tests, please use:, (*7)

bash $ composer test, (*8)

Contributing

Please see CONTRIBUTING and CODE OF CONDUCT for details., (*9)

Security

If you discover any security related issues, please email security@exolnet.com instead of using the issue tracker., (*10)

Credits

License

Copyright © eXolnet. All rights reserved., (*11)

This code is licensed under the MIT license. Please see the license file for more information., (*12)

The Versions

20/10 2017

dev-master

9999999-dev

Module to track Laravel metrics with Statsd.

  Sources   Download

MIT

The Requires

 

The Development Requires

26/10 2016

dev-fixes/link-to-license

dev-fixes/link-to-license

Module to track Laravel metrics with Statsd.

  Sources   Download

MIT

The Requires

 

The Development Requires

26/03 2016

v1.0.0

1.0.0.0

Module to track Laravel metrics with Statsd.

  Sources   Download

MIT

The Requires

 

The Development Requires