Datadog Features Flashcards

1
Q

Containers + Kubernetes

A

Real time view of health of containerized environments

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

IoT

A

agent that monitors physical device connected to the internet

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

Distributed tracing

A

Execution path of a request

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

Continuous profiler

A

observe application process and measure code performance

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

Deployment tracking

A

breakdown requests tied to the continuous profiler

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

Serverless monitoring

A

metrics, traces, logs monitoring of a cloud model in which the cloud provider takes care of all the server-related infrastructure and maintenance

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

Agent

A

Brings data from server into DD
Installed at the OS
Collects system-level metrics (RAM, storage, CPU)

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

APM focuses on

A
Monitor performance metrics of applications
Metrics:
- Requests (load)
- Error
- Duration/Latency
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

ETE Tracing

A

End to end

connect traces to infrastructure metrics

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

Tracing w/o limits

A
ingest, search, analyze 100% of traces
Complete traces: 
- priority to errors
- high latency
- low volume end points
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Traces

A

the WHY
record of request on a application
show how long each step took to execute

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

Logs

A

the WHAT

record/trail of something that happened in the stack

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

SIEM

A

point out vulnerabilities in your code

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

Synthetic monitoring

A

Proactive
simulate different types of traffic
focuses on availability, application load/response times

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

CI/CD pipeline

A

catch issues before code makes it to staging and production

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

NPM

A

live network traffic between cloud & containerized environments
identify root cause of application if the network is at fault

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

NDM

A

live hardware network traffic between devices like routers, firewalls, switches

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

Auto-detection of cloud endpoints

A

Assesses which client-side applications are affected by they degradation of storage the depend on in the cloud

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

App-layer insight

A

health traffic of two endpoints

network metrics: TCP, latency, connection churn

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

DNS

A

domain name server

over view of server performance

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

RUM

A
REACTIVE
focuses on end-user performance including:
- appearance
- load-times
- error
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

Mobile RUM

A

measure end user experience on web applications

* Runs on EDGE

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

Events

A

text record for bigger, less frequent moments

24
Q

Log parsing

A

refining and cleaning raw data into a standardized format

25
Log indexing
storing clean logs
26
Tags
each host & container has the same tag
27
Attributes & facets
provide additional log related details IE: timestamp
28
Roll
downgrading older data to a lower granularity
29
Monitor alert
condition based alerts
30
Metric alert
when a threshold is met OR when a metric value changes over a specified period of time
31
Anomaly alert
when there is a irregularity compared to historical patterns
32
Outlier alert
when a user is behaving differently that that of the group
33
Forecast alert
when a metric is projected to cross a threshold in the future
34
Composite alert
grouping multiple monitored alerts into 1 main alert
35
Watchdog
automated detection monitoring
36
Postmortem notebooks
summary of MTTD & MTTR data
37
SLO
service level object focused on end-user reliability and performance goals of a service over a specific period of time
38
SLI
service level indicator focused on end-user metrics about the service
39
Error budgets
measure how much unreliability is allowed before an SLO or SLA is violated
40
Burn rate
measure how fast an error budget is being consumed
41
Infrastructure list
overview of all hosts monitored by DD
42
Host map
visualize hosts
43
Infrastructure monitoring focuses
``` health and performance of back-end Metrics: - CPU - Memory - Storage ```
44
Incident monitoring focuses
Get ahead of situation before it happens Quickly identify issue, what it's impacting Quickly understand how to resolve and prevent in the future (all can be automated)
45
Metrics
numerical values | time-series data
46
Distributed metrics
percentile aggregations across all of customer's hosts
47
DogStatsD
DD tool to easily collect custom metrics
48
Security monitoring
security of infrastructure
49
Line graph
time-series data
50
Stacked areas graph
summarizes multiple data points into 1 data point
51
Bar graph
count of a certain metric
52
Heat map
evolution of a metric overtime
53
Infrastructure Monitoring includes
- hosts/clouds/vm - containers - processes - serverless - IoT
54
What are the market expectations of an APM product?
- distributed tracing - exception tracking - auto-instrumentation - code profiling - RUM - synthetics
55
Which pillar? | If something goes wrong, WHAT exactly happened?
Logs
56
Which pillar? | WHY is the code doing that? Is that what the code is supposed to?
Traces
57
Which pillar? | Are the infrastructure and applications doing what they're supposed to?
Metrics