help wanted
Repository metrics
- Stars
- (569 stars)
- PR merge metrics
- (PR metrics pending)
Description
I have been checking the possibility of having the zipkin middleware only for specific routes and found it VERY cumbersome. My use case is that I don't want to trace _health calls in a node server.
- https://stackoverflow.com/questions/31331606/how-can-i-add-a-middleware-in-my-route
- https://github.com/strongloop/loopback-next/issues/2035
Hence I want to open a discussion about requestSampler as we do have in zipkin-go and brave. This might do the trick, see https://github.com/openzipkin/zipkin-go/blob/master/middleware/http/server.go#L69
Ping @ghermeto @shumsky @adriancole