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

Add HTTP HEAD results. CheckerNetwork/spark-checker#104 #29

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

juliangruber
Copy link
Member

@juliangruber juliangruber commented Feb 28, 2025

Copy link

cloudflare-workers-and-pages bot commented Feb 28, 2025

Deploying spark-dashboard with  Cloudflare Pages  Cloudflare Pages

Latest commit: 879d761
Status:🚫  Build failed.

View logs

@juliangruber
Copy link
Member Author

Screenshot 2025-02-28 at 15 24 07

The metric currently is at 0, which is why it doesn't show up yet

@juliangruber juliangruber changed the title add successful_http_head. CheckerNetwork/spark-checker#104 Add HTTP HEAD results. CheckerNetwork/spark-checker#104 Feb 28, 2025
@@ -12,6 +12,12 @@ export function Histogram(events, { width, title, thresholds }) {
if (d.success_rate_http != null) {
res.push({ type: 'HTTP only', value: d.success_rate_http * 100 })
}
if (d.success_rate_http_head != null) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is d.success_rate_http_head===undefined a possibility too?

@NikolasHaimerl
Copy link
Contributor

Screenshot 2025-02-28 at 15 24 07

The metric currently is at 0, which is why it doesn't show up yet

Should we wait for a final review until enough data is available so we can see the visualization?

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

Successfully merging this pull request may close these issues.

Test HEAD requests before GET
2 participants