Skip to content

Commit 455b6c1

Browse files
authored
Merge pull request #1904 from tyrielv/tyrielv/prefetch-telemetry
Add last timestamp to TryDownloadPrefetchPacks success telemetry
2 parents 133c5d3 + 99a689c commit 455b6c1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

GVFS/GVFS.Common/Git/GitObjects.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@ public virtual bool TryDownloadPrefetchPacks(GitProcess gitProcess, long latestT
210210
{ "Success", result.Succeeded },
211211
{ "Attempts", result.Attempts },
212212
{ "BytesDownloaded", bytesDownloaded },
213+
{ "LatestPrefetchPackTimestamp", latestTimestamp },
213214
});
214215

215216
return result.Succeeded;

0 commit comments

Comments
 (0)