I just find out the application is only open for 4...
# general
d
I just find out the application is only open for 4317 port (grpc). How can I open other port?
m
I think this is what I came to ask about as well. I'm trying to cludge together a basic trace exporter in a Google App Script, and I see /traces listens for gRPC. Can we use REST with it at all?
I'm using Signoz Cloud though, ingest.us.signoz.cloud
s
There are both gRPC and HTTP endpoints. The
/v1/traces
is HTTP endpoint.
m
Ohhh thank you!!