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
update go mod
  • Loading branch information
chickenlj committed Jul 19, 2023
commit 459d2ba65f88f6947774d6c85b86ba05a117b3c2
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ require (
github.com/pkg/errors v0.9.1
github.com/polarismesh/polaris-go v1.3.0
github.com/prometheus/client_golang v1.13.0
github.com/prometheus/common v0.37.0
github.com/rogpeppe/go-internal v1.8.0 // indirect
github.com/sirupsen/logrus v1.7.0
github.com/stretchr/testify v1.8.2
Expand Down
Loading