mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +00:00
Before db_metrics were all or nothing. Now `InTx` metrics are always recorded, and query metrics are opt in. Adds instrumentation & logging around serialization failures in the database.
4 lines
120 B
Go
4 lines
120 B
Go
// Package promhelp provides helper functions for asserting Prometheus
|
|
// metric values in unit tests.
|
|
package promhelp
|