-
Notifications
You must be signed in to change notification settings - Fork 474
Migrate AWS Fargate metrics module to package #2971
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
Conversation
6b76523
to
064f19c
Compare
1660402
to
a99b9a8
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.
LGTM! One nit: could you compress the dashboard screenshot just in case it's too large. Reference pr: #2767
Oh, you're right: it's quite big for a web resource, I see the other integration have far smaller sizes. I'm updating it! Thank you for bringing it up! |
# before (1.2M)
$ ls -l
-rw-r--r-- 1 zmoog staff 1291721 Apr 7 16:25 metricbeat-awsfargate-overview.png
$ pngquant --ext .png --force *.png
# after (400K)
$ ls -l
-rw-r--r-- 1 zmoog staff 407842 Apr 12 10:44 metricbeat-awsfargate-overview.png |
We decided the initial release will only include metrics
It is not required by the Elastic Agent
So we can use the very same sample event for validation
Added/fixed all the complaints from `elastic-package test` command.
This section title is a better fit for the content.
Right now it is aligned with the package release type
I overlooked these fields in the first iterations.
Effective and easy to apply using `pngquant --ext .png --force *.png`. Refs: elastic#2767
fb3ee05
to
1c2d060
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.
CODEOWNERS LGTM
What does this PR do?
Adds a brand new
awsfargate
package with the migration of the awsfargate module from Metricbeat.As the origin module, this package supports the collection of the
task_stats
metrics from Amazon Elastic Container Service (Amazon ECS) clusters only.Metrics from the Amazon EKS clusters are not supported by this package yet.
Checklist
changelog.yml
file.Author's Checklist
How to test this PR locally
Testing locally requires a special container from AWS.
To learn more, follow the step described at zmoog/til#7
Related issues
Screenshots
Integrations list:
Integration information:
Installation details: