User Tools

Site Tools


devops:monitoring:datadog:datadog_agent_and_api

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

devops:monitoring:datadog:datadog_agent_and_api [2025/02/14 11:45] – created 85.219.17.206devops:monitoring:datadog:datadog_agent_and_api [2025/02/14 13:53] (current) 85.219.17.206
Line 3: Line 3:
   * Dashboards   * Dashboards
   * Events Stream   * Events Stream
-  * Metrics Explorer+  * **Metrics Explorer**
   * Monitors   * Monitors
  
Line 11: Line 11:
   * CSV   * CSV
   * YAML   * YAML
-  * JSON+  * **JSON**
  
 ===== Pregunta 3 ===== ===== Pregunta 3 =====
Line 17: Line 17:
   * For backup/restore capabilities   * For backup/restore capabilities
   * For shared data between containers   * For shared data between containers
-  * For visibility into host processes/metrics+  * **For visibility into host processes/metrics**
   * For persistent storage   * For persistent storage
  
Line 24: Line 24:
   * Just creating   * Just creating
   * None of the mentioned   * None of the mentioned
-  * Creating, listing, updating, deleting+  * **Creating, listing, updating, deleting**
   * Just listing   * Just listing
  
Line 31: Line 31:
   * Dashboards   * Dashboards
   * Tags   * Tags
-  * Monitors+  * **Monitors**
   * Events   * Events
  
Line 38: Line 38:
   * API key only   * API key only
   * Application key only   * Application key only
-  * API url and application keys+  * **API url and application keys**
   * Username and password   * Username and password
  
Line 46: Line 46:
   * createMetric()   * createMetric()
   * Metric.create()   * Metric.create()
-  * Metric.send()+  * **Metric.send()**
  
 ===== Pregunta 8 ===== ===== Pregunta 8 =====
 How are tags used with custom metrics submitted through the API? How are tags used with custom metrics submitted through the API?
-  * To differentiate metric data+  * **To differentiate metric data**
   * To authenticate   * To authenticate
   * To create metrics   * To create metrics
Line 59: Line 59:
   * Windows   * Windows
   * Docker   * Docker
-  * Solaris+  * **Solaris**
   * Linux   * Linux
  
 ===== Pregunta 10 ===== ===== Pregunta 10 =====
 Where can the status and logs of the Datadog agent be checked? Where can the status and logs of the Datadog agent be checked?
-  * /var/log/datadog+  * **/var/log/datadog**
   * /var/opt/datadog   * /var/opt/datadog
   * /opt/datadog/status   * /opt/datadog/status
Line 73: Line 73:
   * Go   * Go
   * Python pip   * Python pip
-  * cURL+  * **cURL**
   * Java   * Java
  
Line 81: Line 81:
   * Delete hosts   * Delete hosts
   * Update hosts   * Update hosts
-  * View hosts, mute/unmute+  * **View hosts, mute/unmute**
  
 ===== Pregunta 13 ===== ===== Pregunta 13 =====
Line 87: Line 87:
   * /opt/datadog   * /opt/datadog
   * /var/log/datadog   * /var/log/datadog
-  * /etc/datadog-agent+  * **/etc/datadog-agent**
   * /usr/share/datadog   * /usr/share/datadog
  
 ===== Pregunta 14 ===== ===== Pregunta 14 =====
 What HTTP method would be used to create or modify a resource using the API? What HTTP method would be used to create or modify a resource using the API?
-  * PUT+  * **PUT**
   * DELETE   * DELETE
   * GET   * GET
Line 101: Line 101:
   * CaaS   * CaaS
   * IaaS   * IaaS
-  * SaaS+  * **SaaS**
   * PaaS   * PaaS
  
Line 109: Line 109:
   * Metrics > Docker   * Metrics > Docker
   * Integrations > Docker   * Integrations > Docker
-  * Infrastructure > Containers+  * **Infrastructure > Containers**
  
 ===== Pregunta 17 ===== ===== Pregunta 17 =====
Line 115: Line 115:
   * datadog/collector   * datadog/collector
   * datadog/dogstatsd   * datadog/dogstatsd
