mirror of
https://github.com/coder/coder.git
synced 2025-07-06 15:41:45 +00:00
chore: name unlabeled db transaction metrics (#15251)
This commit is contained in:
@ -22,7 +22,7 @@ func TestInTxMetrics(t *testing.T) {
|
||||
|
||||
successLabels := prometheus.Labels{
|
||||
"success": "true",
|
||||
"tx_id": "",
|
||||
"tx_id": "unlabeled",
|
||||
}
|
||||
const inTxHistMetricName = "coderd_db_tx_duration_seconds"
|
||||
const inTxCountMetricName = "coderd_db_tx_executions_count"
|
||||
|
Reference in New Issue
Block a user