mirror of
https://github.com/coder/coder.git
synced 2026-06-03 04:58:23 +00:00
d5a98cc6d7
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.