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

SCB-1092 More abundant metrics information #519

Merged
merged 1 commit into from
Dec 28, 2018

Conversation

little-cui
Copy link
Member

Follow this checklist to help us incorporate your contribution quickly and easily:

  • Make sure there is a JIRA issue filed for the change (usually before you start working on it). Trivial changes like typos do not require a JIRA issue. Your pull request should address just this issue, without pulling in other changes.
  • Each commit in the pull request should have a meaningful subject line and body.
  • Format the pull request title like [SCB-XXX] Fixes bug in ApproximateQuantiles, where you replace SCB-XXX with the appropriate JIRA issue.
  • Write a pull request description that is detailed enough to understand what the pull request does, how, and why.
  • Run go build go test go fmt go vet to make sure basic checks pass. A more thorough check will be performed on your pull request automatically.
  • If this contribution is large, please file an Apache Individual Contributor License Agreement.

@little-cui little-cui self-assigned this Dec 26, 2018
@codecov-io
Copy link

Codecov Report

Merging #519 into master will increase coverage by <.01%.
The diff coverage is 75.75%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #519      +/-   ##
==========================================
+ Coverage   59.28%   59.28%   +<.01%     
==========================================
  Files         168      170       +2     
  Lines       14099    14172      +73     
==========================================
+ Hits         8358     8402      +44     
- Misses       5159     5188      +29     
  Partials      582      582
Impacted Files Coverage Δ
server/notify/stream.go 30.3% <0%> (-0.95%) ⬇️
server/core/backend/lease.go 82.5% <100%> (+0.44%) ⬆️
pkg/etcdsync/mutex.go 67.7% <100%> (+1.04%) ⬆️
server/core/backend/metrics.go 76.92% <100%> (+36.92%) ⬆️
server/plugin/pkg/discovery/etcd/cacher_kv.go 67.59% <100%> (+0.22%) ⬆️
server/plugin/pkg/registry/etcd/etcd.go 86.9% <100%> (+0.65%) ⬆️
server/notify/websocket.go 81.25% <100%> (+0.6%) ⬆️
server/service/event/event.go 100% <100%> (ø) ⬆️
server/plugin/pkg/discovery/metrics.go 20% <12.5%> (ø)
...rver/service/event/schema_summary_event_handler.go 25% <25%> (ø)
... and 7 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 857d993...28387c0. Read the comment docs.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.03%) to 61.735% when pulling 28387c0 on little-cui:metrics into 857d993 on apache:master.

@little-cui little-cui merged commit 36f7e05 into apache:master Dec 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants