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

Implement tracing compatibility with Decalog #1

Open
gmintoco opened this issue Nov 8, 2022 · 0 comments
Open

Implement tracing compatibility with Decalog #1

gmintoco opened this issue Nov 8, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@gmintoco
Copy link

gmintoco commented Nov 8, 2022

Is your feature request related to a problem? Please describe.
It would be useful for performance and debugging purposes to record API calls into trace spans produced by decalog (in a similar way to database calls are implemented)

Describe the solution you'd like
WP-Traffic integrated into the tracing component of decalog (ie. user makes request to page, Wordpress has an outgoing API call needed to service that request - request would be logged in the trace span and pushed to jaeger).

Describe alternatives you've considered
Simply analysing the logs in WP-Traffic (this misses other context, like DB calls produced alongside, along with potentially other trace data that is unified with the Decalog data (ie. traces produced by NGINX or other API services) allows us to see the entire request flow (and ideally where slowdowns or issues may occur)

@gmintoco gmintoco added the enhancement New feature or request label Nov 8, 2022
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