Reputation: 11
I would like to monitor JVM usage for AWS ec2 instance using Cloudwatch. My java application has been hosted in EC2 instance and please help possible ways to monitor / configure with cloudwatch dashboards as custom metrics.
Thanks
Upvotes: 1
Views: 4331
Reputation:
You can do that either through the API (PutMetricData) or through the CloudWatch agent and its collectd-cloudwatch output plugin.
Upvotes: 1