Skip to content

Commit

Permalink
usagestats: switch to alloy endpoint (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
rfratto authored Mar 13, 2024
1 parent bcf88b9 commit 15ce0e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/usagestats/stats.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (

var (
httpClient = http.Client{Timeout: 5 * time.Second}
usageStatsURL = "https://stats.grafana.org/agent-usage-report"
usageStatsURL = "https://stats.grafana.org/alloy-usage-report"
)

// Report is the payload to be sent to stats.grafana.org
Expand Down

0 comments on commit 15ce0e8

Please sign in to comment.