Skip to content

Commit

Permalink
Update apollo-design.md: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yeguangsuixing authored Jun 11, 2024
1 parent 6218cdd commit c82b0bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/zh/design/apollo-design.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ sequenceDiagram
Meta Server -->> Portal: Admin Service's instances(Multiple IP+Port)
loop until success
Portal ->> Portal: load balance choose a Admin Service instance
Portal ->> Config Service: request
Config Service -->> Portal: ack
Portal ->> Admin Service: request
Admin Service -->> Portal: ack
end
```

Expand Down Expand Up @@ -383,4 +383,4 @@ Apollo也提供了Tracer相关的SPI,可以方便地对接自己公司的监

## 5.2 Metrics

从1.5.0版本开始,Apollo服务端支持通过`/prometheus`暴露prometheus格式的metrics,如`http://${someIp:somePort}/prometheus`
从1.5.0版本开始,Apollo服务端支持通过`/prometheus`暴露prometheus格式的metrics,如`http://${someIp:somePort}/prometheus`

0 comments on commit c82b0bb

Please sign in to comment.