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.

Connect with Databricks Users in Your Area

Join a Regional User Group to connect with local Databricks users. Events will be happening in your city, and you wonโ€™t want to miss the chance to attend and share knowledge.

If there isnโ€™t a group near you, start one and help create a community that brings people together.

Request a New Group