Skip to content

Commit

Permalink
Optimize docs about profiling metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
张义 authored and 谭彪 committed Nov 2, 2024
1 parent 2e5e5b5 commit 7ffb6f8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions internal/export/doc/zh/inputs/profile-go.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ func demo() {

### 生成性能指标 {#metrics}

Datakit 自 [1.39.0](../datakit/changelog.md#cl-1.39.0) 开始支持从 `dd-trace-go` 的输出中抽取一组 Go 运行时的相关指标,下面列举其中部分指标加以说明:
Datakit 自 [:octicons-tag-24: Version-1.39.0](../datakit/changelog.md#cl-1.39.0) 开始支持从 `dd-trace-go` 的输出中抽取一组 Go 运行时的相关指标,该组指标被置于 `profiling_metrics` 指标集下,下面列举其中部分指标加以说明:

| 指标名称 | 说明 | 单位 |
|-----------------------------------|--------------------------------------------------------|------------|
Expand All @@ -122,7 +122,7 @@ Datakit 自 [1.39.0](../datakit/changelog.md#cl-1.39.0) 开始支持从 `dd-trac
<!-- markdownlint-disable MD046 -->
???+ tips

该功能默认开启,如果不需要可以通过修改采集器的配置文件 `<DATAKIT_INSTALL_DIR\>/datakit/conf.d/profile/profile.conf` 把其中的配置项 `generate_metrics` 置为 false 并重启 Datakit.
该功能默认开启,如果不需要可以通过修改采集器的配置文件 `<DATAKIT_INSTALL_DIR>/conf.d/profile/profile.conf` 把其中的配置项 `generate_metrics` 置为 false 并重启 Datakit.

```toml
[[inputs.profile]]
Expand Down
4 changes: 2 additions & 2 deletions internal/export/doc/zh/inputs/profile-java.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ java -javaagent:/<your-path>/dd-java-agent.jar \

### 生成性能指标 {#metrics}

Datakit 自 [1.39.0](../datakit/changelog.md#cl-1.39.0) 开始支持从 `dd-trace-java` 的输出信息中抽取一组 JVM 运行时的相关指标,下面列举其中部分指标加以说明:
Datakit 自 [:octicons-tag-24: Version-1.39.0](../datakit/changelog.md#cl-1.39.0) 开始支持从 `dd-trace-java` 的输出信息中抽取一组 JVM 运行时的相关指标,该组指标被置于 `profiling_metrics` 指标集下,下面列举其中部分指标加以说明:

| 指标名称 | 说明 | 单位 |
|-------------------------------------|--------------------------------------------------------------|------------|
Expand Down Expand Up @@ -129,7 +129,7 @@ Datakit 自 [1.39.0](../datakit/changelog.md#cl-1.39.0) 开始支持从 `dd-trac
<!-- markdownlint-disable MD046 -->
???+ tips

该功能默认开启,如果不需要可以通过修改采集器的配置文件 `<DATAKIT_HOME\>/datakit/conf.d/profile/profile.conf` 把其中的配置项 `generate_metrics` 置为 false 并重启 Datakit.
该功能默认开启,如果不需要可以通过修改采集器的配置文件 `<DATAKIT_INSTALL_DIR>/conf.d/profile/profile.conf` 把其中的配置项 `generate_metrics` 置为 false 并重启 Datakit.

```toml
[[inputs.profile]]
Expand Down
4 changes: 2 additions & 2 deletions internal/export/doc/zh/inputs/profile-python.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ DD_ENV=testing DD_SERVICE=python-profiling-manual DD_VERSION=1.2.3 python3 app.p

### 生成性能指标 {#metrics}

Datakit 自 [1.39.0](../datakit/changelog.md#cl-1.39.0) 开始支持从 `dd-trace-py` 的输出信息中抽取一组 Python 运行时的相关指标,下面列举其中部分指标加以说明:
Datakit 自 [:octicons-tag-24: Version-1.39.0](../datakit/changelog.md#cl-1.39.0) 开始支持从 `dd-trace-py` 的输出信息中抽取一组 Python 运行时的相关指标,该组指标被置于 `profiling_metrics` 指标集下,下面列举其中部分指标加以说明:

| 指标名称 | 说明 | 单位 |
|---------------------------------------|--------------------------------------------------------|------------|
Expand All @@ -93,7 +93,7 @@ Datakit 自 [1.39.0](../datakit/changelog.md#cl-1.39.0) 开始支持从 `dd-trac
<!-- markdownlint-disable MD046 -->
???+ tips

该功能默认开启,如果不需要可以通过修改采集器的配置文件 `<DATAKIT_INSTALL_DIR\>/datakit/conf.d/profile/profile.conf` 把其中的配置项 `generate_metrics` 置为 false 并重启 Datakit.
该功能默认开启,如果不需要可以通过修改采集器的配置文件 `<DATAKIT_INSTALL_DIR>/conf.d/profile/profile.conf` 把其中的配置项 `generate_metrics` 置为 false 并重启 Datakit.

```toml
[[inputs.profile]]
Expand Down

0 comments on commit 7ffb6f8

Please sign in to comment.