iqtool/laravel-signoz

Laravel Signoz integration

Installs: 1

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/iqtool/laravel-signoz

0.3 2026-01-19 06:04 UTC

This package is auto-updated.

Last update: 2026-01-19 06:10:02 UTC


README

A Laravel package to integrate OpenTelemetry for SigNoz, providing Traces, Metrics, and Logs via OTLP.

Installation

Install the package via composer:

composer require iqtool/laravel-signoz

Configuration

Publish the configuration file:

php artisan vendor:publish --tag=laravel-signoz-config

usage

Configure your .env file to point to your SigNoz OTLP collector:

OTEL_SERVICE_NAME=your-app-name
OTEL_EXPORTER_TYPE=otlp
OTEL_EXPORTER_OTLP_ENDPOINT=http://locahost:4318
OTEL_EXPORTER_OTLP_PROTOCOL=http/protobuf
OTEL_INSTRUMENTATION_DB_ENABLED=true

Features

  • Traces: Auto-instrumentation for Laravel requests, jobs, and more via opentelemetry-auto-laravel.
  • Metrics: Standard system and application metrics.
  • Logs: Application logs sent to SigNoz.
  • Database: Automatic query instrumentation.

License

The MIT License (MIT). Please see License File for more information.