worksome/laravel-telemetry

Telemetry support for Laravel

v0.4.1 2024-02-09 09:16 UTC

README

Latest Version on Packagist GitHub Tests Action Status GitHub Static Analysis Action Status Total Downloads

Add Open Telemetry support to Laravel.

Install

You can install the package via composer:

composer require worksome/laravel-telemetry

You can publish the config file with:

php artisan vendor:publish --tag="laravel-telemetry-config"

Usage

This package will work out of the box with a default OTLP exporter configuration.

The default port is 4318, and requests will be sent to http://localhost:4318.

Testing

composer test