-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
[receiver/hostmetrics] Migrate network scraper to new metrics builder #7048
Conversation
|
2fbdbc2
to
457babf
Compare
@abhide , is there an issue tracking this? Do you plan on providing more info about this PR? |
@jpkrohling Yes, there is an issue tracking this: open-telemetry/opentelemetry-collector#10904 |
457babf
to
bb8b05d
Compare
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.
One comment, otherwise good to me. Thanks for the contribution!
Two more things:
|
receiver/hostmetricsreceiver/internal/scraper/networkscraper/network_scraper.go
Outdated
Show resolved
Hide resolved
bb8b05d
to
6685b23
Compare
@abhide build-and-test is still failing. also PTAL at my comments from the first review |
Thanks for the review comments @dmitryax . I have fixed all comments except #7048 (comment) |
9e4dae3
to
75d9565
Compare
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.
Just one nit, otherwise LGTM
receiver/hostmetricsreceiver/internal/scraper/networkscraper/network_scraper_test.go
Show resolved
Hide resolved
receiver/hostmetricsreceiver/internal/scraper/networkscraper/network_scraper.go
Outdated
Show resolved
Hide resolved
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.
One more comment, otherwise LGTM.
And looks like tests are failing |
05e0925
to
0dcc770
Compare
0dcc770
to
bee243b
Compare
Tests should pass now. I ran locally and |
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.
LGTM
Description:
Link to tracking Issue: open-telemetry/opentelemetry-collector#10904
Testing:
Documentation: