-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
[receiver/awscloudwatchmetrics] [2/2] final implementation of receiver #23562
Conversation
ca2df53
to
9d952b5
Compare
9d952b5
to
254bb8d
Compare
Please ping us when this is ready to be reviewed. |
This PR was marked stale due to lack of activity. It will be closed in 14 days. |
@lewis262626, is this ready for review? |
I've been meaning to finish this off, but I'm on holiday without access to my laptop. Should be ready by early August. There are a few bugs from what I can remember |
Sounds good, move this out of draft when ready please. |
This PR was marked stale due to lack of activity. It will be closed in 14 days. |
254bb8d
to
69f3163
Compare
231b0e0
to
5b92efc
Compare
This PR was marked stale due to lack of activity. It will be closed in 14 days. |
Hey guys, is this completed and merged ? |
Still need to finish off final testing, apologies |
No worries. Thanks for all the efforts brother <3. |
36d4f5a
to
8458020
Compare
This PR was marked stale due to lack of activity. It will be closed in 14 days. |
input := &cloudwatch.ListMetricsInput{ | ||
Namespace: aws.String(auto.Namespace), | ||
} |
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.
Are we able to add support for monitoring accounts via IncludeLinkedAccounts?
As per: #15667 (comment)
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.
In a separate PR, yes.
Hi @lewis262626 is this PR still being worked on? |
Inital commit of receiver without tests
No integration tests
Yes, just didn't have any motivation to finish this off. I just have the integration tests to write, then should be done |
f2e39c5
to
657c14a
Compare
This PR was marked stale due to lack of activity. It will be closed in 14 days. |
Closed as inactive. Feel free to reopen if this PR is still being worked on. |
@lewis262626 how much work is left ? |
@lewis262626 Any plans on continuing this work? I am quite interested in this, so I'll gladly help if you want, despite my limited knowledge of go 😄 |
Hi, does anyone know when it will be available for use? |
Description:
AWS cloudwatch metrics final implementation. Fixes #15667
Link to tracking Issue:
#15667
Testing:
Unit and integration testing
Documentation:
README.md