Skip to content

Commit 4ca4ad6

Browse files
authored
Fix top widgets timewindow (DataDog#21658)
1 parent 336c4cf commit 4ca4ad6

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

databricks/assets/dashboards/databricks_cost_overview.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@
5353
"title_size": "16",
5454
"title_align": "left",
5555
"time": {
56-
"type": "fixed",
57-
"from": 1751932800000,
58-
"to": 1754611200000,
56+
"type": "live",
57+
"unit": "month",
58+
"value": 1,
5959
"hide_incomplete_cost_data": true
6060
},
6161
"type": "query_value",
@@ -100,9 +100,9 @@
100100
"title_size": "16",
101101
"title_align": "left",
102102
"time": {
103-
"type": "fixed",
104-
"from": 1751932800000,
105-
"to": 1754611200000,
103+
"type": "live",
104+
"unit": "month",
105+
"value": 1,
106106
"hide_incomplete_cost_data": true
107107
},
108108
"type": "query_value",
@@ -147,9 +147,9 @@
147147
"title_size": "16",
148148
"title_align": "left",
149149
"time": {
150-
"type": "fixed",
151-
"from": 1749826086865,
152-
"to": 1752504486865,
150+
"type": "live",
151+
"unit": "month",
152+
"value": 1,
153153
"hide_incomplete_cost_data": true
154154
},
155155
"type": "query_value",

0 commit comments

Comments
 (0)