Skip to content

Commit

Permalink
telemetry adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
johndietz committed Jul 26, 2022
1 parent b4b2ab3 commit 5167be9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/telemetry/telemetry.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ func SendTelemetry(useTelemetry bool, domain string, metricName string) {

log.Println("SendTelemetry (working...)")

url := "https://metaphor-go-production.mgmt.kubefirst.com/telemetry"
url := "https://telemetry.kubefirst.com/telemetry"
method := "POST"

payload := strings.NewReader(fmt.Sprintf(`{"domain": "%s","name": "%s"}`, domain, metricName))
Expand Down

0 comments on commit 5167be9

Please sign in to comment.