From 15ce0e8064e15f6bbd3c15ce207581f7282ec1e6 Mon Sep 17 00:00:00 2001 From: Robert Fratto Date: Wed, 13 Mar 2024 10:17:44 -0400 Subject: [PATCH] usagestats: switch to alloy endpoint (#29) --- internal/usagestats/stats.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/usagestats/stats.go b/internal/usagestats/stats.go index 004bc6e6d0..33fffd157e 100644 --- a/internal/usagestats/stats.go +++ b/internal/usagestats/stats.go @@ -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