From fecaec7a4a21741711b64654dc9305f2f42eec5c Mon Sep 17 00:00:00 2001 From: Michael Date: Fri, 16 Jun 2023 23:08:05 +0200 Subject: [PATCH] feat: new endpoint for collect --- pkg/collector/collector.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/collector/collector.go b/pkg/collector/collector.go index 1de1934ba..e721f8e3d 100644 --- a/pkg/collector/collector.go +++ b/pkg/collector/collector.go @@ -17,7 +17,7 @@ import ( ) // collectorURL URL where the stats are sent. -const collectorURL = "https://collect.traefik.io/9vxmmkcdmalbdi635d4jgc5p5rx0h7h8" +const collectorURL = "https://collect.traefik.io/yYaUej3P42cziRVzv6T5w2aYy9po2Mrn" // Collected data. //