func New()

in app/metrics/ack/metrics/ack.go [25:27]


func New(event map[string]interface{}, publishTime time.Time, ackTime time.Time, processingTime time.Duration) (map[string]interface{}, error) {
	return metrics.New(event, publishTime, ackTime, processingTime)
}