Skip to content

Commit

Permalink
Merge branch 'refs/heads/master' into history/next
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbumenJ committed Sep 13, 2024
2 parents c29dcae + 0409054 commit a3faaaa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ bash startup.sh

之后,启动 Provider 和 Consumer 并确保 skywalking-agent 参数被正确设置,skywalking-agent 确保数据可以被正确的上报到后台系统。

* 考虑到 skywalking-agent 本身也有内置的 Dubbo 拦截器,为了确保示例能使用 Dubbo 自带的 Micrometer 集成,我么你需要删除 skywalking-agent 自带的拦截器,直接将 `plugins` 目录删除即可
* 考虑到 skywalking-agent 本身也有内置的 Dubbo 拦截器,为了确保示例能使用 Dubbo 自带的 Micrometer 集成,我们需要你删除 skywalking-agent 自带的拦截器,直接将 `plugins` 目录删除即可
* 配置 Skywalking OAP 服务器地址,在以下文件中配置 OAP 地址 `/path/to/skywalking-agent/agent.config`,对应的参数项为 `collector.backend_service`

```shell
Expand Down

0 comments on commit a3faaaa

Please sign in to comment.