Skip to content

Commit 898d1d9

Browse files
authored
added cost observability v2 dashboard and readme (#487)
1 parent b48d331 commit 898d1d9

File tree

2 files changed

+50
-0
lines changed

2 files changed

+50
-0
lines changed

cost-observability/Account Usage Dashboard v2.lvdash.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

cost-observability/README.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
# README: Databricks Usage Dashboard v2.0
2+
3+
## Overview
4+
5+
This is version 2.0 of the popular [Usage Dashboard](https://docs.databricks.com/aws/en/admin/account-settings/usage), which provides users granular visibility into all billable usage across their Databricks account.
6+
7+
All the usages in this dashboard are calculated based on the list price in USD unless the Global Filter 'Price Table' is toggled to use account\_prices instead.
8+
9+
*Note: This dashboard is not yet officially supported by Databricks, and still in preview. New updates to this version of the dashboard may be periodically released.*
10+
11+
Version 2.0 comes with a series of advanced functionality that leverages the best of new AI/BI Dashboard features. This dashboard helps answer:
12+
13+
* **Total actual and forecasted spend**
14+
* What is total spend across your account? By workspace? By product?
15+
* What is the forecasted total spend?
16+
* **Top spend drivers**
17+
* What are the top 10 objects, by cost, in your account?
18+
* Who owns the top objects, by cost, that match a certain tag? In which workspaces are they located?
19+
* **Spend breakdown by tags**
20+
* What are the most popular tags (key, value pairs) in your account?
21+
* What is the total spend tagged by specific key, value pairs?
22+
23+
## Data source
24+
25+
The dashboard is built on top of the following system tables:
26+
27+
* system.access.workspaces\_latest
28+
* system.billing.usage
29+
* system.billing.list\_prices
30+
* system.access.clean\_room\_events
31+
* system.serving.served\_entities
32+
* system.compute.clusters
33+
* system.lakeflow.jobs
34+
* system.lakeflow.pipelines
35+
* system.compute.warehouses
36+
37+
Users must have access to the above system tables in order to use the dashboard.
38+
39+
## Installation Instructions
40+
41+
* Users can then [easily import it](https://docs.databricks.com/aws/en/dashboards/#import-a-dashboard-file) into their workspace of choice to load the dashboard.
42+
* Note on prerequisites: User should have system table access to view the dashboard.
43+
44+
## Support
45+
46+
Soon, this dashboard will be accessible directly in the product, like the current Usage Dashboard in Public Preview. Admins can locate and import the dashboard directly from the Account Console in a few clicks.
47+
48+
In the meantime, we are collecting feedback on the usability and performance of Usage Dashboard v2.0. **Please share any feedback with your account team or [[email protected]](mailto:[email protected]) directly**. We appreciate you testing out this feature early\!
49+

0 commit comments

Comments
 (0)