Learn about using the Datadog Integration for logging and monitoring
Please note, Datadog’s documentation defaults to v2. Please use v1 Datadog documentation with Aptible.
DD_LOGS_ENABLED
.Creating a Datadog Log Drain
aptible log_drain:create:datadog
CLI commandDD_PROCESS_AGENT_ENABLED
.Creating a Datadog Metric Drain
aptible metric_drain:create:datadog
CLI commandgauge
in Datadog, approximately every 30 seconds):
enclave.running
: a boolean indicating whether the Container was running when this point was sampled.enclave.milli_cpu_usage
: the Container’s average CPU usage (in milli CPUs) over the reporting period.enclave.milli_cpu_limit
: the maximum CPU accessible to the container.enclave.memory_total_mb
: the Container’s total memory usage. See Understanding Memory Utilization for more information on memory usage.enclave.memory_rss_mb
: the Container’s RSS memory usage. This memory is typically not reclaimable. If this exceeds the memory_limit_mb
, the container will be restarted.
enclave.memory_total_mb
and enclave.memory_rss_mb
values. enclave.memory_limit_mb
: the Container’s Memory Limit.enclave.disk_read_kbps
: the Container’s average disk read bandwidth over the reporting period.enclave.disk_write_kbps
: the Container’s average disk write bandwidth over the reporting period.enclave.disk_read_iops
: the Container’s average disk read IOPS over the reporting period.enclave.disk_write_iops
: the Container’s average disk write IOPS over the reporting period.
enclave.disk_read_iops
and enclave.disk_write_iops
values. enclave.disk_usage_mb
: the Database’s Disk usage (Database metrics only).enclave.disk_limit_mb
: the Database’s Disk size (Database metrics only).enclave.pids_current
: the current number of tasks in the Container (see Other Limits).enclave.pids_limit
: the maximum number of tasks for the Container (see Other Limits).environment
: Environment handleapp
: App handle (App metrics only)database
: Database handle (Database metrics only)service
: Service namecontainer
: Container IDhost_name
tag on these metrics to the Container Hostname (Short Container ID).