🍕 A practical and imaginary food delivery microservices, built with golang, domain-driven design, cqrs, event sourcing, vertical slice architecture, event-driven architecture, and the latest technologies.
MIT License
888
stars
92
forks
source link
feat: ✨ add trace and metrics pipelines for cqrs operations #91
refactoring otel tracing and metrics and integrate Jaeger with OTLP
integrating with OTLP through application config for both, otel metrics and tracing
handling trace and metrics in request level with an echo http metrics_middleware and tracing_middleware, also handling trace and metrics on command and query level on top of mediator with two pipelines, tracing_pipeline, metrics_pipeline
OTLP
OTLP
through application config for both, otel metrics and tracingmetrics_middleware
andtracing_middleware
, also handling trace and metrics on command and query level on top of mediator with two pipelines,tracing_pipeline
,metrics_pipeline