Skip to content
This repository has been archived by the owner on May 30, 2022. It is now read-only.

Commit

Permalink
Point the telemetry service to telemetry.trento.suse.com
Browse files Browse the repository at this point in the history
  • Loading branch information
dottorblaster committed Dec 21, 2021
1 parent 05f0341 commit 375eb4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/telemetry/publisher.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ func (tp *TelemetryPublisher) Publish(telemetryName string, installationID uuid.
return nil
}

var apiHost = "https://telemetry.trento-project.io" // this service still does not exist
var apiHost = "https://telemetry.trento.suse.com"

func NewTelemetryPublisher() Publisher {
return &TelemetryPublisher{
Expand Down

0 comments on commit 375eb4d

Please sign in to comment.