We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f4609f commit 66d03b0Copy full SHA for 66d03b0
dgraph/cmd/zero/zero.go
@@ -99,7 +99,7 @@ func (s *Server) Init() {
99
}
100
101
func (s *Server) periodicallyPostTelemetry() {
102
- const scarfBaseUrlFmt = "https://events.hypermode.com/dgraph-deployments/%v/%v/%v/%v/%v"
+ const scarfBaseUrlFmt = "https://events.dgraph.io/dgraph-deployments/%v/%v/%v/%v/%v"
103
104
// sleep so that a leader is elected by this time
105
time.Sleep(time.Minute)
0 commit comments