Slackbot
02/15/2023, 1:51 PMSrikanth Chekuri
02/15/2023, 1:57 PMwhere do I remove them?https://signoz.io/docs/operate/docker-standalone/#remove-the-sample-application
where do I add my ownYou need to instrument your application with OpenTelemetry SDKs. Did you do anything related to that?
André Ferreira
02/15/2023, 2:00 PMAndré Ferreira
02/15/2023, 2:01 PMSrikanth Chekuri
02/15/2023, 2:03 PMthese sample services are hardcodedI wouldn’t say hardcoded because you can remove them by remove the hotrod.
when I point the Opentelemetry data to my server I won’t have to touch the app’s code, right?
I will still need to set them up in the deploy/docker/clickhouse-setup/docker-compose.yamlYou will configure an endpoint to export the data (SigNoz collector receiver). You don’t have to change anything in the compose file.
André Ferreira
02/15/2023, 2:05 PMAndré Ferreira
02/15/2023, 3:47 PMAndré Ferreira
02/15/2023, 3:47 PMAndré Ferreira
02/15/2023, 3:48 PMAndré Ferreira
02/15/2023, 3:48 PMAndré Ferreira
02/15/2023, 3:48 PMAndré Ferreira
02/15/2023, 3:48 PMSrikanth Chekuri
02/15/2023, 4:20 PMAndré Ferreira
02/15/2023, 4:59 PMSrikanth Chekuri
02/15/2023, 5:50 PMand the original one on port 3000this was hello-world like default to test whether nextjs is installed and working.
this on port 8080This is an acutal example server application used to demonstrate the instrumentation and exporting data to SigNoz.