Skip to content

Commit

Permalink
docs: fix Rate Limit All Requests by GRPCRoute in rate-limit.md (envo…
Browse files Browse the repository at this point in the history
…yproxy#2009)

fix Rate Limit All Requests by GRPCRoute in rate-limit.md

Signed-off-by: royliang <roylizard3@gmail.com>
  • Loading branch information
lianghao208 authored Oct 19, 2023
1 parent d3110e3 commit 45705b9
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions site/content/en/latest/user/rate-limit.md
Original file line number Diff line number Diff line change
Expand Up @@ -734,11 +734,17 @@ for i in {1..4}; do grpcurl -plaintext -authority=grpc-example.com ${GATEWAY_HOS
```

```console
Error invoking method "yages.Echo/Ping": rpc error: code = Unavailable desc = failed to query for service descriptor "yages.Echo":
{
"text": "pong"
}

Error invoking method "yages.Echo/Ping": rpc error: code = Unavailable desc = failed to query for service descriptor "yages.Echo":
{
"text": "pong"
}

Error invoking method "yages.Echo/Ping": rpc error: code = Unavailable desc = failed to query for service descriptor "yages.Echo":
{
"text": "pong"
}

Error invoking method "yages.Echo/Ping": rpc error: code = Unavailable desc = failed to query for service descriptor "yages.Echo":

Expand Down

0 comments on commit 45705b9

Please sign in to comment.