Skip to content

Commit ecd2bdb

Browse files
authored
fix counter bug (#1369)
1 parent 1ade640 commit ecd2bdb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pkg/core/bootstrap/init.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ package bootstrap
2020
// import all components registered by init function
2121
import (
2222
_ "github.com/apache/dubbo-admin/pkg/console"
23+
_ "github.com/apache/dubbo-admin/pkg/console/counter"
2324
_ "github.com/apache/dubbo-admin/pkg/core/discovery"
2425
_ "github.com/apache/dubbo-admin/pkg/core/engine"
2526
_ "github.com/apache/dubbo-admin/pkg/core/events"

0 commit comments

Comments
 (0)