AWS metrics configuration
AWS metrics configuration. Our Terraform can set everything up to export your Cobrowse EKS cluster metrics into CloudWatch for charting and alerts.
Prerequisites
Update the Terraform config
{
"domain": "...",
"stage": "...",
"license": "...",
"docker_password": "...",
"region": "...",
"documentdb_instances": "...",
"superusers": "...",
"metrics": "true"
}Deploy the Terraform
Verify that the agent is running
Explore your metrics in CloudWatch
Set your retention period for the metrics logs
Last updated