berkslv / berkselvi.dev

Berk Selvi's Portfolio.
https://berkselvi.dev
3 stars 0 forks source link

CorrelationId Tracing in .NET Microservices with HTTP and MassTransit :: Berk Selvi | Software Developer #3

Open utterances-bot opened 1 month ago

utterances-bot commented 1 month ago

CorrelationId Tracing in .NET Microservices with HTTP and MassTransit :: Berk Selvi | Software Developer

In this article on .NET microservice architecture, we will explore how to use CorrelationId with HTTP and RabbitMQ requests to enhance distributed traceability. We will examine how to propagate the CorrelationId value across different services, manipulate header values in incoming and outgoing requests using Middleware and Filter structures, and log contexts using Serilog's LogContext framework.

https://berkselvi.dev/posts/correlationid-tracing-net-microservices-with-http-and-rabbitmq/

MrSEKIRO commented 1 month ago

Very useful, tnx a lot Berk