Skip to content

Commit

Permalink
Update README.zh_CN.md (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
liuzengh authored Oct 18, 2023
1 parent ca85eda commit daf01fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -54,4 +54,4 @@ go runtime package 提供了一些函数来 inspect runtime 本身的状况 (run
| TcpNum | 机器已使用(已分配+待关闭等)的所有协议套接字描述符总量(仅 Unix 平台) | 一般在容器中会比较大(比如几万). 对于大多数业务来说意义不大。在需要巨大量(比如几十万?) 连接的服务上可供参考 |
| DiskFree | 机器/根目录的磁盘可用(仅 Unix 平台,单位 GB) ||
| DiskUsed | 机器/根目录的磁盘已用(仅 Unix 平台,单位 GB) ||
| DiskUsedFraction | 机器/根目录的磁盘使用率(仅 Unix 平台) ||
| DiskUsedFraction | 机器/根目录的磁盘使用率(仅 Unix 平台) ||

0 comments on commit daf01fe

Please sign in to comment.