Skip to content

Commit 18ce6d6

Browse files
authored
fix: remove self_import from frontend (#1967)
1 parent d753df6 commit 18ce6d6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/user-guide/deployments-administration/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ write_interval = "30s"
500500

501501
#### `self_import` method
502502

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

505505
```toml
506506
[export_metrics]

i18n/zh/docusaurus-plugin-content-docs/current/user-guide/deployments-administration/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ write_interval = "30s"
490490

491491
#### `self_import` 方法
492492

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

495495
```toml
496496
[export_metrics]

i18n/zh/docusaurus-plugin-content-docs/version-0.15/user-guide/deployments-administration/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ write_interval = "30s"
490490

491491
#### `self_import` 方法
492492

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

495495
```toml
496496
[export_metrics]

versioned_docs/version-0.15/user-guide/deployments-administration/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ write_interval = "30s"
500500

501501
#### `self_import` method
502502

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

505505
```toml
506506
[export_metrics]

0 commit comments

Comments
 (0)