Skip to content

Commit 854841a

Browse files
committed
Update README.md
1 parent 127414b commit 854841a

File tree

1 file changed

+27
-1
lines changed

1 file changed

+27
-1
lines changed

README.md

+27-1
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,35 @@ A data source for Timeplus is created automatically.
2222

2323
### Use your own Grafana deployment
2424

25+
Download the latest version from https://d.timeplus.com/grafana/timeplus-proton-datasource-2.1.0.zip
26+
27+
Unzip the file and copy the folder to the Grafana plugin directory, usually `/var/lib/grafana/plugins/`.
28+
29+
For example, on a Linux machine, you can run the following commands:
30+
31+
```bash
32+
cd /var/lib/grafana
33+
mkdir plugins
34+
cd plugins
35+
wget d.timeplus.com/grafana/timeplus-proton-datasource-2.1.0.zip
36+
unzip timeplus-proton-datasource-2.1.0.zip
37+
/bin/systemctl start grafana-server.service
38+
```
39+
40+
For macOS, you can run the following commands:
41+
42+
```bash
43+
cd /opt/homebrew/var/lib/grafana
44+
mkdir plugins
45+
cd plugins
46+
wget d.timeplus.com/grafana/timeplus-proton-datasource-2.1.0.zip
47+
unzip timeplus-proton-datasource-2.1.0.zip
48+
brew services restart grafana
49+
```
50+
2551
In the navigation menu, choose Connections -> Add new connection.
2652

27-
Search for Timeplus and accept the default settings (localhost,port 8463 and 3218 as proton connection). This tool supports self-hosted Timeplus Enterprise, but not for Timeplus Cloud.
53+
Search for Timeplus and accept the default settings (localhost,port 8463 and 3218 as proton connection). For Timeplus Enterprise deployment, also set the username and password.
2854

2955
Create a new dashboard or explore data with this Timeplus data source.
3056

0 commit comments

Comments
 (0)