Skip to content

Commit

Permalink
Use the new usage-stats endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
joanlopez committed Sep 12, 2024
1 parent 4a3d600 commit 8cb572d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/report.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func reportUsage(ctx context.Context, execScheduler *execution.Scheduler, test *
if err != nil {
return err
}
req, err := http.NewRequestWithContext(ctx, http.MethodPost, "https://reports.k6.io", bytes.NewBuffer(body))
req, err := http.NewRequestWithContext(ctx, http.MethodPost, "https://stats.grafana.org/k6-usage-report", bytes.NewBuffer(body))

Check failure on line 40 in cmd/report.go

View workflow job for this annotation

GitHub Actions / lint

the line is 129 characters long, which exceeds the maximum of 120 characters. (lll)
if err != nil {
return err
}
Expand Down

0 comments on commit 8cb572d

Please sign in to comment.