cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Administration & Architecture
Explore discussions on Databricks administration, deployment strategies, and architectural best practices. Connect with administrators and architects to optimize your Databricks environment for performance, scalability, and security.
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Monitoring pool usage

nayan_wylde
Honored Contributor

Hi All,

I am working on creating a dashboard for databricks instance pools. I am capturing maximum usage and scheduled a jpb to capture the info every 15 mins and I aggregate to see if any point the max usage is greater then 85% of capacity, Is there any other metrices that we can capture. Ideas are appreciated

1 ACCEPTED SOLUTION

Accepted Solutions

nayan_wylde
Honored Contributor

I am looking to build some custom metrices for pools. Some of them are available in dbdemos python package that refers system tables. I am looking to forecast my pool usage for next 30 days I am using ai_forecast function for it. Is there any other custom metrices we can capture for pools

View solution in original post

3 REPLIES 3

szymon_dybczak
Esteemed Contributor III

nayan_wylde
Honored Contributor

I am looking to build some custom metrices for pools. Some of them are available in dbdemos python package that refers system tables. I am looking to forecast my pool usage for next 30 days I am using ai_forecast function for it. Is there any other custom metrices we can capture for pools

nayan_wylde
Honored Contributor

The ai_forecast function did the magic and it have the forecast on pool usage that predicted for next 30 days