Capability
Structured Logging With Request Tracing
8 artifacts provide this capability.
Want a personalized recommendation?
Find the best match →Top Matches
via “structured logging with automatic request tracing and context propagation”
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.