I want the user to be able to handle data sending and receiving using the client used in the OTel Java agent. Is this possible? #12362
-
I understood that the gRPC exporter in the OpenTelemetry Java agent can only send data. Is that correct? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
correct. You can find the grpc exporter used by the agent in https://github.com/open-telemetry/opentelemetry-java repository. |
Beta Was this translation helpful? Give feedback.
If you need to send custom info then you will have to implement it yourself with whatever tools you like.