hi hi is it possible to remove useless services? A...
# support
i
hi hi is it possible to remove useless services? Also is there any way to run app in the background or deatach?
p
hey @Ismayil Hakhverdiyev, can you share more detail on what do you mean by removing useless service? You can just not instrument a service, and your services will not appear in dashboard
Also is there any way to run app in the background or deatach?
This should be possible based on how you run currently. Sending telemetry data to SigNoz doesn't affect that
i
In the services there are mysql, front and so on. Can I remove them?
I use this for run
Copy code
OTEL_LOGS_EXPORTER=otlp OTEL_EXPORTER_OTLP_ENDPOINT="<http://ip:4317>" OTEL_RESOURCE_ATTRIBUTES=service.name=experise_website java -javaagent:/root/signoz/deploy/opentelemetry-javaagent.jar -jar /root/experise_target/experise-0.0.1-SNAPSHOT.jar
how can I deatach the console after running
?
p
@Ankit Nayan any ideas on this? For detaching console can you just append
&
or run with something like pm2 - @Prashant Shahi may have more interesting ideas
p
@Ismayil Hakhverdiyev I suppose you are talking about the sample services made available by HotROD. You can open
deploy/docker/clickhouse-setup/docker-compose.yaml
in your text editor and remove
hotrod
and
load-hotrod
services. Followed by redeploying using install script or
docker-compose