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

Latency is showing incorrectly on homepage #886

Open
ckbedwell opened this issue Jul 24, 2024 · 1 comment
Open

Latency is showing incorrectly on homepage #886

ckbedwell opened this issue Jul 24, 2024 · 1 comment
Assignees
Labels
bug Something isn't working frontend Needs to be implemented in the frontend application

Comments

@ckbedwell
Copy link
Contributor

The "Home" dashboard shows traceroute and scripted checks as "red" even when they're performing excellently. My guess is the "latency" on the home page is based on runtime (with a delay on K6) rather than the actual test latency. The result is the "red" in the latency column looks like trace and K6 tests are failing, when in fact the targets are performing excellently.
On the home page it shows 2+ seconds. Yet, on the drill-down results for this check, the latency value shows 198ms.

Screenshot of Synthetic Monitoring check drill down view.
Screenshot of Synthetic Monitoring home dashboard.

Slack thread for context.

@ckbedwell ckbedwell added bug Something isn't working frontend Needs to be implemented in the frontend application labels Jul 24, 2024
@peterschretlen
Copy link
Contributor

The homepage looks at probe_duration_seconds to generate a table (all check use the same metric to generate this column)

On the check dashboard, a different metric is being used that accounts for the overhead of k6 startup

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working frontend Needs to be implemented in the frontend application
Projects
None yet
Development

No branches or pull requests

2 participants