-  * datadog/agent+  * **datadog/agent**
   * datadog/forwarder   * datadog/forwarder
  
Line 121: Line 121:
 What connectivity must be allowed for the Datadog agent? What connectivity must be allowed for the Datadog agent?
   * VPN access   * VPN access
-  * Outbound internet access+  * **Outbound internet access**
   * SSH access   * SSH access
   * Inbound connections   * Inbound connections
Line 129: Line 129:
   * /mute/host   * /mute/host
   * /host/notifications   * /host/notifications
-  * /host/mute+  * **/host/mute**
   * /notify/mute   * /notify/mute
  
 ===== Pregunta 20 ===== ===== Pregunta 20 =====
 What process on the Datadog agent collects metrics from the host OS? What process on the Datadog agent collects metrics from the host OS?
-  * Collector+  * **Collector**
   * APM agent   * APM agent
   * Forwarder   * Forwarder
Line 141: Line 141:
 ===== Pregunta 21 ===== ===== Pregunta 21 =====
 What tool helps deploy agents to multiple hosts in parallel? What tool helps deploy agents to multiple hosts in parallel?
-  * Ansible+  * **Ansible**
   * Terraform   * Terraform
   * Kubernetes   * Kubernetes
Line 149: Line 149:
 The agent process agent collects _____ details The agent process agent collects _____ details
   * Node   * Node
-  * Process+  * **Process**
   * Infrastructure   * Infrastructure
   * Container   * Container
Line 158: Line 158:
   * To integrate with the kubelet   * To integrate with the kubelet
   * To implement autoscaling   * To implement autoscaling
-  * To run the agent pod on every node+  * **To run the agent pod on every node**
  
 ===== Pregunta 24 ===== ===== Pregunta 24 =====
 What header options need to be specified when making an API call with cURL? What header options need to be specified when making an API call with cURL?
-  * "Content-Type and authentication keys"+  * **"Content-Type and authentication keys"**
   * Request URL   * Request URL
   * Response format   * Response format
Line 170: Line 170:
 Why is it a good idea to run the Datadog agent as a microservice? Why is it a good idea to run the Datadog agent as a microservice?
   * Better performance   * Better performance
-  * For easier maintenance/upgrades+  * **For easier maintenance/upgrades**
   * Better security   * Better security
   * Centralized management   * Centralized management
Line 178: Line 178:
   * Containerization   * Containerization
   * Orchestration   * Orchestration
-  * Host provisioning+  * **Host provisioning**
   * Virtualization   * Virtualization
  
Line 186: Line 186:
   * docker.json   * docker.json
   * docker.conf   * docker.conf
-  * docker.yaml+  * **docker.yaml**
  
 ===== Pregunta 28 ===== ===== Pregunta 28 =====
 What command adds the dd-agent user to the docker group for container monitoring? What command adds the dd-agent user to the docker group for container monitoring?
-  * usermod -a -G docker dd-agent+  * **usermod -a -G docker dd-agent**
   * useradd dd-agent docker   * useradd dd-agent docker
   * usermod -a dd-agent docker   * usermod -a dd-agent docker
Line 198: Line 198:
 What benefit does installing the agent as a container provide? What benefit does installing the agent as a container provide?
   * Built-in orchestration   * Built-in orchestration
-  * Portability across environments+  * **Portability across environments**
   * Lower resource usage   * Lower resource usage
   * Higher performance   * Higher performance
Line 205: Line 205:
 What config setting connects the agent to the Docker socket? What config setting connects the agent to the Docker socket?
   * socket_path: /var/run/docker.sock   * socket_path: /var/run/docker.sock
-  * docker_host: unix://var/run/docker.sock+  * **docker_host: unix://var/run/docker.sock**
   * docker_socket: /var/run/docker.sock   * docker_socket: /var/run/docker.sock
   * socket: /var/run/docker.sock   * socket: /var/run/docker.sock
  
devops/monitoring/datadog/datadog_agent_and_api.1739533516.txt.gz · Last modified: 2025/02/14 11:45 by 85.219.17.206