You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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?
The text was updated successfully, but these errors were encountered: