Skip to content

Commit

Permalink
modify doc
Browse files Browse the repository at this point in the history
  • Loading branch information
flike committed Sep 8, 2018
1 parent 50b5411 commit 90db8ab
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions README_ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ kingshard是一个由Go开发高性能MySQL Proxy项目,kingshard在满足基

[11.如何配合LVS实现集群部署](./doc/KingDoc/how_to_use_lvs.md)

[12.Kinghshard接入prometheus](./doc/KingDoc/prometheus.md)

### kingshard架构与设计

[1.kingshard架构设计和功能实现](./doc/KingDoc/architecture_of_kingshard_CN.md)
Expand Down
4 changes: 2 additions & 2 deletions core/hack/version.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package hack

const (
Version = "2018-09-05 09:47:25 +0800 @d56c0ec"
Compile = "2018-09-05 20:38:10 +0800 by go version go1.9 darwin/amd64"
Version = "2018-09-07 09:17:26 +0800 @50b5411"
Compile = "2018-09-08 11:30:50 +0800 by go version go1.10.2 darwin/amd64"
)
2 changes: 1 addition & 1 deletion doc/KingDoc/prometheus.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ cd prometheus-*

[完整配置文档](https://prometheus.io/docs/prometheus/latest/configuration/configuration/)

kingshard暴露了9708端口作为prometheus的抓取地址,因此通过http://localhost:8080/metrics可以获取到相关监控项,端口可在配置文件进行变更。
kingshard暴露了9708端口作为prometheus的抓取地址,因此通过`http://localhost:8080/metrics`可以获取到相关监控项,端口可在配置文件进行变更。

## 启动

Expand Down

0 comments on commit 90db8ab

Please sign in to comment.