Monitor and Back up Azure Resources Flashcards
What two types of data feed into Azure Monitor ?
Metrics
Logs
What are the three big differentiators between metrics and logs ?
Retention
Properties
Data Availability
Can be stored for up to 2 years
- Metrics
- Log Analytics
Log Analytics
Typically retained for up to 93 days
- Metrics
- Log Analytics
Metrics
Metrics have a fixed set of properties (or attributes). What are these five properties ?
Time Type Resource Value Dimensions
Typically gathered over time and available for immediate query
- Metrics
- Log Analytics
Metrics
………………………… are often gathered after being triggered by an event (such as an event is written to an application log) and can take time to process before they are available for query.
Log Analytics
……………………… will typically be used for fast alerts, and …………………….. are used for more complex analysis.
metrics
logs
Data stored in Log Analytics can also be queried directly through a ……………………………… , where you will have access to the same query interfaces as you have through Azure Monitor, but you also can make customizations to the configuration of the workspace
Log Analytics Workspace
What is the time interval at which Azure Metrics are collected ?
one - minute intervals
How is an Azure metric identified ? (2 things)
metric name
namespace (category)
What is the typical retention period of metrics ?
93 days
What must you enable and set up to query application metrics ?
Application Insights
Virtual machines in Azure can also push custom metrics to the monitor service using the ………………………… extension on Windows servers
Windows Diagnostic
Virtual machines in Azure can also push custom metrics to the monitor service using the ……………………………………. on Linux VMs
InfluxData Telegraf Agent
What are two ways to increase the retention period of metrics ?
Send them to Log Analytics
Send them to a storage account with a retention policy
What are the four properties of each metric ?
■ The time the value was collected
■ The type of measurement the value represents
■ The resource with which the value is associated
■ The value itself
True or false : Using Azure Monitor, you can chart resources and metrics across several different subscriptions
True