marcoferrer / kroto-plus

gRPC Kotlin Coroutines, Protobuf DSL, Scripting for Protoc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Integrate PerfMark for grpc trace support

marcoferrer opened this issue · comments

gRPC java is heavily instrumented with PerfMark. It would be useful to integrate specific sections of the coroutines API internals. There might be some difficulties involved since perf mark relies on thread local storage but initial tests produced positive results.

image