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

Can we access the captured response time for API? #56

Open
Geetha-Ravindran opened this issue Sep 30, 2022 · 1 comment
Open

Can we access the captured response time for API? #56

Geetha-Ravindran opened this issue Sep 30, 2022 · 1 comment

Comments

@Geetha-Ravindran
Copy link

I am trying to log the response time of each API call to an external tool. Since HttpTracer internally tracks response time using StopWatch, can we access/use this data?

@DanielCauser
Copy link
Contributor

Hey @Geetha-Ravindran, that Stopwatch is internal in the lib. However, if you use the ILog interface, you'll be able to access the string with all the info of all the requests!

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