census-instrumentation / opencensus-go

A stats collection and distributed tracing framework
http://opencensus.io
Apache License 2.0
2.05k stars 326 forks source link

Adding separate spans for Serialization/Deserialization with ochttp/ocgrpc plugin #1147

Open dharmjit opened 5 years ago

dharmjit commented 5 years ago

Hi Team, I think that like DB Calls/Cache Calls, Serialization/Deserialization cost at API(http/grpc) is an important factor to consider while analyzing application performance. Is there a way to add separate spans for the same when using ochttp/ocgrpc plugin.