Skip to content

Commit

Permalink
Merge pull request #263 from taosdata/fix/sql
Browse files Browse the repository at this point in the history
Fix/sql
  • Loading branch information
sheyanjie-qq authored Mar 9, 2024
2 parents 075a002 + 3efd191 commit f48926e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dashboards/TDinsightV3.json
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@
"formatType": "Time series",
"queryType": "SQL",
"refId": "A",
"sql": "select last(stbs_total + tbs_total) from $database.taosd_cluster_info"
"sql": "select last(stbs_total + tbs_total) from $database.taosd_cluster_info where _ts >= $from and _ts <= $to"
}
],
"title": "Stables & Tables",
Expand Down Expand Up @@ -4137,4 +4137,4 @@
"timezone": "",
"title": "TDinsight for 3.x",
"version": 39
}
}

0 comments on commit f48926e

Please sign in to comment.