mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
merge with master
This commit is contained in:
@@ -203,6 +203,7 @@ func (r *Runner) Run(ctx context.Context, cfg *Config) (drivers.RunResult, error
|
|||||||
|
|
||||||
metricElapsed := time.Since(metricStart)
|
metricElapsed := time.Since(metricStart)
|
||||||
r.ml.LogTime(ctx, metricBaseName+"time", metricElapsed)
|
r.ml.LogTime(ctx, metricBaseName+"time", metricElapsed)
|
||||||
|
runner.LogMetricTime(ctx, "run.exec_time", metricElapsed)
|
||||||
|
|
||||||
return result, nil
|
return result, nil
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user