Skip to content

Commit d57c215

Browse files
committed
Add Grafana community plugin example
1 parent 02390f8 commit d57c215

5 files changed

+1099
-0
lines changed

grafana/README.md

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Sample Grafana dashboards for Altinity Grafana Plugin for ClickHouse
2+
3+
## Install Grafana on Ubuntu
4+
See https://grafana.com/docs/grafana/latest/setup-grafana/installation/debian/
5+
```
6+
sudo apt update
7+
sudo apt install grafana=11.0.0
8+
```
9+
10+
Run this on any Linux host you want to monitor.
11+
12+
## Installing Grafana dashboard
13+
14+
1. First install Grafana.
15+
2. Add [Altinity Grafana plugin](https://grafana.com/grafana/plugins/vertamedia-clickhouse-datasource/).
16+
17+
## Add data source for Altinity github project
18+
19+
URL: https://github.demo.trial.altinity.cloud:8443
20+
Login: demo
21+
Password: demo
22+
23+
## SQL views for examples.
24+
25+
Use SQL scripts to create Altinity views.
26+
```
27+
alias cc-batch='clickhouse-client -m -n --verbose -t --echo -f PrettyCompact --output_format_pretty_row_numbers=0'
28+
```

0 commit comments

Comments
 (0)