Merge pull request #578 from influxdata/ga-report-ng
Update reporting tag to use chronograf-ngpull/580/head
commit
079a4beb90
|
@ -150,7 +150,7 @@ func reportUsageStats(bi BuildInfo, logger chronograf.Logger) {
|
||||||
serverID := strconv.FormatUint(uint64(rand.Int63()), 10)
|
serverID := strconv.FormatUint(uint64(rand.Int63()), 10)
|
||||||
reporter := client.New("")
|
reporter := client.New("")
|
||||||
u := &client.Usage{
|
u := &client.Usage{
|
||||||
Product: "chronograf",
|
Product: "chronograf-ng",
|
||||||
Data: []client.UsageData{
|
Data: []client.UsageData{
|
||||||
{
|
{
|
||||||
Values: client.Values{
|
Values: client.Values{
|
||||||
|
|
Loading…
Reference in New Issue