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.

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?

Regards
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.

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?
Regards