Add metrics for the postprocessing duration

This commit is contained in:
André Duffeck
2025-07-10 13:55:38 +02:00
parent 791b4df173
commit 4704cedd3b
3 changed files with 22 additions and 5 deletions

View File

@@ -24,6 +24,7 @@ type Postprocessing struct {
Failures int
InitiatorID string
Finished bool
StartTime time.Time
config config.Postprocessing
}