Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion profile/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ColdBrew is a collection of Go libraries for creating cloud-native microservices
| **Error Tracking** | Stack traces, gRPC status codes, and async notification to [Sentry](https://sentry.io/), Rollbar, or Airbrake |
| **Resilience** | Client-side circuit breaking and retries via interceptors |
| **Fast Serialization** | [vtprotobuf](https://github.com/planetscale/vtprotobuf) codec enabled by default — faster gRPC marshalling with automatic fallback |
| **Kubernetes-native** | Health/ready probes, graceful SIGTERM shutdown, structured JSON logs, env var config via [envconfig](https://github.com/kelseyhightower/envconfig) |
| **Kubernetes-native** | Health/ready probes, graceful SIGTERM shutdown, structured JSON logs, env var config via [envconfig](https://github.com/kelseyhightower/envconfig) or compatible `env:`-tag loaders |
| **Swagger / OpenAPI** | Interactive API docs auto-served at `/swagger/` from your protobuf definitions |
| **Profiling** | Go pprof endpoints at `/debug/pprof/` for CPU, memory, goroutine, and trace profiling |
| **gRPC Reflection** | Server reflection enabled by default — works with [grpcurl](https://github.com/fullstorydev/grpcurl), grpcui, and Postman |
Expand Down