cancel
Showing results for 
Search instead for 
Did you mean: 
Data Engineering
Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
cancel
Showing results for 
Search instead for 
Did you mean: 

How to check my streaming job's metrics?

jose_gonzalez
Databricks Employee
Databricks Employee

I would like to know if there is a way to keep track of my running streaming job.

3 REPLIES 3

User16783855534
New Contributor III

User16783854357
New Contributor III

Additionally, if you want to monitor this programmatically , you can attach a streaming listener to your query and review the query progress event . This link provides more details.

brickster_2018
Databricks Employee
Databricks Employee

Streaming metrics are available/exposed mainly through 3 ways:

  1. Streaming UI, which is available from Spark 3/DBR 7
  2. Streaming listener/Observable metrics API
  3. Spark driver logs. Search for the string "Streaming query made progress". The metrics are logged in the Spark driver logs as soon as the batch is completed.

Join Us as a Local Community Builder!

Passionate about hosting events and connecting people? Help us grow a vibrant local community—sign up today to get started!

Sign Up Now