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
Databricks Partner
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 ACCEPTED SOLUTION

Accepted Solutions

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,

View solution in original post

2 REPLIES 2

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,

Hi @aleksandra_ch 

Thank you for your response.

I will consider subscribing to the status page.