Skip to content

shaitan-masters/prometheus-laravel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 

Repository files navigation

##Prometheus Exporter for Laravel Add endpoint to export simple metrics such as Counter and Gouge.

##Installation

Add to composer

Publish config file

php artisan vendor:publish --provider="ShaitanMasters\Prometheus\PrometheusServiceProvider"

Usage

$counter = new  Counter();
$counter->setNamespace('User');
$counter->setName('signIn');
$counter->setHelp('User sign in');
$counter->inc(); 

About

PHP package for interaction with Prometheus in Laravel

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages