Skip to content

Commit

Permalink
fix make cdc (#565)
Browse files Browse the repository at this point in the history
Signed-off-by: dongmen <414110582@qq.com>
  • Loading branch information
asddongmen authored Nov 20, 2024
1 parent 91a4816 commit e0404bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/metrics/dispatcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ var (
})
)

func InitDisaptcherMetrics(registry *prometheus.Registry) {
func InitDispatcherMetrics(registry *prometheus.Registry) {
registry.MustRegister(EventDispatcherManagerGauge)
registry.MustRegister(TableEventDispatcherGauge)
registry.MustRegister(CreateDispatcherDuration)
Expand Down

0 comments on commit e0404bf

Please sign in to comment.