curious, why is Signoz only recommending exporting...
# support
p
curious, why is Signoz only recommending exporting via
otlp_proto_http
and not
otlp_proto_grpc
?
a
link to docs? cc: @Prashant Shahi and @Srikanth Chekuri
s
Usually, it’s painful to get gRPC installed/work in Ruby, Python Node.js, the docs for these languages suggest http for this reason.
l
Usually it is due to a slightly performance advantage from gRPC over HTTP (or REST...). But I am also interested if there are other reasons, maybe the SigNoz colleagues can tell us more.
s
I am that SigNoz colleague who requested to add that note for dynamic languages; there are no other reasons. It could have been better worded to make the intent explicit. If you can get gRPC to work for you, use it but otherwise, having something work is better than nothing. The Proto HTTP exporter also uses the Protobuf binary serialization always and HTTP/2 depending on the underlying client library used. We are going to reword it