Skip to content

Commit

Permalink
Merge pull request #4356 from BacLuc/update-observability
Browse files Browse the repository at this point in the history
Show summer camps of 2024 instead of 2023 in observability/grafana-prod.json
  • Loading branch information
carlobeltrame committed Dec 30, 2023
2 parents 16565a6 + 2d56b86 commit ad24f34
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 11 deletions.
File renamed without changes.
File renamed without changes.
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 @@ -1398,6 +1390,6 @@
"timezone": "",
"title": "eCamp3",
"uid": "PxIt89u4z",
"version": 1,
"version": 7,
"weekStart": ""
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit ad24f34

Please sign in to comment.