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

Response time includes DNS request time #49

Open
Exagone313 opened this issue Nov 22, 2020 · 0 comments · May be fixed by #526
Open

Response time includes DNS request time #49

Exagone313 opened this issue Nov 22, 2020 · 0 comments · May be fixed by #526
Labels
bug Something isn't working

Comments

@Exagone313
Copy link
Contributor

When performing an HTTP request, Gatus computes the duration for the whole HTTP client library call, which includes the DNS request time.

My proposal is to make the response time be only the HTTP response time (+- TLS?).

This can probably be implemented using Go's HTTP Tracing feature.

@TwiN TwiN added the bug Something isn't working label Nov 23, 2020
Exagone313 added a commit to Exagone313/gatus that referenced this issue Jul 16, 2023
@Exagone313 Exagone313 linked a pull request Jul 16, 2023 that will close this issue
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants