Skip to content
Snippets Groups Projects

Distributed Tracing in LabKit

Merged Andrew Newdigate requested to merge d-tracing into master
All threads resolved!
Compare and Show latest version
4 files
+ 8
8
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -5,7 +5,7 @@ import (
)
// InjectCorrelationID middleware will propagate or create a Correlation-ID for the incoming request
func InjectCorrelationID(h http.Handler, opts ...InboundHandlerOptions) http.Handler {
func InjectCorrelationID(h http.Handler, opts ...InboundHandlerOption) http.Handler {
// Currently we don't use any of the options available
applyInboundHandlerOptions(opts)
Loading