Skip to content

Commit

Permalink
Merge pull request #269 from taosdata/fix/simulator
Browse files Browse the repository at this point in the history
mod tdengine version
  • Loading branch information
sheyanjie-qq authored May 8, 2024
2 parents 1d515b3 + 5e78ff2 commit c19cf10
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion INSTALLATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ data sources.
## Compatiable with TDengine version
| TDengine grafana plugin version | major changes | TDengine version |
| :-----------------------------: | :-------------------: | :--------------: |
| 3.5.1 | update taosd and taosX dashboard | 3.3.3.0 or later |
| 3.5.1 | update taosd and taosX dashboard | 3.3.0.0 or later |
| 3.5.0 | new taosd and taosX dashboard | 3.2.3.0 or later |
| 3.4.0 | new adapter dashboard | 3.2.0.1 or later |
| 3.2.7 | support TDengine 3.0 | 3.0.0.0 or later |
Expand Down
2 changes: 1 addition & 1 deletion dashboards/TDinsightV3.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ TDinsight v3.x is a solution for monitoring TDengine using the builtin native mo
## Compatiable with TDengine version
| TDengine grafana plugin version | TDengine version |
| :-----------------------------: | :--------------: |
| 3.5.1 | 3.3.3.0 or later |
| 3.5.1 | 3.3.0.0 or later |
| 3.5.0 | 3.2.3.0 or later |
| 3.4.0 | 3.2.0.1 or later |
| 3.2.7 | 3.0.0.0 or later |
Expand Down
2 changes: 1 addition & 1 deletion scripts/data-generation/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM tdengine/tdengine:3.2.3.0
FROM tdengine/tdengine:3.3.0.0

RUN apt update && apt install -y python3 python3-pip
RUN pip3 install taospy
Expand Down
8 changes: 4 additions & 4 deletions scripts/data-generation/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ services:
depends_on:
- tdengine
tdengine:
image: tdengine/tdengine:3.2.3.0
image: tdengine/tdengine:3.3.0.0
volumes:
- ./tdengine/taos.cfg:/etc/taos/taos.cfg
ports:
- "8041:6041"
taoskeeper:
image: tdengine/tdengine:3.2.3.0
image: tdengine/tdengine:3.3.0.0
depends_on:
- tdengine
environment:
Expand All @@ -33,8 +33,8 @@ services:
entrypoint:
- /bin/sh
- -c
- "while true; do taoskeeper --tdengine.host tdengine --taosAdapter.address tdengine:6041; done"
- "while true; do taoskeeper --tdengine.host tdengine; done"
simulator-taosx:
image: image.cloud.taosdata.com/tdinsight/simulator-taosx:1.0.0
image: image.cloud.taosdata.com/tdinsight/simulator-taosx:1.0.1
depends_on:
- tdengine

0 comments on commit c19cf10

Please sign in to comment.