saschahemleb/laravel-grafana
A saschahemleb/php-grafana-api-client bridge for Laravel
6,450
6
| Install | |
|---|---|
composer require saschahemleb/laravel-grafana |
|
| Latest Version: | v1.0.0 |
| License: | MIT |
| Last Updated: | Sep 24, 2024 |
| Links: | GitHub · Packagist |
Maintainer: saschahemleb
Laravel Grafana
Laravel Grafana is a PhpGrafanaApiClient bridge for Laravel.
Installation
Via Composer
$ composer require saschahemleb/laravel-grafana
Configuration
First, publish the config from this package, which results in the creation of a new file config/grafana.php.
php artisan vendor:publish --provider "Saschahemleb\\LaravelGrafana\\GrafanaServiceProvider"
Related Packages
cboxdk/laravel-telemetry-ui
Laravel-native observability UI for cboxdk/laravel-telemetry: query Tempo, Loki...
188
2