Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ write_interval = "30s"

#### `self_import` method

Only `frontend` and `standalone` support exporting metrics using `self_import` method.
If you are using `standalone`, you can use the `self_import` method to export metrics to GreptimeDB itself.

```toml
[export_metrics]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ write_interval = "30s"

#### `self_import` 方法

仅 `frontend` 和 `standalone` 支持使用 `self_import` 方法导出指标
如果你使用的是 GreptimeDB 单机版,可以使用 `self_import` 方法将指标导入到自身的数据库中

```toml
[export_metrics]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ write_interval = "30s"

#### `self_import` 方法

仅 `frontend` 和 `standalone` 支持使用 `self_import` 方法导出指标
如果你使用的是 GreptimeDB 单机版,可以使用 `self_import` 方法将指标导入到自身的数据库中

```toml
[export_metrics]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ write_interval = "30s"

#### `self_import` method

Only `frontend` and `standalone` support exporting metrics using `self_import` method.
If you are using `standalone`, you can use the `self_import` method to export metrics to GreptimeDB itself.

```toml
[export_metrics]
Expand Down