-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Initial commit of host metrics network scraper #930
Initial commit of host metrics network scraper #930
Conversation
ef7d15d
to
a4c32d0
Compare
Codecov Report
@@ Coverage Diff @@
## master #930 +/- ##
==========================================
- Coverage 85.52% 85.51% -0.01%
==========================================
Files 184 187 +3
Lines 13545 13688 +143
==========================================
+ Hits 11584 11705 +121
- Misses 1498 1511 +13
- Partials 463 472 +9
Continue to review full report at Codecov.
|
26dddb8
to
cb27f29
Compare
receiver/hostmetricsreceiver/internal/scraper/networkscraper/network_scraper_test.go
Show resolved
Hide resolved
Also something bad in the example screenshot the last metric |
Nice spotting. It looks like that's a general bug in the OC prometheus exporter (unrelated to this PR): https://github.com/orijtech/prometheus-go-metrics-exporter/blob/master/prometheus.go#L315 (also L318) - should be Track the fix here: orijtech/prometheus-go-metrics-exporter#8 |
cb27f29
to
ddb671f
Compare
ddb671f
to
97bd139
Compare
open-telemetry#930) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com> Co-authored-by: Liz Fong-Jones <lizf@honeycomb.io>
Link to tracking Issue:
#847
Description:
Added network scraper to the hostmetricsreceiver which uses gopsutil to collect metrics related to network usage & the number of active tcp connections
Exported Metrics: