OpenTelemetry Laravel Example is a sample application that demonstrates how to use OpenTelemetry in PHP Laravel.
Use the docker to install containers.
cp .env.example .env
docker-compose up
docker-compose exec app composer install
docker-compose exec app php artisan migrate
docker-compose exec app php artisan db:seed
grafana(ID/PW: admin): http://localhost:3000