This message was deleted.
# support
s
This message was deleted.
1
v
@Prashant Shahi Can help here
p
@dipak mehta it looks like you are using old version of hostmetrics dashboard. Can you import this dashboard JSON instead?
d
@Prashant Shahi *y*es will try and let you know
@Prashant Shahi now i'm able to access dashboard of host system but now problem is my application stack (docker-compose file of application is separate) and signoz deployment deployed on another docker-compose file how can i monitor container-logs and container-metrics running on my aws ec2 instance my application is container based i'm using different different languages like angular for front-end for backend using node services in nestjs how can i intrument them to send logs and metrics to signoz, please help me out. @Prashant Shahi thanks for your support, i need further support for above issue thanks in advance.
🙌 2
p
happy to help 🙂
my application is container based i'm using different different languages like angular for front-end for backend using node services in nestjs how can i intrument them to send logs and metrics to signoz, please help me out.
Refer here to collect logs: https://signoz.io/docs/userguide/collect_docker_logs/#steps-for-collecting-logs-if-signoz-is-running-on-a-different-host
For metrics collection of the VM itself, you can either use otelcollector in docker itself. Or the otel-binary: https://signoz.io/docs/tutorial/opentelemetry-binary-usage-in-virtual-machine
d
@Prashant Shahi i already read those doc but actually problem is docker containers log and metrics not showing in signoz and also not list my services of application running on same host and document say that if you are hosting signoz on same server where my application is running then you don't need to change any thing in signoz docker-compose file it will automatically list all container services that are running in my ec2 instance but its not listing my application services in signoz dashboard
@Prashant Shahi i have used this command to install signoz git clone -b main https://github.com/SigNoz/signoz.git && cd signoz/deploy/ after that cd docker/clickhouse-setup/ then docker-compose up -d =============== i did only this thing still other than this i was not touch anything in above configuration that clone from github. what need to do for APM and individual container logs and container metrics i required. please help me out. for more clearity i will share my contact no. also +91 9509677475
p
Only collection of logs are taken care via the log path mentioned in the config. It doesn’t list the services automatically. cc @nitya-signoz
d
@Prashant Shahi @nitya-signoz then what i do to achive my goal can you please guide me ....
p
@dipak mehta you need to instrument your applications. Here are the docs: https://signoz.io/docs/instrumentation/overview/