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

Calculate number of messages and message size among microservices #199

Open
ktsakos opened this issue Jan 11, 2021 · 2 comments
Open

Calculate number of messages and message size among microservices #199

ktsakos opened this issue Jan 11, 2021 · 2 comments

Comments

@ktsakos
Copy link

ktsakos commented Jan 11, 2021

Hello everyone,

I have a php app which communicates with other microservices for its operations.

Can i use Zipkin to observe every message between microservices and their size?

Essentially, i need to have a clear picture for the affinities between the microservices of my architecture.

How can i do it?

@jcchavezs
Copy link
Contributor

jcchavezs commented Jan 11, 2021 via email

@ktsakos
Copy link
Author

ktsakos commented Jan 14, 2021

If you mean how i make my requests from the application logic to the microservices , the answer is with curl library, as each microservice offers a rest api.
My main problem is, how can i instrument a microservice if i am using it as a black box. There are some microservices on my architecture that have not been implemented by me. So it is difficult to inject code inside their source code in order to make them compatible with jaeger or zipkin. I have read that there are some proxies that simplify the job such as Envoy. Do you know something for it?

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

No branches or pull requests

2 participants