Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for configVersions (0.3 sec)

  1. src/cmd/vendor/golang.org/x/telemetry/internal/upload/reports.go

    		uploadOK = false
    	}
    	// TODO(rfindley): check that all the x.Meta are consistent for GOOS, GOARCH, etc.
    	report := &telemetry.Report{
    		Config:   u.configVersion,
    		X:        computeRandom(), // json encodes all the bits
    		Week:     expiryDate,
    		LastWeek: lastWeek,
    	}
    	if report.X > u.config.SampleRate && u.config.SampleRate > 0 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 14:52:56 UTC 2024
    - 10.3K bytes
    - Viewed (0)
Back to top