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

How to fetch response time of each microservices ? #198

Open
renruhak opened this issue Jul 24, 2021 · 2 comments
Open

How to fetch response time of each microservices ? #198

renruhak opened this issue Jul 24, 2021 · 2 comments
Labels

Comments

@renruhak
Copy link

Dear Sir,
I am using docker swarm mode.
I want to use TeaStore benchmarking application.
I want to fetch say average response time of each microservices at runtime using python code.
is there any feature available to fetch response time from python ?

awaiting for the response.

thanks you.
Hiren

@SimonEismann
Copy link
Contributor

If you are running it without Kubernetes, I would suggest enabling the Kieker tracing with an AMQP server to centralize the traces. Then your python app can retrieve the response time information you need from there. You can find some documentation on how to set this up here:

https://github.com/DescartesResearch/TeaStore/wiki/Testing-and-Benchmarking#3-instrumenting-the-teastore

When it comes to working with the kieker traces, I can recommend the Kieker user guide:

https://kieker-monitoring.net/documentation/

Let me know if this helps ;)

@renruhak
Copy link
Author

renruhak commented Aug 1, 2021

Thank you very much sir,
I will test your suggestions.

Good Day Sir.

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

No branches or pull requests

2 participants