JavaScript required
We’re sorry, but Coda doesn’t work properly without JavaScript enabled.
Skip to content
Gallery
AgencyHandy
AgencyHandy Handbook
Central issue and enhancment
UX
Onethread Handbook
Office Requirement and concerns
Check List
DevOps
KPI
Feature pirority
Sales And Marketing Report
Untitled page
Untitled page
Product Documentation
Notify on row update
Work
Untitled page
Interview
PC requirements
PM Task
More
Share
Explore
DevOps
Datadog setup in ec2
Install datadog agent on ec2
DD_API_KEY
=
e3e08ea6fb431830ba39650778f6f5f3
DD_SITE
=
"us5.datadoghq.com"
bash
-c
"
$(
curl
-L
https://s3.amazonaws.com/dd-agent/scripts/install_script_agent7.sh
)
"
Datadog start on ec2
systemctl start datadog-agent
Datadog stop on ec2
systemctl stop datadog-agent
Set up APM by instrumenting your service
DD_API_KEY
=
e3e08ea6fb431830ba39650778f6f5f3
DD_SITE
=
"us5.datadoghq.com"
DD_APM_INSTRUMENTATION_ENABLED
=
host
DD_ENV
=
production
DD_APM_INSTRUMENTATION_LIBRARIES
=
js
bash
-c
"
$(
curl
-L
https://s3.amazonaws.com/dd-agent/scripts/install_script_agent7.sh
)
"
https://docs.datadoghq.com/agent/basic_agent_usage/amazonlinux/?tab=agentv6v7
Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
Ctrl
P
) instead.