-
Notifications
You must be signed in to change notification settings - Fork 929
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
Merge branch feature-metrics #2367
Conversation
# Conflicts: # go.mod # go.sum
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Codecov Report
@@ Coverage Diff @@
## main #2367 +/- ##
==========================================
- Coverage 44.81% 44.30% -0.52%
==========================================
Files 299 304 +5
Lines 18270 18528 +258
==========================================
+ Hits 8188 8209 +21
- Misses 9224 9457 +233
- Partials 858 862 +4
... and 4 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
LGTM. |
LGTM. |
LGTM |
@@ -31,6 +32,7 @@ import ( | |||
) | |||
|
|||
var localIp string |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
如果有多个 var 写在一块,要写成
“ var (
)”
这种形式
"dubbo.apache.org/dubbo-go/v3/metrics/util/aggregate" | ||
) | ||
|
||
var registries = make(map[string]func(*ReporterConfig) MetricRegistry) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
放在一个 var () 里面。
merge feature-metrics branch into master