Replies: 1 comment 8 replies
-
Could you elaborate what do you mean by |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm currently looking into agent instrumentation and plan to examine the collection server in detail next. On GitHub, there are only simple examples for running a GRPC server, and I am curious about the performance differences compared to a Go-based collection server.
I read the document titled "Scaling the Collector," and it seems to recommend scaling under heavy load. Is it the same for a Java GRPC collection server? It might also be a good idea to separate the log collection server, tracing server, and metrics collection server.
https://opentelemetry.io/docs/collector/scaling/
I'm wondering whether it would be better to implement the exporter with Netty and reconfigure the collection server with Netty, or if a GRPC server would be sufficient..
Beta Was this translation helpful? Give feedback.
All reactions