diff --git a/README.zh_CN.md b/README.zh_CN.md index ced17f4..49bdf15 100644 --- a/README.zh_CN.md +++ b/README.zh_CN.md @@ -3,7 +3,7 @@ # tRPC-Go runtime 监控 [![Go Reference](https://pkg.go.dev/badge/github.com/trpc-ecosystem/go-metrics-runtime.svg)](https://pkg.go.dev/github.com/trpc-ecosystem/go-metrics-runtime) -[![Go Report Card](https://goreportcard.com/badge/trpc.group/trpc-go/trpc-naming-polarismesh)](https://goreportcard.com/report/trpc.group/trpc-go/trpc-naming-polarismesh) +[![Go Report Card](https://goreportcard.com/badge/trpc.group/trpc-go/trpc-metrics-runtime)](https://goreportcard.com/report/trpc.group/trpc-go/trpc-metrics-runtime) [![LICENSE](https://img.shields.io/badge/license-Apache--2.0-green.svg)](https://github.com/trpc-ecosystem/go-metrics-runtime/blob/main/LICENSE) [![Releases](https://img.shields.io/github/release/trpc-ecosystem/go-metrics-runtime.svg?style=flat-square)](https://github.com/trpc-ecosystem/go-metrics-runtime/releases) [![Tests](https://github.com/trpc-ecosystem/go-metrics-runtime/actions/workflows/prc.yml/badge.svg)](https://github.com/trpc-ecosystem/go-metrics-runtime/actions/workflows/prc.yml) @@ -54,4 +54,4 @@ go runtime package 提供了一些函数来 inspect runtime 本身的状况 (run | TcpNum | 机器已使用(已分配+待关闭等)的所有协议套接字描述符总量(仅 Unix 平台) | 一般在容器中会比较大(比如几万). 对于大多数业务来说意义不大。在需要巨大量(比如几十万?) 连接的服务上可供参考 | | DiskFree | 机器/根目录的磁盘可用(仅 Unix 平台,单位 GB) | 无 | | DiskUsed | 机器/根目录的磁盘已用(仅 Unix 平台,单位 GB) | 无 | -| DiskUsedFraction | 机器/根目录的磁盘使用率(仅 Unix 平台) | 无 | \ No newline at end of file +| DiskUsedFraction | 机器/根目录的磁盘使用率(仅 Unix 平台) | 无 |