Search by

visualbox / sentinel

ruben_tjok

Official Laravel agent for Sentinel. Batched telemetry for the VisualBox observability platform.

Package info

github.com/VBS-CodeWare/sentinel

pkg:composer/visualbox/sentinel

Statistics

Installs: 2

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v0.1.0 2026-08-08 23:59 UTC

This package is auto-updated.

Last update: 2026-09-09 01:49:47 UTC


README

Official Laravel agent for Sentinel by VisualBox Solutions.

Composer package: visualbox/sentinel

Installation

composer require visualbox/sentinel
php artisan sentinel:install

Configure .env:

SENTINEL_ENABLED=true
SENTINEL_TOKEN=sent_live_xxxxx
SENTINEL_ENDPOINT=https://your-sentinel-host
SENTINEL_SAMPLE_RATE=1.0

SENTINEL_ENDPOINT is the URL of your Sentinel instance (for example https://sentinel.example.com).

Features (MVP)

  • Collectors: requests, queries, exceptions, queue jobs
  • Trace context (trace_id, span_id, parent_span_id)
  • Payload redaction (passwords, tokens, headers)
  • Sampling with retention of exceptions, failures, and slow requests
  • Batched buffer with gzip HTTP transport to /api/v1/telemetry
  • Retry/backoff and circuit breaker
  • Heartbeat to /api/v1/heartbeat
  • sentinel:status command

Development

composer install
composer test

License

MIT