grafana-clickhouse connection works

This commit is contained in:
2024-11-26 10:49:02 -07:00
parent b8d36d0907
commit 1335ca617e
3 changed files with 46 additions and 0 deletions

10
ui/README.md Normal file
View File

@@ -0,0 +1,10 @@
# UI - dashboards, visualization, querying with Grafana
```sh
cd ../clickhouse # TODO: fix relative paths
docker stack deploy -c docker-compose-old.yaml -c ../ui/docker-compose.yaml your_stack_name
```
Access from [http://localhost:7602](http://localhost:7602)
- Uses the Clickhouse data source plugin