observability
OpenTelemetry traces and metrics for your gRPC service.
grpc adds a gRPC service layer to your Go service using buf tooling for schema management and code generation.
Use grpc for internal microservice communication where you need strong typing, streaming, or high-performance RPC. It’s a better fit than REST for service-to-service calls within a controlled network.
verikt new my-service --language go --cap grpc# or add to an existing service:verikt add grpcobservability
platform
health