goharbor / acceleration-service

Provides a general service to support image acceleration based on kinds of accelerator like Nydus and eStargz etc.
Apache License 2.0
74 stars 26 forks source link

feat: record metrics of conversion in task #192

Closed Desiki-high closed 1 year ago

Desiki-high commented 1 year ago

We have collected the metrics of conversion progress. Let's show them in the task. Add the SourceImageSize and TargetImageSize in the task and record them when the task is finished.

resolve #191.

Desiki-high commented 1 year ago

It seems some error happened in Concurrent, maybe the singleflight, I will fix it later.