Skip to content

Commit

Permalink
fix: revert sqlx metric namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkJoyMa committed Jan 14, 2024
1 parent 44d347d commit 1f7d494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/stores/sqlx/metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"github.com/zeromicro/go-zero/core/metric"
)

const namespace = "mysql_client"
const namespace = "sql_client"

var (
metricReqDur = metric.NewHistogramVec(&metric.HistogramVecOpts{
Expand Down

0 comments on commit 1f7d494

Please sign in to comment.