Skip to content

Commit

Permalink
feat: Add filters and totals to tables on default DIAL dashboard epam#64
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeev0 committed Nov 14, 2024
1 parent 8d96afd commit b412631
Showing 1 changed file with 20 additions and 12 deletions.
32 changes: 20 additions & 12 deletions dashboards/dial_analytics.json
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@
"categoryorder": "category ascending",
"range": [
-0.5,
2.5
0.5
],
"showgrid": false,
"showticklabels": true,
Expand All @@ -221,7 +221,7 @@
"autorange": true,
"range": [
-0.5,
10.5
52.5
],
"showgrid": false,
"type": "category"
Expand Down Expand Up @@ -377,6 +377,7 @@
"cellOptions": {
"type": "auto"
},
"filterable": true,
"inspect": false
},
"mappings": [],
Expand Down Expand Up @@ -424,7 +425,7 @@
]
},
"gridPos": {
"h": 9,
"h": 15,
"w": 24,
"x": 0,
"y": 34
Expand All @@ -435,11 +436,16 @@
"footer": {
"countRows": false,
"enablePagination": true,
"fields": "",
"fields": [
"request_count",
"prompt_tokens",
"completion_tokens",
"money"
],
"reducer": [
"sum"
],
"show": false
"show": true
},
"showHeader": true,
"sortBy": [
Expand Down Expand Up @@ -522,6 +528,7 @@
"cellOptions": {
"type": "auto"
},
"filterable": true,
"inspect": false
},
"mappings": [],
Expand Down Expand Up @@ -569,10 +576,10 @@
]
},
"gridPos": {
"h": 9,
"h": 14,
"w": 24,
"x": 0,
"y": 43
"y": 49
},
"id": 7,
"options": {
Expand All @@ -584,7 +591,7 @@
"reducer": [
"sum"
],
"show": false
"show": true
},
"showHeader": true,
"sortBy": [
Expand Down Expand Up @@ -662,6 +669,7 @@
"cellOptions": {
"type": "auto"
},
"filterable": true,
"inspect": false
},
"mappings": [],
Expand Down Expand Up @@ -709,10 +717,10 @@
]
},
"gridPos": {
"h": 9,
"h": 15,
"w": 24,
"x": 0,
"y": 52
"y": 63
},
"id": 8,
"options": {
Expand All @@ -724,7 +732,7 @@
"reducer": [
"sum"
],
"show": false
"show": true
},
"showHeader": true,
"sortBy": [
Expand Down Expand Up @@ -790,7 +798,7 @@
"type": "table"
}
],
"refresh": "1m",
"refresh": "",
"schemaVersion": 38,
"style": "dark",
"tags": [
Expand Down

0 comments on commit b412631

Please sign in to comment.