# grpcx **Repository Path**: bee_run/grpcx ## Basic Information - **Project Name**: grpcx - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-03-13 - **Last Updated**: 2026-03-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # gRPCX Google gRPC secondary packaging library. ### 1、Quick Start Quick start example: - [x] [quickstart](./examples/quickstart/README.md) - [x] [gateway](./examples/gateway/README.md) - [x] [otel](./examples/otel/README.md) - [x] [init](./examples/init/README.md) - [x] [log](./examples/log/README.md) ### 2、Features #### 2.1、gRPCX Server - [x] 支持流量控制(限流). - [x] 支持异常处理. - [x] 支持可观测性. - [x] 支持健康检测. - [x] 支持本地调试(grpc反射, 日志插件). - [x] 支持参数校验(validate.rules). #### 2.2、gRPCX Client - [x] 支持流量控制(熔断、超时、重试). - [x] 负载均衡. - [x] 支持异常处理. - [x] 支持可观测性. #### 2.3、gRPCX Gateway - [x] 支持所用通用HTTP能力. - [x] 支持可观测性. - [x] 支持HTTP和gRPC元数据转换. --- Reference: [gRPC-go](https://github.com/grpc/grpc-go/blob/v1.77.0) [gRPC-gateway](https://github.com/grpc-ecosystem/grpc-gateway/tree/main) [opentelemetry](https://opentelemetry.io/zh/docs/what-is-opentelemetry/) [grafana](https://grafana.com/) [promQL](https://prometheus.io/docs/prometheus/latest/querying/basics/) [logQL](https://grafana.com/docs/loki/latest/query/) [traceQL](https://grafana.com/docs/tempo/latest/metrics-from-traces/metrics-queries/)