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

Enable awsecscontainermetricsreceiver- update components and go.mod #1160

Merged

Conversation

hossain-rayhan
Copy link
Contributor

Description:
This change will enable the awsecscontainermetricsreceiver in OT components.

Link to tracking Issue:
#457

Testing:
Unit test added.

Documentation:
README added.

@hossain-rayhan hossain-rayhan requested a review from a team as a code owner September 30, 2020 17:22
@project-bot project-bot bot added this to In progress in Collector Sep 30, 2020
@codecov
Copy link

codecov bot commented Sep 30, 2020

Codecov Report

Merging #1160 into master will increase coverage by 0.02%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1160      +/-   ##
==========================================
+ Coverage   89.97%   89.99%   +0.02%     
==========================================
  Files         283      283              
  Lines       13772    13772              
==========================================
+ Hits        12391    12394       +3     
+ Misses       1013     1010       -3     
  Partials      368      368              
Flag Coverage Δ
#integration 76.09% <ø> (+0.08%) ⬆️
#unit 89.15% <ø> (+0.02%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
receiver/prometheusexecreceiver/receiver.go 88.33% <0.00%> (+2.50%) ⬆️

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 79a7d76...182e024. Read the comment docs.

@hossain-rayhan
Copy link
Contributor Author

Hi @tigrannajaryan and @bogdandrutu can I get this reviewed and merged. It's just two line change for enabling the receiver. Thanks in advanced.

go.mod Outdated
@@ -6,7 +6,7 @@ require (
github.com/client9/misspell v0.3.4
github.com/go-lintpack/lintpack v0.5.2 // indirect
github.com/golangci/golangci-lint v1.31.0
github.com/google/addlicense v0.0.0-20200622132530-df58acafd6d5
github.com/google/addlicense v0.0.0-20200906110928-a0294312aa76
Copy link
Member

Choose a reason for hiding this comment

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

Why this change?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Updated to the old version.

@tigrannajaryan tigrannajaryan self-assigned this Sep 30, 2020
Collector automation moved this from In progress to Reviewer approved Sep 30, 2020
@tigrannajaryan tigrannajaryan merged commit 450f782 into open-telemetry:master Sep 30, 2020
Collector automation moved this from Reviewer approved to Done Sep 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Collector
  
Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants