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

Upgrade gopsutil package used in instrumentation/host #1330

Closed
wants to merge 2 commits into from

Conversation

evantorrie
Copy link
Contributor

gopsutil-v2.x was failing during tests on my Mac. Took the opportunity to upgrade it to the next major version gopsutil-v3.x which no longer fails.

Also updated this particular instrumentation to use the new API from go.opentelemetry.io/otel/metric-v0.24.0

@codecov
Copy link

codecov bot commented Oct 4, 2021

Codecov Report

Merging #1330 (a3cb5b6) into main (8e44f3f) will not change coverage.
The diff coverage is 100.0%.

Impacted file tree graph

@@          Coverage Diff          @@
##            main   #1330   +/-   ##
=====================================
  Coverage   68.2%   68.2%           
=====================================
  Files        119     119           
  Lines       5200    5200           
=====================================
  Hits        3550    3550           
  Misses      1511    1511           
  Partials     139     139           
Impacted Files Coverage Δ
instrumentation/host/host.go 74.7% <100.0%> (ø)

@jmacd
Copy link
Contributor

jmacd commented Oct 5, 2021

Note I'd like to see #1144 merge first, conflicts either way.

Copy link
Member

@pellared pellared left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@Aneurysm9
Copy link
Member

I've incorporated this into #1144 as I also had these test errors.

@Aneurysm9 Aneurysm9 closed this Oct 6, 2021
plantfansam referenced this pull request in plantfansam/opentelemetry-go-contrib Mar 18, 2022
* Move global code to toplevel package

* Move version function to toplevel package

* Update changelog

Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
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.

4 participants