opencensus-scala icon indicating copy to clipboard operation
opencensus-scala copied to clipboard

Add basic support for akka streams

Open yannick-cw opened this issue 6 years ago • 1 comments

What about a possibility to trace individual stream stages as in

def traceRequestForPool[T, Mat](
      connectionPool: Flow[(HttpRequest, T), (Try[HttpResponse], T), Mat],
      parentSpan: Span): Flow[(HttpRequest, T), (Try[HttpResponse], T), Mat]

but make it generic for in and output types

Additionally something saying trace a stream stage until the stream is finished would be great

yannick-cw avatar May 03 '18 14:05 yannick-cw

good idea!

Sebruck avatar May 04 '18 11:05 Sebruck