Download the PHP package atatus/swoole-atatus without Composer
On this page you can find all versions of the php package atatus/swoole-atatus. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download atatus/swoole-atatus
More information about atatus/swoole-atatus
Files in atatus/swoole-atatus
Package swoole-atatus
Short Description Atatus APM monitoring for Swoole web-server
License Apache-2.0
Homepage https://github.com/atatus/swoole-atatus
Informations about the package swoole-atatus
DEPRECATED
Please use atatus-octane
Atatus Monitoring of Swoole (Deprecated)
This library enables monitoring of PHP applications powered by Swoole web-server via Atatus products.
Installation
The library is to be installed via Composer as a dependency:
Usage
Production
Monitoring of requests from start to finish can be activated by adding a few lines of code to the server entry point. The monitoring instrumentation is by design completely transparent to an application running on the server.
Install the monitoring instrumentation for all requests:
Development
Having to install the Atatus PHP extension locally may be inconvenient and outright undesirable for developers. The workaround is to replace the Atatus reporting functionality with the "stub" implementation doing nothing:
Limitations
Concurrent requests subject to coroutine multi-tasking are reported as part of the first in-flight transaction.
Contributing
Pull Requests with fixes and improvements are welcome!
License
Licensed under the Apache License, Version 2.0.
All versions of swoole-atatus with dependencies
ext-swoole Version ^4.0||^5.0
upscale/swoole-reflection Version ^1.3||^2.0||^3.0