Hi, im new to Signoz cloud, I just spent my whole ...
# signoz-cloud
e
Hi, im new to Signoz cloud, I just spent my whole day trying with it, but still failing to ingest data with my go application. I have tried both http and grpc, secure or not, and also both in aws apprunner and my local machine. the export request looks fine and had 200 response, for both POST https://ingest.us.signoz.cloud/v1/metrics and POST https://ingest.us.signoz.cloud/v1/traces but I just can't see it in my signoz cloud site, there is nothing. my account email is erik.yu@sonorus.network, wish someone can help me with this
v
Hey @erik yu Can you try go console span exporter to check if instrumentation is working fine: https://opentelemetry.io/docs/languages/go/exporters/#console-traces
e
instrumentation is working properly, it works with xray, baselime, and also local hosted signoz, but not cloud @Vishal Sharma
d
@Vishal Sharma Same issue. Have already tried console span exporter, have logged all relevant spans, traces etc. For some reason, despite successful status codes, I can't see any traces on my Signoz dashboard. (Using
<https://ingest.in.signoz.cloud:443/v1/traces>
)