-
-
Notifications
You must be signed in to change notification settings - Fork 71
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
adding cloudwatch target #227
base: master
Are you sure you want to change the base?
adding cloudwatch target #227
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #227 +/- ##
==========================================
+ Coverage 90.08% 90.24% +0.15%
==========================================
Files 92 93 +1
Lines 6941 7051 +110
==========================================
+ Hits 6253 6363 +110
+ Misses 543 537 -6
- Partials 145 151 +6
|
I realized there's more work to be done to support cloudwatch target. I will this PR soon once the changes in my local are working as expected. |
This PR is ready for review. |
@K-Phoen Would really appreciate your feedback on this PR. Thank you. |
heatmap/heatmap.go
Outdated
@@ -6,6 +6,9 @@ import ( | |||
"github.com/K-Phoen/grabana/errors" | |||
"github.com/K-Phoen/grabana/heatmap/axis" | |||
"github.com/K-Phoen/grabana/links" | |||
|
|||
// "github.com/K-Phoen/grabana/target/cloudwatch" |
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.
@fetchkarthikkasarapu perhaps this line here was left in the branch by accident?
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.
@themarcelor good catch, removed that line.
@slimsag Just checking: Would you be able to take a look at this one? 🙏🏼 |
Any news? |
This will address the feature requested here