Skip to content

Zipkin exporter does not serialize event attributes into a JSON string (the spec says it MUST) #4859

Description

@sno544

Question about providing Event details (message.id and message.type) in events emited for every gRPC request and response.

In Golang service that uses gRPC I was able to obtain traces like on the picture below. Events emited by every request and response produce some additional information - message.id, message.type and so on. Traces are exported to Jaeger.
go-traces

Unfortunately for Java springboot services that uses gRPC communication as well I didn't manage to do the same.
So my question is - is it possible to configure Java agent to produce the same set of information? And if s how to do it?
java-traces

Regards

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions