mirror of
https://github.com/coder/coder.git
synced 2026-09-22 21:22:17 +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.