oxhq/cachelet-exporter
最新稳定版本:v0.3.0
Composer 安装命令:
composer require oxhq/cachelet-exporter
包简介
First-party Cachelet exporter for canonical telemetry records.
README 文档
README
Optional telemetry export for Cachelet records.
cachelet-exporter listens for canonical Cachelet telemetry and sends it to a configured transport. Use it to feed logs, dashboards, audit trails, or custom developer tools. It is not required for local cache correctness.
Install
composer require oxhq/cachelet-exporter
Best Fit
Add this package when Cachelet is already useful inside the app and the team now wants the same cache evidence outside the Laravel process.
It provides:
CacheletTelemetryRecordedlistener wiringcachelet.telemetry.v1export recordscachelet.export.v1envelopeshttp,log, andnulltransports- custom transport classes through the container
Example
return [ 'enabled' => true, 'transport' => 'http', 'client' => [ 'endpoint' => env('CACHELET_EXPORTER_ENDPOINT'), 'token' => env('CACHELET_EXPORTER_TOKEN'), ], ];
Boundary
The exporter is optional. Cachelet's runtime key generation, invalidation, inspection, and telemetry contracts work locally without an external service.
Docs
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 8
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-04-21