Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions data/registry/instrumentation-php-class.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
title: OpenTelemetry Class auto-instrumentation
registryType: instrumentation
language: php
tags:
- php
- instrumentation
- laravel
- symfony
- class
urls:
repo: https://github.com/eerzho/opentelemetry-auto-class
docs: https://github.com/eerzho/opentelemetry-auto-class/blob/main/README.md
license: MIT
description:
'Automatic OpenTelemetry tracing for PHP methods via the #[Traceable]
attribute. Integrations available for Laravel and Symfony.'
authors:
- name: Zhanbolat Yerkinbay
email: eerzho@gmail.com
url: https://github.com/eerzho
createdAt: 2026-04-21
isNative: false
isFirstParty: false
package:
registry: packagist
name: eerzho/opentelemetry-auto-class
Loading