Skip to content

Commit

Permalink
docs(datasource): 添加事件数据源创建和基本信息文档
Browse files Browse the repository at this point in the history
- 新增事件数据源的创建步骤说明
- 添加事件数据源的基本信息展示
- 插入相关的截图说明
  • Loading branch information
aide-cloud committed Dec 17, 2024
1 parent a9f554e commit 6d86f93
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions docs/2-feature/1-datasource.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ MetricDatasource interface {
}
```

### 创建

![数据源创建](./img/datasource-metric-create.png)

### 基本信息

![数据源基本信息](./img/datasource-metric-basic.png)
Expand Down Expand Up @@ -87,6 +91,21 @@ type IMQ interface {
}
```

### 创建

![数据源创建](./img/datasource-event-create.png)

![数据源创建](./img/datasource-event-create-1.png)

![数据源创建](./img/datasource-event-create-2.png)

### 基本信息

![数据源基本信息](./img/datasource-event-basic.png)

### 主题

![数据源主题](./img/datasource-event-topic.png)
## 日志(Log)开发中

实现统一的日志查询接口,以支持多种日志存储器。 在平台配置统一的日志策略完成日志类型数据的查询、分析、告警、可视化等。
Expand Down
Binary file added docs/2-feature/img/datasource-event-basic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/2-feature/img/datasource-event-create-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/2-feature/img/datasource-event-create-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/2-feature/img/datasource-event-create.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/2-feature/img/datasource-event-topic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/2-feature/img/datasource-metric-create.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6d86f93

Please sign in to comment.