Skip to content

Commit

Permalink
improve document
Browse files Browse the repository at this point in the history
  • Loading branch information
seeflood committed Mar 20, 2022
1 parent 69408a4 commit 27939a2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
4 changes: 3 additions & 1 deletion docs/zh/_sidebar.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@
- 在七层网络进行流量干预
- [方法级别限流](zh/start/stream_filter/flow_control.md)
- [健康检查、查询运行时元数据](zh/start/actuator/start.md)
- [可观测性(trace,metric)](zh/start/trace/trace.md)
- 可观测性
- [Trace, Metrics](zh/start/trace/trace.md)
- [Trace 接入 Skywalking](zh/start/trace/skywalking.md)
- [将业务逻辑通过 WASM 下沉进sidecar](zh/start/wasm/start.md)
- [基于 WASM 跟 Runtime 实现的 Faas 模型](zh/start/faas/start.md)
- 用户手册
Expand Down
16 changes: 8 additions & 8 deletions docs/zh/start/trace/skywalking.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,6 @@
| backend_service | Y | skywalking oap server 地址 |
| service_name | Y | 服务名称 |

## 运行 layotto

````shell
cd cmd/layotto_multiple_api/
go build -o layotto
./layotto start -c ../../configs/config_trace_skywalking.json
````

## 运行 skywalking

````shell
Expand All @@ -40,6 +32,14 @@ cd diagnostics/skywalking
docker-compose -f skywalking-docker-compose.yaml up -d
````

## 运行 layotto

````shell
cd cmd/layotto_multiple_api/
go build -o layotto
./layotto start -c ../../configs/config_trace_skywalking.json
````

## 运行 Demo

````shell
Expand Down

0 comments on commit 27939a2

Please sign in to comment.