Introduction - Managed Flashcards
What are the different delivery options in Dynatrace?
- Dynatrace SaaS
- Dynatrace Managed
What is Dynatrace ActiveGate?
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.
What is RUM monitoring?
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
What is Synthetic Monitoring?
Synthetic monitoring emulates the paths users might take when engaging with an application.
What are some of the OneAgent capabilities?
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
What is the Smartscape topology?
Data centers => Hosts => Processes => Services => Applications
What is APM?
Application Performance Monitoring is the practice of tracking key software application performance metrics using monitoring software and telemetry data.
What is the difference between Dynatrace SaaS and Dynatrace Managed?
In Dyantrace managed data is retained and controlled by the user, while in SaaS the data is sent to the Dynatrace Cloud.
What is Dynatrace Node/Server composed off
- Public Security Gateway
- Nginx
- Casandra
- Dynatrace server instance
- Elastic Search
Where does Dynatrace Node need to connect for maintenance and licensing issues?
Mission Control
What are the different types ActiveGate and where are they required?
- Environment ActiveGate (For SaaS & Managed)
- Cluster ActiveGate (Manily for Managed)
What are the 3 different purposes of ActiveGate
- Route OneAgent traffic
- Synthetic monitoring
- Route z/OS traffic to Dynatrace
Each purpose has its own subset of modules and requires a dedicated ActiveGate.
What is the difference between Environment Classic ActiveGate vs Environment Cloud-native ActiveGate?
Environment Classic ActiveGate runs on Physical hosts or VM
Environment Cloud-native ActiveGate runs on Containers
What are the incoming and outgoing ports required for ActiveGate?
Incoming port: 9999
Outgoing port: 443, 8443
If you need ActiveGate in your environment you should install it first before deploying OneAgent!
True