Skip to content
Snippets Groups Projects
Commit c86de503 authored by Alex Ellis (VMware)'s avatar Alex Ellis (VMware)
Browse files

Attach X-Call-Id to asynchronous calls

parent 2031c641
No related branches found
No related tags found
No related merge requests found
......@@ -93,7 +93,7 @@ func main() {
log.Fatalln(queueErr)
}
faasHandlers.QueuedProxy = handlers.MakeQueuedProxy(metricsOptions, true, natsQueue)
faasHandlers.QueuedProxy = handlers.MakeCallIDMiddleware(handlers.MakeQueuedProxy(metricsOptions, true, natsQueue))
faasHandlers.AsyncReport = handlers.MakeAsyncReport(metricsOptions)
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment