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

Correctly obtain machine-type info from gce metadata #395

Conversation

james-bebbington
Copy link
Member

@james-bebbington james-bebbington commented Jul 4, 2020

Tested on GCE instance & validated this works as expected

@james-bebbington james-bebbington requested a review from a team July 4, 2020 06:06
@codecov
Copy link

codecov bot commented Jul 4, 2020

Codecov Report

Merging #395 into master will decrease coverage by 0.02%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #395      +/-   ##
==========================================
- Coverage   83.92%   83.90%   -0.03%     
==========================================
  Files         178      178              
  Lines        9520     9520              
==========================================
- Hits         7990     7988       -2     
- Misses       1202     1203       +1     
- Partials      328      329       +1     
Flag Coverage Δ
#integration 63.31% <ø> (ø)
#unit 83.70% <100.00%> (-0.03%) ⬇️
Impacted Files Coverage Δ
...resourcedetectionprocessor/internal/gcp/gce/gce.go 95.91% <100.00%> (ø)
...rcedetectionprocessor/internal/gcp/gce/metadata.go 100.00% <100.00%> (ø)
receiver/carbonreceiver/transport/tcp_server.go 65.71% <0.00%> (-1.91%) ⬇️

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 4f2808d...69a018b. Read the comment docs.

@bogdandrutu bogdandrutu merged commit 00d9077 into open-telemetry:master Jul 9, 2020
wyTrivail referenced this pull request in mxiamxia/opentelemetry-collector-contrib Jul 13, 2020
mxiamxia referenced this pull request in mxiamxia/opentelemetry-collector-contrib Jul 22, 2020
* Split out metric test utils from metrics_adjuster_test and move to testutils

* Reorder import of metrics testutils in metrics_adjuster_test

* Move new metrics test utils to their own package

* Rename some utility functions for clarity
ljmsc referenced this pull request in ljmsc/opentelemetry-collector-contrib Feb 21, 2022
* Introduce simplified export pipeline setup for stdout

* Standardize dogstatsd,stdout,prometheus calling.

* Creates NewRawExporter, NewExportPipeline, InstallNewPipeline methods.
* Uses Options rather than Config throughout for options.

* fix merge conflicts.

Co-authored-by: Liz Fong-Jones <elizabeth@ctyalcove.org>
bogdandrutu pushed a commit that referenced this pull request May 12, 2022
These two packages are closely related. They were separate for
historical reasons but should be brought together to simplify the
codebase.
codeboten added a commit that referenced this pull request Nov 23, 2022
This change implements the Context API portion of OTEP #66. The
CorrelationContext API and Propagation API changes will come in future PRs.
We're leveraging entrypoints to support other implementations of the Context
API if/when necessary. For backwards compatibility, this change uses
aiocontextvars for Python versions older than 3.7.

Co-authored-by: Diego Hurtado <ocelotl@users.noreply.github.com>
Co-authored-by: Mauricio Vásquez <mauricio@kinvolk.io>
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.

2 participants