Skip to content

implement request logging #2

Description

@ali3bdalla

A microservices-based application might have several services running and communicating amongst themselves. Things get complicated when one or more services fail, and you need to know which one failed and why. It’s also essential that you’re able to comprehend the whole request flow — which services were invoked, how many times and in what order
API-gateway is the start point for all requests so this microservice should have to initialize logging context, logging context is a set of identifiers and labels that help us to track each request in different services
UUID besides the service name could be the minimum logging context to track users' logs in different microservices

Image

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions