Skip to content

Commit 66d03b0

Browse files
authored
Update telemetry URL to use events.dgraph.io (#9518)
1 parent 0f4609f commit 66d03b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dgraph/cmd/zero/zero.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ func (s *Server) Init() {
9999
}
100100

101101
func (s *Server) periodicallyPostTelemetry() {
102-
const scarfBaseUrlFmt = "https://events.hypermode.com/dgraph-deployments/%v/%v/%v/%v/%v"
102+
const scarfBaseUrlFmt = "https://events.dgraph.io/dgraph-deployments/%v/%v/%v/%v/%v"
103103

104104
// sleep so that a leader is elected by this time
105105
time.Sleep(time.Minute)

0 commit comments

Comments
 (0)