wizaplace / elastic-apm-php-agent
A php agent for Elastic APM v2 Intake API
Installs: 4 015
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 95
Open Issues: 0
Requires
- php: >= 7.2
- ext-curl: *
- ext-json: *
- guzzlehttp/guzzle: 6.*
- ralouphie/getallheaders: 3.*
Requires (Dev)
- phpunit/phpunit: 7.*
Suggests
- ext-xdebug: Required for processing of request headers
This package is auto-updated.
Last update: 2024-10-13 00:26:15 UTC
README
This is a community PHP agent for Elastic.co's APM solution, supporting the v2
Intake API. Please note: This agent is not officially supported by Elastic.
Documentation
Examples
- Agent Initialization
- Basic Usage
- Capture Throwable
- Spans
- Parent Transactions
- Metricset
- Getting the Server Info
- Distributed Tracing
- Converting debug_backtrace to a stack trace
Tests
vendor/bin/phpunit
Origin of the project
This project is a fork of philkra/elastic-apm-php-agent