I need to send custom info. Are there any references I can use? #6763
Unanswered
zerocooldog
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Are you asking about how to implement a generic GRPC client? If so, I recommend reading the GRPC docs, rather than basing anything on the way we've implemented things. We've chosen to do a lot of very custom code, to optimize things more than would normally be necessary. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I need to send custom info.
I want to send my own custom data to the grpc server, in addition to the defined exporters like traces, metrics, logs.
Can I develop based on the reference provided in the following URL?
https://github.com/open-telemetry/opentelemetry-java/blob/main/exporters/otlp/all/src/main/java/io/opentelemetry/exporter/otlp/logs/OtlpGrpcLogRecordExporterBuilder.java
Beta Was this translation helpful? Give feedback.
All reactions