hi, I installed everything on EKS, attached a Load...
# support
k
hi, I installed everything on EKS, attached a Loadbalancer nginx to my-release-signoz-frontend svc, created account, logged in, then I attached another Loadbalancer nginx to my-release-signoz-otel-collector mapped to port 55681 I can see this response when I call <loadbalancer_externalip>/v1/trace
Copy code
{
code: 12,
message: "Not Implemented",
details: [ ]
}
and when I put this link to my nestjs app on my local machine or cluster, it doesn't show any metrics/applications at all, anyone knows why?
p
@User Can you try port 4317 instead of 55681?
k
should it give me this when I open <loadbalancer>:4317/v1/trace
p
@User I have updated the docs for nestjs instrumentation a bit - https://signoz.io/docs/instrumentation/nestjs/ Can you try this
k
@User do I need to use an environment var?
p
for otel end point?
you can also take reference form nodejs app docs - it is better maintained - https://signoz.io/docs/instrumentation/nodejs/
you should use 4317 port
Also - we have a troubleshooting guide to check if you signoz is accesible from your application - https://signoz.io/docs/install/troubleshooting/#kubernetes
k
@User can I dm u
p
sure