grpc-ecosystem / grpc-opentracing

OpenTracing is a set of consistent, expressive, vendor-neutral APIs for distributed tracing and context propagation
BSD 3-Clause "New" or "Revised" License
472 stars 98 forks source link

LogFields key with whitespace will NOT show in tracing UI #24

Open yuekui2 opened 7 years ago

yuekui2 commented 7 years ago

When I try out, I found LogFields' key with whitespace does NOT work. It will not show in UI, also not in the json. After I remove the white space, for example, "gRPC response" => gRPCResponse, it works properly.

clientSpan.LogFields(log.Object("gRPC response", resp))