Introduction - Managed Flashcards

1
Q

What are the different delivery options in Dynatrace?

A
  1. Dynatrace SaaS
  2. Dynatrace Managed
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is Dynatrace ActiveGate?

A

A proxy between OneAgent and Dynatrace Server. It encrypts the traffic using HTTPS and requires full internet access.
Custom ActiveGate extensions can help monitor AWS, K8s, etc. Embedded ActiveGate is required for VMware, RUM & Synthetic monitoring.

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

What is RUM monitoring?

A

Real User Monitoring is a performance monitoring process that collects detailed data about a user’s interaction with an application.
It can collect a variety of data, including, load actions, and user sessions. It records all user actions to have a complete picture of a user’s experience

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

What is Synthetic Monitoring?

A

Synthetic monitoring emulates the paths users might take when engaging with an application.

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

What are some of the OneAgent capabilities?

A

RUM
Web applications (Auto injects js)
Mobile applications (Manually include library)
Server-side service monitoring
Web services
Web Containers
Database Requests
Custom services
Network, Process and Host Monitoring
Log file monitoring and reporting
Database
Auto-detect hypervisor and cloud platform
container aware

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

What is the Smartscape topology?

A

Data centers => Hosts => Processes => Services => Applications

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

What is APM?

A

Application Performance Monitoring is the practice of tracking key software application performance metrics using monitoring software and telemetry data.

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

What is the difference between Dynatrace SaaS and Dynatrace Managed?

A

In Dyantrace managed data is retained and controlled by the user, while in SaaS the data is sent to the Dynatrace Cloud.

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

What is Dynatrace Node/Server composed off

A
  1. Public Security Gateway
  2. Nginx
  3. Casandra
  4. Dynatrace server instance
  5. Elastic Search
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Where does Dynatrace Node need to connect for maintenance and licensing issues?

A

Mission Control

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

What are the different types ActiveGate and where are they required?

A
  1. Environment ActiveGate (For SaaS & Managed)
  2. Cluster ActiveGate (Manily for Managed)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What are the 3 different purposes of ActiveGate

A
  1. Route OneAgent traffic
  2. Synthetic monitoring
  3. Route z/OS traffic to Dynatrace
    Each purpose has its own subset of modules and requires a dedicated ActiveGate.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is the difference between Environment Classic ActiveGate vs Environment Cloud-native ActiveGate?

A

Environment Classic ActiveGate runs on Physical hosts or VM
Environment Cloud-native ActiveGate runs on Containers

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

What are the incoming and outgoing ports required for ActiveGate?

A

Incoming port: 9999
Outgoing port: 443, 8443

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

If you need ActiveGate in your environment you should install it first before deploying OneAgent!

A

True

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

Dynatrace automatically detects and groups processes!

A

True, Auto detection can be enabled or disabled.

17
Q

What are Simple detection rules?

A

Simple process group detection rules enable you to adapt the default process-group detection logic for deep monitored processes via Java system properties or environment variables.

18
Q

What are Advance detection rules?

A

Advanced process group detection rules allow you to create a process group by merging processes from different groups, and enable you to adapt the detection logic for deep monitored processes by leveraging properties that are automatically detected by OneAgent during the startup of a process.

19
Q

What is Declarative Process Monitoring?

A

Dynatrace automatically monitors important process group types—process groups that are either of a known technology or that consume significant resources.
Dynatrace also provides the option of monitoring specific processes that fall into neither of these two categories.
Declarative grouping works only for processes that aren’t deep-monitored.

20
Q

What is user action naming?

A

User action names are generated automatically based on triggered load or XHR URLs and are often difficult to read and remember.
User action naming rules give you the option to generate consistent and readable user actions that can be easily grouped and tracked throughout the application.

21
Q

What are user tags, tagging methods

A

Dynatrace assigns a unique random ID to each user, we can create rules to tag and assign more meaningful full names to the IDs.
We can create a regular expression for CSS or Javascript variables to create tagging rules.

22
Q

What are conversion goals?

A

Conversion goals help you measure how well the application is fulfilling your company’s business goals

23
Q

How does Dynatrace RUM monitor user correlation?

A

Dynatrace RUM relies on browser cookies to monitor and track user behavior.
Dynatrace usually creates these cookies automatically.

24
Q

How does Dynatrace characterize different detected services?

A

Clustered Services: same services in multiple processes, same process group

Separated Services: same services in multiple processes, Multiple process group

Merged Services: same process group, same technology, separated nodes

Opaque Services: not monitored, but detected by request made by other services

25
Q

What are custom services?

A

If your applications are not built on standard technology they can be monitored using customer services with pre-defined entry points.
Custom service can have multiple entry points
Dyntrace understands delegated functions (one function calls another function)

26
Q

What are Web Request Naming

A

Web Request Naming also you to assign more meaningful names to web requests.

27
Q

What are Key Requests

A

Key Requests are important requests that are critical to the business to monitor.
Defining a request as Key Request in Dynatrace has some advantages.
1. Long term metric history
2. Request granularity is kept for 35 Days
3. Custom alerting thresholds are available.
4. Increased visibility even if it is less than 1% of the throughput

28
Q

What are the different ways you can add tags

A

Manual Tagging: Manually tags directly to resources
Automated Tagging: Automatically attach tags by creating rules
Imported Tagging: you can import tags from AWS, Kuberneties tags into dynatrace