-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Metricbeat AWS EC2 Module (#9257)
* Add Metricbeat AWS EC2 Module * Switch from aws-sdk-go to aws-sdk-go-v2 and update vendor * Add information into RootFields and ModuleFields * Change metric names to match ECS * Change metric names to match system module metrics * Generate data.json and add fields.yml * Add AWS EC2 overview dashboard * Add schema to AWS EC2 metricset * Check if detailed monitoring is enabled to adjust period setting * Change AWS EC2 from experimental to beta and update docs * Replace TestMockFetch with TestCreateCloudWatchEvents
- Loading branch information
1 parent
ed7853d
commit 20f90ad
Showing
35 changed files
with
59,915 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
35 changes: 35 additions & 0 deletions
35
vendor/github.com/aws/aws-sdk-go-v2/private/protocol/ec2query/build.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
61 changes: 61 additions & 0 deletions
61
vendor/github.com/aws/aws-sdk-go-v2/private/protocol/ec2query/unmarshal.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.