Skip to content

Commit

Permalink
.observability: let top right camp counter cover summer 2024 instead …
Browse files Browse the repository at this point in the history
…of 2023 for dev
  • Loading branch information
BacLuc committed Jan 9, 2024
1 parent 042c0da commit 9db74ab
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions .ops/observability/grafana-dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -185,14 +185,6 @@
{
"color": "green",
"value": null
},
{
"color": "#EAB839",
"value": 40
},
{
"color": "red",
"value": 50
}
]
}
Expand Down Expand Up @@ -231,7 +223,7 @@
"group": [],
"metricColumn": "none",
"rawQuery": true,
"rawSql": "select count(1)\nfrom camp c\nwhere c.isprototype = false\nand exists (\n select 1\n from period p\n where p.campid = c.id\n and p.end > TO_DATE('20230601','YYYYMMDD')\n and p.start < TO_DATE('20230831','YYYYMMDD')\n)",
"rawSql": "select count(1)\nfrom camp c\nwhere c.isprototype = false\nand exists (\n select 1\n from period p\n where p.campid = c.id\n and p.end > TO_DATE('20240601','YYYYMMDD')\n and p.start < TO_DATE('20240831','YYYYMMDD')\n)",
"refId": "A",
"select": [
[
Expand All @@ -255,7 +247,7 @@
]
}
],
"title": "Sommerlager 2023",
"title": "Sommerlager 2024",
"type": "stat"
},
{
Expand Down Expand Up @@ -950,7 +942,7 @@
},
"textMode": "auto"
},
"pluginVersion": "8.5.3",
"pluginVersion": "9.4.7",
"targets": [
{
"datasource": {
Expand Down Expand Up @@ -1391,6 +1383,6 @@
"timezone": "",
"title": "eCamp3",
"uid": "SfJlY9XVk",
"version": 2,
"version": 4,
"weekStart": ""
}

0 comments on commit 9db74ab

Please sign in to comment.