[QUESTION] Is there any APM that supports swoole? #5096
-
Is there any APMs that officially supports Swoole? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The Apache SkyWalking PHP agent seems to have an eye at Swoole ecosystem: https://github.com/apache/skywalking-php/tree/master#support-list However, I highly recommend the use of OpenTelemetry as it is a standard that grows each time more and more in the industry of APMs, also making you project vendor-free/neutral. With |
Beta Was this translation helpful? Give feedback.
The Apache SkyWalking PHP agent seems to have an eye at Swoole ecosystem: https://github.com/apache/skywalking-php/tree/master#support-list
However, I highly recommend the use of OpenTelemetry as it is a standard that grows each time more and more in the industry of APMs, also making you project vendor-free/neutral.
With
hyperf/tracer
andhyperf/metric
(if you are using Hyperf, for example) you are able to send open formats like Zipkin, Jaeger, Prometheus and Statsd to an OpenTelemetry Collector and export them to any APM platform you like: New Relic, Dynatrace, DataDog, Honeycomb etc or your own setup of Jaeger UI and Prometheus+Grafana.