Package Data | |
---|---|
Maintainer Username: | LKDevelopment |
Maintainer Contact: | kontakt@lukas-kaemmerling.de (Lukas Kämmerling) |
Package Create Date: | 2019-10-23 |
Package Last Update: | 2024-05-30 |
Home Page: | |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-09 15:08:12 |
Package Statistics | |
---|---|
Total Downloads: | 1,200,381 |
Monthly Downloads: | 48,136 |
Daily Downloads: | 865 |
Total Stars: | 138 |
Total Watchers: | 4 |
Total Forks: | 18 |
Total Open Issues: | 4 |
This package allows an easy way to expose the Laravel Horizon Metrics to Prometheus.
Prometheus is a scraping service which allows you to easily store and scrape information from your application, server or even from your router!
Prometheus itself does not know about your application, so you need a exporter on your app. This small package is exactly this, an exporter which allows Prometheus to understand some information
from your application. With Prometheus and a visualisation tool called Grafana
you can build something like this beautiful Dashboard:
You can install the package via composer:
composer require lkaemmerling/laravel-horizon-prometheus-exporter
php artisan vendor:publish --provider=LKDevelopment\\HorizonPrometheusExporter\\HorizonPrometheusExporterServiceProvider
You can configure this package by changing the values in config/horizon-exporter.php
.
You can also use this package easily to expose custom metrics. You just need to implement the LKDevelopment\HorizonPrometheusExporter\Contracts\Exporter
interface and then add your implementation to your config/horizon-exporter.php
like we do it for the Horizon exporters: https://github.com/LKaemmerling/laravel-horizon-prometheus-exporter/blob/master/config/config.php#L17
You can find a sample dashboard using this metrics on the Grafana Marketplace.
composer test
Please see Releases for more information on what has changed recently.
Please see CONTRIBUTING for details.
If you discover any security related issues, please email kontakt@lukas-kaemmerling.de instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.