Skip to content

[QUESTION] Is there any APM that supports swoole? #5096

Answered by leocavalcante
Ananiaslitz asked this question in Q&A
Discussion options

You must be logged in to vote

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 and hyperf/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.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Ananiaslitz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #5095 on July 04, 2023 20:11.