Hello Team,
I am having trouble in configuring signoz for my SaaS product offering running on AKS, and is built with nodejs.
Here is what I have done to test out signoz.
1. I have configured Signoz on AKS as per the instructions in the documentation in "Signoz" namespace
2. I have configured ingress as per the Signoz documentation.
3. To do a test, I have auto instrumented my nodejs microservice (entry point at server.js) on a local environment (on My Ubuntu laptop).
4. I have configured the observability (traces, metrics, logs) with base URL as http://<<Static IP of Ingress>> and in my routes in ingress, i have /v1/traces etc.
5. When i run my application for instrumentation, the endpoints are reachable, but I get 404 always for all endpoints.
I have dived deep in going over every service, pod details and their logs and unable to find the issue.
I am new to the observability setup (even with Grafana + Prometheus + Elk) as a developer, as compared to end user.
I request someone to help in configuring and setting up the signoz env on AKS and help me instrument the code. Please share sample end to end setup with code, or share articles, documentation links to achieve them.
It will be great if a fully functional sample of ingress for signoz is shared, and instruction to custom install them on AKS, what are the parameters to look for, that will help Signoz to work seamlessly.