Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix zookeeper and nacos issues working as registry, metadata and configcenter #2369

Merged
merged 26 commits into from
Nov 3, 2023
Merged
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
2a4625d
add metrics base api interface (#2350)
FoghostCn Jul 7, 2023
12bcf73
Introduce metrics bus (#2351)
FinalT Jul 7, 2023
1f4b1c8
add medata and config center metrics (#2357)
FoghostCn Jul 18, 2023
96dcff5
Merge branch 'main' into feature-metrics
chickenlj Jul 19, 2023
459d2ba
update go mod
chickenlj Jul 19, 2023
5063f88
enhance metadat report
chickenlj Jul 21, 2023
d0c3564
add metadata rt metrics (#2363)
FoghostCn Jul 26, 2023
82e9849
add registry metrics (#2366)
FinalT Jul 31, 2023
413c894
Merge branch 'main' into feature-metrics
chickenlj Jul 31, 2023
9654cce
fix zookeeper and nacos issues working as registry, metadata and conf…
chickenlj Aug 4, 2023
9401430
fix compilation
chickenlj Aug 4, 2023
f5b88b2
Merge branch 'main' of https://github.com/apache/dubbo-go
chickenlj Aug 4, 2023
80a053c
disable nacos empty address list protection
chickenlj Aug 4, 2023
acfa5d7
Merge branch 'main' into admin-matadata-reporter
chickenlj Aug 4, 2023
28797e5
add nil check
chickenlj Aug 6, 2023
9954fbc
defer unlock
chickenlj Aug 15, 2023
cd875c0
code format
chickenlj Aug 15, 2023
0db0a77
fmt code
chickenlj Aug 15, 2023
c07f9a2
update makefile
chickenlj Aug 15, 2023
9da87c7
Merge branch 'main' of https://github.com/apache/dubbo-go
chickenlj Aug 16, 2023
9b393c3
Merge branch 'main' into admin-matadata-reporter
chickenlj Aug 16, 2023
ba1e33e
go mod tidy
chickenlj Aug 16, 2023
3078fbf
revert makefile change
chickenlj Aug 28, 2023
cceb287
Merge branch 'main' into admin-matadata-reporter
chickenlj Nov 2, 2023
ffbb58c
Get rid of config package dependency
chickenlj Nov 2, 2023
f902690
fix ut
chickenlj Nov 2, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
revert makefile change
  • Loading branch information
chickenlj committed Aug 28, 2023
commit 3078fbfb1cd2fd7fd1a0d556e10ee279df42f028
5 changes: 0 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,6 @@ license: clean prepareLic
.PHONY: verify
verify: clean license test

.PHONE: fmt
fmt:
$(GO_GET) -u github.com/dubbogo/tools/cmd/imports-formatter
imports-formatter

.PHONY: clean
clean: prepare
rm -rf coverage.txt
Expand Down
Loading