Skip to content

Commit

Permalink
docs(monitoring): openmldb exporter compatibility notice
Browse files Browse the repository at this point in the history
  • Loading branch information
aceforeverd committed Jan 8, 2024
1 parent 7a62b70 commit 454ca86
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/en/maintain/monitoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@ The OpenMLDB exporter is a Prometheus exporter implemented in Python. The core c
- Python >= 3.8
- OpenMLDB >= 0.5.0

### Compatibility

| [OpenMLDB Exporter version](https://pypi.org/project/openmldb-exporter/) | [OpenMLDB supported version](https://github.com/4paradigm/OpenMLDB/releases) | [Grafana Dashboard revision](https://grafana.com/grafana/dashboards/17843-openmldb-dashboard/?tab=revisions) | Explaination |
| ---- | ---- | ---- | ------- |
| >= 0.9.0 | >= 0.8.4 | >=4 | OpenMLDB removed deploy response time in database since 0.8.4 |
| < 0.9.0 | >= 0.5.0, < 0.8.4 | 3 | |

### Preparation

1. Get OpenMLDB
Expand Down
9 changes: 9 additions & 0 deletions docs/zh/maintain/monitoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,15 @@ OpenMLDB exporter 是以 Python 实现的 Prometheus exporter,核心是通过
- Python >= 3.8
- OpenMLDB >= 0.5.0

### 兼容性说明

**请根据部署的 OpenMLDB 版本选择正确的 openmldb-exporter.**

| [OpenMLDB Exporter version](https://pypi.org/project/openmldb-exporter/) | [OpenMLDB supported version](https://github.com/4paradigm/OpenMLDB/releases) | [Grafana Dashboard revision](https://grafana.com/grafana/dashboards/17843-openmldb-dashboard/?tab=revisions) | Explaination |
| ---- | ---- | ---- | ------- |
| >= 0.9.0 | >= 0.8.4 | >=4 | OpenMLDB 0.8.4 移除了数据库表里的 deploy response time 信息 |
| < 0.9.0 | >= 0.5.0, < 0.8.4 | 3 | |

### 准备

1. 获取 OpenMLDB
Expand Down

0 comments on commit 454ca86

Please sign in to comment.