Merge pull request #6863 from influxdata/pd-update-reporting-language
Update usage info to remove anonymouspull/6865/head
commit
b937cfedd6
|
@ -360,7 +360,7 @@ func (s *Server) startServerReporting() {
|
|||
}
|
||||
}
|
||||
|
||||
// reportServer reports anonymous statistics about the system.
|
||||
// reportServer reports usage statistics about the system.
|
||||
func (s *Server) reportServer() {
|
||||
dis := s.MetaClient.Databases()
|
||||
numDatabases := len(dis)
|
||||
|
@ -402,7 +402,7 @@ func (s *Server) reportServer() {
|
|||
},
|
||||
}
|
||||
|
||||
s.Logger.Printf("Sending anonymous usage statistics to m.influxdb.com")
|
||||
s.Logger.Printf("Sending usage statistics to usage.influxdata.com")
|
||||
|
||||
go cl.Save(usage)
|
||||
}
|
||||
|
|
|
@ -1,10 +1,8 @@
|
|||
### Welcome to the InfluxDB configuration file.
|
||||
|
||||
# Once every 24 hours InfluxDB will report anonymous data to m.influxdb.com
|
||||
# The data includes raft id (random 8 bytes), os, arch, version, and metadata.
|
||||
# We don't track ip addresses of servers reporting. This is only used
|
||||
# to track the number of instances running and the versions, which
|
||||
# is very helpful for us.
|
||||
# Once every 24 hours InfluxDB will report usage data to usage.influxdata.com
|
||||
# The data includes a random ID, os, arch, version, the number of series and other
|
||||
# usage data. No data from user databases is ever transmitted.
|
||||
# Change this option to true to disable reporting.
|
||||
reporting-disabled = false
|
||||
|
||||
|
|
Loading…
Reference in New Issue