Ross ROSS = Recommend OSS · open-source software intelligence for agents

go-grpc-middleware

Golang gRPC Middlewares: interceptor chaining, auth, logging, retries and more. observed · 2026-08-28

github.com/grpc-ecosystem/go-grpc-middleware · Go · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

79/100

  • Activity 98
  • Release rhythm 43
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 57
  • age_days: 3763
  • days_rel: 302
  • days_push: 12
  • n_releases_24m: 6

Full methodology

Adoption not part of the score

6762 stars · 746 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

A Go library of gRPC middleware (interceptors) providing chained, ready-to-use implementations for auth, logging, tracing, metrics, retries, recovery, and more. It is the official grpc-ecosystem collection for building consistent cross-cutting concerns across gRPC servers and clients.

Use cases

  • chain grpc interceptors in go
  • add authentication to grpc server
  • add logging and tracing to grpc services
  • grpc retry and rate limiting middleware
  • add prometheus metrics to grpc
  • recover from panics in grpc handlers
  • build consistent observability across microservices

When to choose

  • you build gRPC services in Go and need standard cross-cutting middleware
  • you want consistent logging, tracing, and metrics instrumentation across multiple microservices
  • you need chained interceptors for auth, retries, and panic recovery

When to avoid

  • you use a non-Go language (see language-specific gRPC middleware instead)
  • your framework is HTTP/REST rather than gRPC
  • you need highly custom interceptor behavior beyond what the provided middlewares offer

Facets

library · maturity active

middleware logging auth tracing monitoring rate-limiting rpc testing developer-tools backend microservices apis monitoring go windows cross-platform grpc interceptors observability retries panic-recovery opentelemetry linux macos

1 source

Member repositories

For agents

markdown · JSON · MCP: product_card(name="grpc-ecosystem/go-grpc-middleware")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem