Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/SiaFoundation/renterd int…
Browse files Browse the repository at this point in the history
…o pj/contract-pruning-metrics
  • Loading branch information
peterjan committed Dec 1, 2023
2 parents d56150d + e32fc30 commit d47d7e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions worker/alerts.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func newDownloadFailedAlert(bucket, path, prefix, marker string, offset, length,
"offset": offset,
"length": length,
"contracts": contracts,
"err": err,
"error": err.Error(),
},
Timestamp: time.Now(),
}
Expand All @@ -40,7 +40,7 @@ func newUploadFailedAlert(bucket, path, contractSet, mimeType string, minShards,
"totalShards": totalShards,
"packing": packing,
"contracts": contracts,
"err": err,
"error": err.Error(),
}
if mimeType != "" {
data["mimeType"] = mimeType
Expand Down

0 comments on commit d47d7e6

Please sign in to comment.