未验证 提交 fff3378d 编写于 作者: K kezhenxu94 提交者: GitHub

[BugFix] Docker so11y cannot be disabled (#4471)

### Motivation:

This patch fixes the bug that there's no chance to disable the so11y in docker container.

### Modifications:

- Remove the default so11y section, and only add it when the environment variable exists.

### Result:

- Users can disable so11y by leaving the `SW_TELEMETRY` empty or set it to `none`
上级 ccb23d0f
......@@ -384,8 +384,6 @@ receiver-jvm:
default:
receiver-clr:
default:
receiver-so11y:
default:
service-mesh:
default:
bufferPath: \${SW_SERVICE_MESH_BUFFER_PATH:../mesh-buffer/} # Path to trace buffer files, suggest to use absolute path
......
......@@ -385,8 +385,6 @@ receiver-jvm:
default:
receiver-clr:
default:
receiver-so11y:
default:
receiver-profile:
default:
service-mesh:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册