Capability
Structured Logging With Automatic Request Tracing And Context Propagation
17 artifacts provide this capability.
Want a personalized recommendation?
Find the best match →Top Matches
A cloud-native Go microservices framework with cli tool for productivity.
Unique: Automatically injects request IDs and context into all log entries across HTTP handlers, gRPC calls, and database queries. Context is propagated through the call chain using Go's context.Context; developers don't manually pass trace IDs.
vs others: More integrated than standalone logging libraries (logrus, zap) because logging is built into go-zero's request handling pipeline and context propagation is automatic.