mirror of
https://github.com/coder/coder.git
synced 2026-09-23 05:43:53 +08:00
Annoyingly, prometheus Registry collects metrics async, which is causing our test to be racy. They also don't export enough from the Metric interface for us to replicate a synchronous collect, so we have to use Eventually to test.