Skip to content

Commit fffc7ec

Browse files
committed
Update integration-grafana.md
1 parent ad04bde commit fffc7ec

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

docs/integration-grafana.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ Next, download and install the Timeplus plugin in your Grafana deployment. For e
3838
cd /var/lib/grafana
3939
mkdir plugins
4040
cd plugins
41-
wget d.timeplus.com/grafana/timeplus-proton-datasource-2.1.0.zip
42-
unzip timeplus-proton-datasource-2.1.0.zip
41+
wget d.timeplus.com/grafana/timeplus-proton-datasource-2.1.2.zip
42+
unzip timeplus-proton-datasource-2.1.2.zip
4343
```
4444

4545
After installing the plugin, restart Grafana to enable it:
@@ -78,6 +78,17 @@ With this setup, you can now use Grafana to monitor live prices and transaction
7878

7979
## Change Log {#changelog}
8080

81+
### 2.1.2
82+
Released on 02-04-2025
83+
84+
* Fix ref id for data frames
85+
86+
### 2.1.1
87+
Released on 01-22-2025
88+
89+
* Propagate the error message from the backend to the frontend
90+
* Set batch size to 1000 and batch interval to 100ms for the streaming query
91+
8192
### 2.1.0
8293
Released on 01-12-2025
8394

0 commit comments

Comments
 (0)