cloudflare/gokeyless

Don't measure key load time as part of execution time metric

Closed this issue · 0 comments

Currently, the metric for execution time that we expose includes the time to load a key, but this could add significant latency, and that's not what we're trying to measure. Instead, we should only measure starting after the key has been loaded.