Skip to content

Commit ad849b7

Browse files
authored
Merge pull request #345 from open-edge-platform/update-branch
Update docs and json (#902)
2 parents ffe13d8 + d8581e2 commit ad849b7

3 files changed

Lines changed: 16 additions & 15 deletions

File tree

usecases/ai/smart-parking/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The smart parking application is an AI-based solution to monitor individual car
1919
* **Docker and Docker Compose**: Ensure Docker and Docker Compose are installed. Refer to [Docker installation guide](https://docs.docker.com/engine/install/).
2020

2121
* **Intel GPU Drivers**:
22-
Refer to [here](../../../README.md#-5-minute-quick-start) to install Intel GPU Drivers
22+
Refer to [here](../../../README.md#5-minute-quick-start) to install Intel GPU Drivers
2323

2424
### Generate SSL certs
2525

@@ -71,7 +71,7 @@ docker compose down
7171
- Password: admin
7272

7373
2. Add data source
74-
74+
- Go to Settings -> Data Sources -> Add new data source
7575
- Choose InfluxDB as the data source
7676
- Fill in URL
7777
- http://influxdb:8086
@@ -87,7 +87,8 @@ docker compose down
8787
- Save and test
8888

8989
3. Import template from grafana folder
90-
90+
- Import template `Lot.json` and `Summary.json` from [grafana folder](./grafana/)
91+
9192
![import_dashboard](./docs/import_dashboard.png)
9293

9394
## Notes

usecases/ai/smart-parking/grafana/Lot.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
{
4545
"datasource": {
4646
"type": "influxdb",
47-
"uid": "DsgkYTpNz"
47+
"uid": null
4848
},
4949
"description": "",
5050
"fieldConfig": {
@@ -134,7 +134,7 @@
134134
{
135135
"datasource": {
136136
"type": "influxdb",
137-
"uid": "DsgkYTpNz"
137+
"uid": null
138138
},
139139
"groupBy": [
140140
{
@@ -226,7 +226,7 @@
226226
{
227227
"datasource": {
228228
"type": "influxdb",
229-
"uid": "DsgkYTpNz"
229+
"uid": null
230230
},
231231
"fieldConfig": {
232232
"defaults": {
@@ -503,7 +503,7 @@
503503
{
504504
"datasource": {
505505
"type": "influxdb",
506-
"uid": "DsgkYTpNz"
506+
"uid": null
507507
},
508508
"groupBy": [
509509
{
@@ -629,7 +629,7 @@
629629
{
630630
"datasource": {
631631
"type": "influxdb",
632-
"uid": "DsgkYTpNz"
632+
"uid": null
633633
},
634634
"fieldConfig": {
635635
"defaults": {
@@ -870,7 +870,7 @@
870870
{
871871
"datasource": {
872872
"type": "influxdb",
873-
"uid": "DsgkYTpNz"
873+
"uid": null
874874
},
875875
"groupBy": [
876876
{
@@ -1061,7 +1061,7 @@
10611061
"list": []
10621062
},
10631063
"time": {
1064-
"from": "now-5s",
1064+
"from": "now-15m",
10651065
"to": "now"
10661066
},
10671067
"timepicker": {},

usecases/ai/smart-parking/grafana/Summary.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
{
9595
"datasource": {
9696
"type": "influxdb",
97-
"uid": "DsgkYTpNz"
97+
"uid": null
9898
},
9999
"fieldConfig": {
100100
"defaults": {
@@ -181,7 +181,7 @@
181181
{
182182
"datasource": {
183183
"type": "influxdb",
184-
"uid": "DsgkYTpNz"
184+
"uid": null
185185
},
186186
"groupBy": [
187187
{
@@ -286,7 +286,7 @@
286286
{
287287
"datasource": {
288288
"type": "influxdb",
289-
"uid": "DsgkYTpNz"
289+
"uid": null
290290
},
291291
"description": "",
292292
"fieldConfig": {
@@ -376,7 +376,7 @@
376376
{
377377
"datasource": {
378378
"type": "influxdb",
379-
"uid": "DsgkYTpNz"
379+
"uid": null
380380
},
381381
"groupBy": [
382382
{
@@ -475,7 +475,7 @@
475475
"list": []
476476
},
477477
"time": {
478-
"from": "now-5s",
478+
"from": "now-15m",
479479
"to": "now"
480480
},
481481
"timepicker": {},

0 commit comments

Comments
 (0)