-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
[extension][ecsobserver] Init config and target definition #2939
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2939 +/- ##
==========================================
+ Coverage 91.53% 91.55% +0.02%
==========================================
Files 464 471 +7
Lines 22799 22915 +116
==========================================
+ Hits 20868 20979 +111
- Misses 1438 1441 +3
- Partials 493 495 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
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.
LGTM!
ping @jrcamp |
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.
Thanks for splitting up. Just needs rebasing then lgtm.
bb95b8d
to
f2c83c0
Compare
@jrcamp rebased and also bumped aws sdk version to match other components. |
ping @bogdandrutu |
…metry#2939) * extension: ecssd Init config and target definition * extension: ecssd Remove unsued func and consts * extension: ecssd Update config and use lastest core
Description:
A smaller part of #2734
Init config and some struct definitions for ECS Prometheus service discovery
btw: 1.4k loc are go.sum, it only have 500 lines for config struct and some large struct for exporting.
Link to tracking Issue:
Testing:
unit test
Documentation:
No new doc, see #2377 for existing doc