-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Add skeleton for AWS ECS container metrics receiver #463
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
Add skeleton for AWS ECS container metrics receiver #463
Conversation
cda062a
to
7aedd88
Compare
Codecov Report
@@ Coverage Diff @@
## master #463 +/- ##
==========================================
+ Coverage 86.04% 86.12% +0.07%
==========================================
Files 203 206 +3
Lines 11230 11292 +62
==========================================
+ Hits 9663 9725 +62
Misses 1236 1236
Partials 331 331
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
* Add debug logging to tail sampling filters Signed-off-by: Annanay <[email protected]> * Correct import order Signed-off-by: Annanay <[email protected]>
176aa1c
to
527e8d6
Compare
@hossain-rayhan patch codecov is still low and lint is failing (you can try running make lint locally) |
7464d96
to
8f88d4c
Compare
@hossain-rayhan coverage check is still low. Please take a look at the coverage report to see what coverage you're missing. If you're not able to provide the required coverage please explain why it's not feasible for certain lines to not be covered. |
de4296c
to
4ad2c95
Compare
34f368e
to
ea7678c
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.
Sorry for the delay, was out last week. Just one cleanup then lgtm.
7c96c03
to
82256e2
Compare
82256e2
to
6f28b49
Compare
Description: This change adds the skeleton for AWS ECS container metrics receiver. It reads `collection_interval` from config file and ships some dummy metrics on that fixed interval.
6f28b49
to
84eecf4
Compare
@bogdandrutu @tigrannajaryan ready for merge |
Detached my incomplete receiver from the component.go file. We can add it once my receiver is completely ready. Also, I guess it will help to get rid of the conflicts occurring every hour in top level go.mod and go.sum file. |
* Change default value of 'parse_to' to 'attributes' * Fix tests in recently added operator
Description:
Adding a feature: This change adds the skeleton for AWS ECS container metrics receiver. It reads
collection_interval
from config file and ships some dummy metrics on that fixed interval.Link to tracking Issue:
Closes #458
Testing:
Unit test added and executed locally.
Documentation:
README was added.