From d42eb5c2f662c0522c53ed4b22ec90fc8df39d71 Mon Sep 17 00:00:00 2001 From: amdahliu Date: Wed, 18 Oct 2023 14:48:11 +0800 Subject: [PATCH] update --- README.md | 1 - README.zh_CN.md | 8 ++++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d2eabb6..ea8fadd 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,6 @@ English | [中文](README.zh_CN.md) [![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) [![Coverage](https://codecov.io/gh/trpc-ecosystem/go-metrics-runtime/branch/main/graph/badge.svg)](https://app.codecov.io/gh/trpc-ecosystem/go-metrics-runtime/tree/main) - Reporting runtime metrics every minutes diff --git a/README.zh_CN.md b/README.zh_CN.md index 8c6ccf1..ced17f4 100644 --- a/README.zh_CN.md +++ b/README.zh_CN.md @@ -1,6 +1,14 @@ [English](README.md) | 中文 # 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) +[![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) +[![Coverage](https://codecov.io/gh/trpc-ecosystem/go-metrics-runtime/branch/main/graph/badge.svg)](https://app.codecov.io/gh/trpc-ecosystem/go-metrics-runtime/tree/main) + 每分钟定时上报 runtime 关键监控信息 ## 如何使用