Skip to content

Commit d4154fc

Browse files
author
lahsivjar
committed
Update README
1 parent 2c9fb1d commit d4154fc

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ Run using dockerhub image (note the variables in the command)
1111
docker run \
1212
-e "GRAFANA_URL=${grafana_url}" \
1313
-e "GRAFANA_API_KEY=${grafana_api_key}" \
14+
-e "GRAFANA_GET_URL=${grafana_url}" \
15+
-e "GRAFANA_POST_URL=${grafana_url}" \
1416
-e "GRAFONNET_PLAYGROUND_FOLDER_ID=${grafana_playground_folder_id}" \
1517
-e "GIN_MODE=release" \
1618
-p 8080:8080 \
@@ -19,6 +21,12 @@ docker run \
1921

2022
*Note*: For debugging remove the `GIN_MODE` environment variable from above command
2123

24+
## Cleaning up dashboards created by playground
25+
26+
From version 1.0.0, grafonnet-playground allows automatically cleaning up the dashboards that were created. This can be configured via `AUTO_CLEANUP_INTERVAL` config and can be further tuned via other available configuration. For a list of all configurations please check [application.yml.sample](application.yml.sample) file.
27+
28+
NOTE: Even when the dashboard is deleted after it has been rendered, it will continue to work and display data.
29+
2230
## Development build
2331
- Copy config file
2432
```

0 commit comments

Comments
 (0)