Record latency in histogram
static void recordLatency(String flagKey, Duration latency) { _metrics.recordLatency(flagKey, latency); }