-
Notifications
You must be signed in to change notification settings - Fork 442
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
[AWS] Add EMR metrics data stream #6120
Conversation
🌐 Coverage report
|
5f0cef1
to
9b91ea9
Compare
9b91ea9
to
b6a4e7d
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.
Could you please define the metric type as either counter or gauge for applicable fields? This would be beneficial from a TSDB perspective in the future.
6dc09e7
to
694620e
Compare
a32b736
to
bd23a90
Compare
# Amazon EMR (ElasticMapReduce) | ||
|
||
The Amazon EMR integration allows you to monitor [Amazon EMR](https://aws.amazon.com/emr/) — a fully managed big data processing and analytics service. | ||
|
||
Use the Amazon EMR integration to collect metrics related to your EMR instances. Then visualize that data in Kibana, create alerts to notify you if something goes wrong, and reference the metrics when troubleshooting an issue. | ||
|
||
For example, you could use this data to track Amazon EMR cluster progress and cluster storage. Then you can alert when utilization for an instance crosses a predefined threshold. |
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.
What about clarifying the Hadoop version for this data stream in this doc?
Idea: Creating a meta issue for AWS integrations that we own, to improve documentation clarity. What are your thoughts on this? @zmoog @lalit-satapathy
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.
Yeah, this is a good idea. @lucianpy, could you create an issue with a detailed list of information to add to this integration?
This way, we can ship the integration as it is and start working on an actionable list right after the current iteration ends.
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.
Recently we added a new cloudwatch metricset setting called include_linked_accounts
to collect data from linked account. I guess we could add this to this integration as well.
See #6459 for more context about this topic.
/test |
💚 Build Succeeded
History
cc @gpop63 |
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.
Looks good, @gpop63! Could you create an issue and add the steps required to move this integration from BETA to GA? Many thanks!
Package aws - 1.45.0 containing this change is available at https://epr.elastic.co/search?package=aws |
What does this PR do?
Adds AWS EMR (ElasticMapReduce) metrics data stream.
Checklist
changelog.yml
file.Author's Checklist
How to test this PR locally
Related issues
Screenshots