You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, if a counter file is more than 21 days old, the uploader deletes the file without converting it to local report.
That can leave a mysterious gap in the local telemetry viewer. It will be hard to tell whether there were no counters collected or the uploader ran too late. Let's keep converting the file to the local json report before deletion.
Currently, if a counter file is more than 21 days old, the uploader deletes the file without converting it to local report.
That can leave a mysterious gap in the local telemetry viewer. It will be hard to tell whether there were no counters collected or the uploader ran too late. Let's keep converting the file to the local json report before deletion.
I think removing https://go.googlesource.com/telemetry/+/refs/heads/master/internal/upload/reports.go#49 is sufficient.
https://go.googlesource.com/telemetry/+/refs/heads/master/internal/upload/reports.go#119 is already preventing upload of too old counters.
The text was updated successfully, but these errors were encountered: