<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Building a Custom Usage Dashboard using APIs for Job-Level Cost Insights in Get Started Discussions</title>
    <link>https://community.databricks.com/t5/get-started-discussions/building-a-custom-usage-dashboard-using-apis-for-job-level-cost/m-p/107469#M9670</link>
    <description>&lt;P&gt;Hey,&lt;BR /&gt;&lt;BR /&gt;Yes, I am not Azure expert but,&amp;nbsp;&lt;STRONG&gt;Databricks REST API&lt;/STRONG&gt; can help you extract usage data for serverless resources, allowing you to integrate this information into custom dashboards or external tools like Grafana.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P class=""&gt;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.&lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 28 Jan 2025 19:43:11 GMT</pubDate>
    <dc:creator>Isi</dc:creator>
    <dc:date>2025-01-28T19:43:11Z</dc:date>
    <item>
      <title>Building a Custom Usage Dashboard using APIs for Job-Level Cost Insights</title>
      <link>https://community.databricks.com/t5/get-started-discussions/building-a-custom-usage-dashboard-using-apis-for-job-level-cost/m-p/106797#M9665</link>
      <description>&lt;P&gt;Since Databricks does not provide individual cost breakdowns for components like Jobs or Compute, we aim to create a custom usage dashboard leveraging APIs to display the cost of each job run across Databricks, Azure Data Factory (ADF), or serverless environments. If anyone has experience with a similar use case or has implemented such a solution, your insights would be greatly appreciated!&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jan 2025 12:36:20 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/building-a-custom-usage-dashboard-using-apis-for-job-level-cost/m-p/106797#M9665</guid>
      <dc:creator>Sase</dc:creator>
      <dc:date>2025-01-23T12:36:20Z</dc:date>
    </item>
    <item>
      <title>Re: Building a Custom Usage Dashboard using APIs for Job-Level Cost Insights</title>
      <link>https://community.databricks.com/t5/get-started-discussions/building-a-custom-usage-dashboard-using-apis-for-job-level-cost/m-p/106858#M9666</link>
      <description>&lt;P&gt;Hey!&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Databricks recently introduced &lt;STRONG&gt;system tables&lt;/STRONG&gt; that provide job cost analysis, which might help achieve your goal without building a custom solution from scratch.&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;These tables can offer insights into job run costs across Databricks, and you might be able to correlate them with external tools like Azure Data Factory or serverless environments by combining metadata and billing data.&lt;BR /&gt;&lt;BR /&gt;You can check out the official documentation here: &lt;A href="https://docs.databricks.com/en/admin/system-tables/jobs-cost.html" target="_blank" rel="noopener"&gt;Databricks System Tables - Jobs Cost&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P class=""&gt;I hope you find this helpful. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jan 2025 23:01:16 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/building-a-custom-usage-dashboard-using-apis-for-job-level-cost/m-p/106858#M9666</guid>
      <dc:creator>Isi</dc:creator>
      <dc:date>2025-01-23T23:01:16Z</dc:date>
    </item>
    <item>
      <title>Re: Building a Custom Usage Dashboard using APIs for Job-Level Cost Insights</title>
      <link>https://community.databricks.com/t5/get-started-discussions/building-a-custom-usage-dashboard-using-apis-for-job-level-cost/m-p/107009#M9667</link>
      <description>&lt;P&gt;Hey, thanks for sharing the link! I did check out the system tables in the official documentation, but they don’t seem to include the cost of jobs running on SQL warehouses and all-purpose compute. I’m working on a dashboard to get a complete view of all costs, including those.&lt;/P&gt;</description>
      <pubDate>Sat, 25 Jan 2025 13:14:50 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/building-a-custom-usage-dashboard-using-apis-for-job-level-cost/m-p/107009#M9667</guid>
      <dc:creator>Sase</dc:creator>
      <dc:date>2025-01-25T13:14:50Z</dc:date>
    </item>
    <item>
      <title>Re: Building a Custom Usage Dashboard using APIs for Job-Level Cost Insights</title>
      <link>https://community.databricks.com/t5/get-started-discussions/building-a-custom-usage-dashboard-using-apis-for-job-level-cost/m-p/107010#M9668</link>
      <description>&lt;P class=""&gt;&lt;STRONG&gt;Hey!&lt;/STRONG&gt;&lt;/P&gt;&lt;P class=""&gt;You’re right; the system tables might not provide a full breakdown of costs. The approach you take to track costs also depends on the type of cluster you’re using.&lt;/P&gt;&lt;P class=""&gt;If you’re using a Classic or Pro cluster in SQL Warehouse or all-purpose, you’ll likely need to create a custom dashboard— for example, using Grafana. This can pull cost data directly from your cloud provider (AWS, Azure, GCP) to track the compute machine costs and combine it with Databricks-specific costs such as DBU usage and storage.&lt;/P&gt;&lt;P class=""&gt;Hope that helps! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 25 Jan 2025 14:04:14 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/building-a-custom-usage-dashboard-using-apis-for-job-level-cost/m-p/107010#M9668</guid>
      <dc:creator>Isi</dc:creator>
      <dc:date>2025-01-25T14:04:14Z</dc:date>
    </item>
    <item>
      <title>Re: Building a Custom Usage Dashboard using APIs for Job-Level Cost Insights</title>
      <link>https://community.databricks.com/t5/get-started-discussions/building-a-custom-usage-dashboard-using-apis-for-job-level-cost/m-p/107219#M9669</link>
      <description>&lt;P&gt;Thanks. Any recommendations on how Grafana can retrieve job, serverless, and SQL warehouse cost data from Azure? Are there specific APIs or other mechanisms available for extracting cost information?&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jan 2025 12:36:00 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/building-a-custom-usage-dashboard-using-apis-for-job-level-cost/m-p/107219#M9669</guid>
      <dc:creator>Sase</dc:creator>
      <dc:date>2025-01-27T12:36:00Z</dc:date>
    </item>
    <item>
      <title>Re: Building a Custom Usage Dashboard using APIs for Job-Level Cost Insights</title>
      <link>https://community.databricks.com/t5/get-started-discussions/building-a-custom-usage-dashboard-using-apis-for-job-level-cost/m-p/107469#M9670</link>
      <description>&lt;P&gt;Hey,&lt;BR /&gt;&lt;BR /&gt;Yes, I am not Azure expert but,&amp;nbsp;&lt;STRONG&gt;Databricks REST API&lt;/STRONG&gt; can help you extract usage data for serverless resources, allowing you to integrate this information into custom dashboards or external tools like Grafana.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P class=""&gt;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.&lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jan 2025 19:43:11 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/building-a-custom-usage-dashboard-using-apis-for-job-level-cost/m-p/107469#M9670</guid>
      <dc:creator>Isi</dc:creator>
      <dc:date>2025-01-28T19:43:11Z</dc:date>
    </item>
  </channel>
</rss>

