Getting Started Documentation Flashcards

1
Q

How many integrations does Datadog officially have listed?

A

Over 600 (as of 02/06/2023

http://www.datadoghq.com/integrations

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How are custom integrations avilable?

A

Through the Datadog API

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Is the Agent open source?

A

Yes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Is data living in a datacenter treated the same as data in an online service?

A

Yes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Can you observe your logs in real-time using the Live Tail, without indexing them?

A

Yes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

How do you dynamically index logs?

A

With Filters

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What are 4 things you can do with the host map?

A
  • Quickly visualize your environment
  • Identify outliers
  • Detect usage patterns
  • Optimize resources
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What are 4 types of events that appear in event explorer?

A
  • Code deployments
  • Service health changes
  • Configuration changes
  • Monitoring alerts
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Do you have to instrument the event explorer?

A

The Event Explorer automatically gathers events collected by the Agent and installed integrations.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What are 4 ways you can submit custom events?

A
  • Datadog API
  • Custom Agent checks
  • DogStatsD
  • Events email API
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Can you share dashboards?

A

Yes, you can share both dashboards

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Can graphs be embedded in an iframe?

A

Graphs can be embedded in an iframe. This enables you to give a 3rd party access to a live graph without also giving access to your data or any other information.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What are monitors?

A

Monitors provide alerts and notifications based on metric thresholds, integration availability, network endpoints, and more.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Are there different endpoints for Real User Monitoring (RUM), specifically for logs, traces, and RUM events?

A

Yes there are currently (as of 02/06/2023) 4 endpoints for Real User Monitoring (RUM) domains.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Does Datadog contain different documentation for each site?

A

Yes and you can select the site near the top right of a documentation page.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What amount of space and resources does the Agent take up on onset?

A

At the onset, you can expect around 0.08% CPU used on average with a disk space of roughly 830MB to 880MB.

17
Q

What are three metrics that the Datadog Agent sends to Datadog about itself, so that you can determine things like what hosts or containers have running Agents, when an Agent starts, and what version of Python it’s running?

A

METRIC: DESCRIPTION
datadog.agent.python.version: Shows a value of 1 if the Agent is reporting to Datadog. The metric is tagged with the python_version.
datadog.agent.running: Shows a value of 1 if the Agent is reporting to Datadog.
datadog.agent.started: A count sent with a value of 1 when the Agent starts (available in v6.12+).

18
Q

Depending on your platform, what are the core checks that are enabled by default that collect metrics for the Agent?

A

CPU
Disk
IO
Memory
Network
NTP
Uptime
File
Load
Docker
Winproc

19
Q

How is the Datadog agent configured on a host?

A

The Agent is configured using a YAML file

20
Q

How are configuration options set for a container’s Agent?

A

Configuration options for a container’s Agent are passed in with environment variables for example:

  • DD_API_KEY for the Datadog API key
  • DD_SITE for the Datadog site
21
Q

How are integrations identified on a host?

A

Through the Agent configuration file

22
Q

How are integrations identified in a containerized environment?

A

Integrations are automatically identified through Datadog’s Autodiscovery feature

23
Q

Is the Datadog Agent required to send logs and metrics to Datadog?

A

You can send Logs and Metrics through the Datadog API. However, the Agent is the recommended method to forward your data to the Datadog Platform.

24
Q

Does the Datadog Agent need to be installed to send data from any one of the many Agent based Integrations?

A

Yes

25
Q

How often does the Agent collect host data?

A

Every 15 seconds

26
Q

How do you verify the status of the Agent on a linux host?

A

sudo datadog-agent status

27
Q

How do you check if a Datadog agent is up?

A

Monitors > Check Summary >
datadog.agent.up

28
Q

How do you check if a Datadog agent’s status?

A

Monitors > Check Summary >
datadog.agent.check_status

Returns CRITICAL if an Agent check is unable to send metrics to Datadog, otherwise returns OK.

29
Q

How many system level metrics does the agent collect every 15-20 seconds?

A

75 to 100

30
Q

How do you use the Datadog UI to confirm via metrics that the Datadog agent is started?

A

Metrics > Summary and search for the metric datadog.agent.started

31
Q

How do you use the Datadog UI to confirm via metrics that the Datadog agent is running?

A

Metrics > Summary and search for the metric datadog.agent. running

32
Q

What is the filename for the agent’s main configuration file?

A

datadog.yaml

33
Q

What are the two required parameters for the agent configuration?

A
  • Your Datadog API key, which is used to associate your Agent’s data with your organization
  • The Datadog site (datadoghq.com)
34
Q

What is the default path for the configuration file on Ubuntu?

A

/etc/datadog-agent/datadog.yaml