Datadog Certifications — Keys contents of Datadog Fundamentals Exam

What you need to learn before taking this exam.

Alvaro Abreu
2 min readDec 29, 2022

My objective in this article is to help Datadog professionals improve their knowledge about this incredible tool and fix that content. I won’t reproduce any questions and not say the correct answers. I just share some kind of acknowledgment to helps everyone prepare for this exam.

Agent log level

In the datadog agent, this configuration is available as a parameter for setting the agent log level. This parameter determines the verbosity of the agent logs. The keynote is to learn what level includes other levels and the correct syntax for setting. I suggest you see this document. (link).

Metric Submission

You need to know how to send a metric using the API and DogStatsD, some questions show an example of code and ask you what its behavior of it is. This documentation helps a lot: (Post a metric using API) (Sending Metric using DogStatsD)

Change Graphic, Distribution & Heat Maps

These flavors of graphs are useful for some types of analysis, learn what kind you use in some situations is explored in the exam. The best way to learn is by enrolling in this course at Datadog Learning Center. (link)

Querying Graphics Syntax

When you using metrics in Datadog, you need to learn how to query the graphic editors or other features of Datadog (logs, traces, etc), and all these features work in the same way. This documentation is useful to learn the correct syntax of query editing. (link)

Yamls Config Files structure

You need to know where and how to handle datadog agent configuration files. These files are default located in c:\ProgramData\Datadog\conf.d\ and in the Linux, installations are located in /etc/datadog-agent/conf.d.

In this directory each integration has a subdirectory called <INTEGRATION-NAME>.d/ in this subdirectory has the auto_conf.yaml and the conf.yaml.example. This file you edit and rename to conf.yaml to activate the desired integration. I recommend this article in documentation to learn about that.

In Windows, the default path of configurations files is in ‘C:\ProgramData\Datadog in Linux is /etc/datadog-agent

I’m trying to write in English to improve my proficiency in the language, please you are welcome to make suggestions or critics about that.

--

--

Alvaro Abreu
Alvaro Abreu

Written by Alvaro Abreu

Tecnologia, Genialidades, Inovação, DevOps, SRE, Observabilidade, Datadog, K8s, Filosofia e outras cositas...

Responses (1)