Skip to content

Commit

Permalink
Fix typo in trace-with-logs
Browse files Browse the repository at this point in the history
  • Loading branch information
dongxuny committed Oct 19, 2021
1 parent 1894d5c commit 48587a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ $ go run serverB.go
# Call grpc, both grpc and http will have same effect
$ grpcurl -plaintext localhost:1949 api.v1.Greeter.Greeter
# Call http, both grpc and http will have same effect
$ curl "localhost:8080/v1/greeter?name=rk-dev"
$ curl "localhost:1949/v1/greeter?name=rk-dev"
```

### 5.验证日志
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ $ go run serverB.go
# Call grpc, both grpc and http will have same effect
$ grpcurl -plaintext localhost:1949 api.v1.Greeter.Greeter
# Call http, both grpc and http will have same effect
$ curl "localhost:8080/v1/greeter?name=rk-dev"
$ curl "localhost:1949/v1/greeter?name=rk-dev"
```

### 5.Validate logs
Expand Down

0 comments on commit 48587a7

Please sign in to comment.