gitlab.com/gitlab-org/labkit@v1.21.0/correlation/doc.go (about)

     1  /*
     2  Package correlation is the primary entrypoint into LabKit's correlation utilities.
     3  
     4  Provided Functionality
     5  
     6  Provides http middlewares for general purpose use cases:
     7  
     8  Generating a correlation-id for an incoming HTTP request using .
     9  
    10  Obtaining the correlation-id from the context.
    11  
    12  Injecting the correlation-id from the context into an outgoing request.
    13  
    14  Still to be implemented
    15  
    16  Extracting a correlation-id from an incoming HTTP request into the context.
    17  */
    18  package correlation