Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wordpress integration #111

Open
codeagencybe opened this issue Oct 10, 2022 · 4 comments
Open

Wordpress integration #111

codeagencybe opened this issue Oct 10, 2022 · 4 comments
Labels
enhancement New feature or request

Comments

@codeagencybe
Copy link

Hello

I'm new into APM in general, I have only tried New Relic for a short time and I wonder how does this compare to New Relic, and specific how does it work for eg Wordpress applications (and others)?
Does this work "out of the box" to collect metrics, slow queries, slow php functions etc... or does this require also custom/special development from the application side to have it working in Uptrace?

I know New Relic requires us to install their plugin. Is there some equivalent for Uptrace?
Or can we do something in the root application to make it work?

Thanks in advance and very nice solution!
Looking forward to try it in a few of our projects.

@vmihailenco vmihailenco added the enhancement New feature or request label Oct 12, 2022
@vmihailenco
Copy link
Member

Hello,

Uptrace uses OpenTelemetry to receive data from your application, but it looks like none have created an OpenTelemetry plugin for WordPress so far.

You still can use OpenTelemetry PHP to create spans manually, but I guess this is not what you are looking for.

Overall it looks like only Symfony is supported so far. So if you have a Symfony project, I could help you get started with Uptrace and OpenTelemetry.

@vmihailenco
Copy link
Member

FYI I've started working on uptrace-php and a basic example is already working - https://github.com/uptrace/uptrace-php/tree/master/example/basic

@codeagencybe
Copy link
Author

Hello @vmihailenco
Does make this compatible with Wordpress "ouf of the box"? Its a bit pity that there is nothing yet for the biggest CMS in the world... If any application would benefit from a tracing tool, it would be Wordpress.

@vmihailenco
Copy link
Member

@codeagencybe nope, unfortunately Wordpress is still missing an OpenTelemetry plugin.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants