Skip to content

Commit

Permalink
Fix Jena dashboard intervals (2)
Browse files Browse the repository at this point in the history
Old resoluiton of 10 minutes caused chart defect. Datapoints with interval of a bit less than 10 minutes were not visible.
  • Loading branch information
Alexander Zharinov committed Dec 20, 2024
1 parent 48aea9e commit c53d093
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@
"y": 8
},
"id": 2,
"interval": "10m",
"interval": "5m",
"options": {
"legend": {
"calcs": [],
Expand Down Expand Up @@ -236,13 +236,13 @@
"list": []
},
"time": {
"from": "2024-12-13T18:28:49.538Z",
"to": "2024-12-13T18:52:40.397Z"
"from": "now-2d",
"to": "now"
},
"timepicker": {},
"timezone": "browser",
"title": "Apache Jena Fuseki",
"uid": "be6i6k21gv20wa",
"version": 5,
"version": 6,
"weekStart": ""
}

0 comments on commit c53d093

Please sign in to comment.