A Minimalist Mesh-Native Microservice Framework
- Include
opentelemetry-go
- Support standard
OTEL_
environment variables - Using
zipkin
as default exporter - Support
TraceContext
,Baggage
andB3
propagation - Support
otelhttp
instrument
- Support standard
- Include
prometheus/promhttp
- Expose at
/debug/metrics
- Expose at
- Built-in
Readiness Check
- Expose at
/debug/ready
- Component readiness registration with
App#Check()
- Expose at
- Built-in
Liveness Check
- Expose at
/debug/alive
- Cascade
Liveness Check
failure from continuousReadiness Check
failure
- Expose at
- Built-in
debug/pprof
- Expose at
/debug/pprof
- Expose at
- Easy request binding
- Unmarshal
Header
,Query
,JSON Body
andForm Body
into any structure withjson
tag
- Unmarshal
See https://guoyk.xyz/donation
Guo Y.K., MIT License