You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/grafana/README.md
+22-2
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,8 @@
4
4
5
5
This docker compose file demonstrates how to use Grafana to connect to Proton and visualize the data.
6
6
7
+
A YouTube video tutorial is available for visual learners: https://www.youtube.com/watch?v=cBRl1k9qWZc
8
+
7
9
## Start the example
8
10
9
11
Simply run `docker compose up` in this folder. Two docker containers in the stack:
@@ -13,15 +15,33 @@ Simply run `docker compose up` in this folder. Two docker containers in the stac
13
15
14
16
TODO: we will update the compose file later to include a preconfigured Grafana.
15
17
16
-
## Use the Grafana plugin for Proton
18
+
## Install and configure Grafana
19
+
20
+
Install Grafana if you haven't. Please note, this plugin is not available for Grafana Cloud users yet. It's being reviewed.
21
+
22
+
For Mac users, simply run `brew install grafana`.
23
+
24
+
Before the plugin is approved by Grafana, you need to set your Grafana running in development mode via changing /usr/local/etc/grafana/grafana.ini, setting `app_mode = development`.
25
+
26
+
Also searching for key word "plugin", and change `enable_alpha` and `allow_loading_unsigned_plugins` to
Currently you have to download the plugin from https://github.com/timeplus-io/proton-grafana-source/releases.
35
+
36
+
We have submited the plugin to Grafana. Once it's approved, you will be able to install it with Grafana UI and it will also work on Grafana Cloud.
17
37
18
38
Install the timeplus-proton-datasource in your Grafana plugin folder, such as
19
39
- /var/lib/grafana/plugins (for Linux)
20
40
- /usr/local/var/lib/grafana/plugins (for Homebrew on Mac)
21
41
22
42
Unzip the file and restart Grafana.
23
43
24
-
Before the plugin is approved by Grafana, you need to set your Grafana running in development mode via changing /usr/local/etc/grafana/grafana.ini, setting `app_mode = development`
44
+
25
45
26
46
In the navigation menu, choose Connections -> Add new connection.
27
47
Search for Proton and accept the default settings (localhost:8463 as proton connection)
0 commit comments