PdfPrep.com

Which three actions should you perform in sequence?

DRAG DROP

Your company analyzes images from security cameras and sends to security teams that respond to unusual activity. The solution uses Azure Databricks.

You need to send Apache Spark level events, Spark Structured Streaming metrics, and application metrics to Azure Monitor.

Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions in the answer area and arrange them in the correct order.

Answer:

Explanation:

You can send application logs and metrics from Azure Databricks to a Log Analytics workspace.

Spark uses a configurable metrics system based on the Dropwizard Metrics Library.

Prerequisites: Configure your Azure Databricks cluster to use the monitoring library. Note: The monitoring library streams Apache Spark level events and Spark Structured Streaming metrics from your jobs to Azure Monitor.

To send application metrics from Azure Databricks application code to Azure Monitor, follow these steps:

Step 1. Build the spark-listeners-loganalytics-1.0-SNAPSHOT.jar JAR file

Step 2: Create Dropwizard gauges or counters in your application code.

Exit mobile version