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: docs/integration-grafana.md
+19-24Lines changed: 19 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Integration with Grafana
2
2
3
-
Grafana has long been one of the most popular tools for real-time monitoring and data visualization, helping organizations track metrics and analyze trends through a single, user-friendly interface. For self-hosted Timeplus Enterprise or Timeplus Proton, you can try [the Grafana plugin for Timeplus](https://grafana.com/grafana/plugins/timeplus-proton-datasource/) with the source code at [GitHub](https://github.com/timeplus-io/proton-grafana-source). This plugin was designed to leverage Grafana’s new [Grafana Live](https://grafana.com/docs/grafana/latest/setup-grafana/set-up-grafana-live/) capability, allowing users to keep their SQL query results up-to-date without the need to refresh their dashboards. Check out [here](https://github.com/timeplus-io/proton/tree/develop/examples/grafana) for sample setup.
3
+
Grafana has long been one of the most popular tools for real-time monitoring and data visualization, helping organizations track metrics and analyze trends through a single, user-friendly interface. For Timeplus Enterprise or Timeplus Proton, you can try the Grafana plugin for Timeplus with the source code at [GitHub](https://github.com/timeplus-io/proton-grafana-source). This plugin was designed to leverage Grafana’s new [Grafana Live](https://grafana.com/docs/grafana/latest/setup-grafana/set-up-grafana-live/) capability, allowing users to keep their SQL query results up-to-date without the need to refresh their dashboards. Check out [here](https://github.com/timeplus-io/proton/tree/develop/examples/grafana) for sample setup.
4
4
5
5
<iframewidth="560"height="315"src="https://www.youtube.com/embed/cBRl1k9qWZc?si=TzVpULg-B0b0T5GE"title="YouTube video player"frameborder="0"allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"allowfullscreen></iframe>
6
6
@@ -19,33 +19,17 @@ Our Timeplus Grafana Plugin provides a flexible, powerful way to enhance your da
19
19
20
20
Getting started with the latest version of the Timeplus Grafana Plugin is straightforward.
21
21
22
-
### Step 1: Set Up Grafana {#step1}
22
+
### Step 1: Install the Timeplus Plugin {#step1}
23
23
24
-
First, ensure that you have Grafana OSS or Grafana Enterprise installed.
25
-
26
-
• **For Mac users**, you can install Grafana by running:
27
-
`brew install grafana`
28
-
29
-
• **For Linux users**, you can use the following commands, adjusting the download URL to match the latest version if necessary:
For additional installation instructions, please refer to the [Grafana download page](https://grafana.com/grafana/download).
32
-
33
-
### Step 2: Install the Timeplus Plugin {#step2}
34
-
35
-
Next, download and install the Timeplus plugin in your Grafana deployment. For example, if you’re on Linux:
24
+
First, download Timeplus Grafana Plugin from our Github [release page](https://github.com/timeplus-io/proton-grafana-source/releases).Next install the Timeplus plugin in your Grafana deployment. For detailed guide, please refer to [Grafana docs](https://grafana.com/docs/grafana/latest/administration/plugin-management/plugin-install/#install-a-plugin-from-a-zip-file).
0 commit comments