Hi Everyone, my application is deployed on aws EC...
# support
d
Hi Everyone, my application is deployed on aws EC2 instance using docker-compose file, now i want to enable monitoring of all containers and logs of them in signoz dashboard how can i achive this?? now i installed signoz using docs now signoz is accessible from my ec2 instance IP address but its not showing me my services and logs and metrics of containers. how can i do it to gather all in one place. also its not monitoring my hostsystem i have configured dashboard from github repo but its showing me blank in dashboard panel
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
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/