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: 

Best practices for health monitoring

kohei-matsumura
New Contributor II
Status page: https://status.databricks.com/
REST API: https://docs.databricks.com/api/workspace/workspace/getstatus
I'm trying to perform health monitoring using the above status page and API, but is this the best method?
If the API returns an error response, could you please tell me which Service Components on the status page are causing the error?
1 REPLY 1

aleksandra_ch
Databricks Employee
Databricks Employee

Hi @kohei-matsumura ,

You can subscribe to the status with different methods, including a Webhook. You should provide a URL of a service which will receive POST calls every time there is a new event. You can also subscribe through Email or Slack.

Check here for more details: https://docs.databricks.com/aws/en/resources/status#subscribe 

Best regards,