Hey,
Yes, I am not Azure expert but, Databricks REST API can help you extract usage data for serverless resources, allowing you to integrate this information into custom dashboards or external tools like Grafana.
On the Azure side, costs related to will appear under the Databricks resource category in Azure Cost Management + Billing. However, Azure does not break down Databricks-managed workloads (like serverless SQL warehouses) into specific line items, as Databricks abstracts the underlying infrastructure. Youโll see an aggregate charge for Databricks usage.
You can configure Azure Cost Management to export aggregated Databricks costs to a storage account or a Log Analytics Workspace. This exported data can then be combined with usage data from the Databricks API to build a more detailed view of costs.
๐