Hello folks , we are an very early startup which are trying to add monitoring to our services, our s...
h
Hello folks , we are an very early startup which are trying to add monitoring to our services, our service is hosted in amazon ecs container, we are integrating with Signoz for our APM, is their some guidelines on how to self host it for a service running on ECS? Thanks a lot. cc: @Prashant Shahi?
p
At the moment, we do not have any instructions on running SigNoz on ECS. However, you can easily monitor your ECS infra and send data to SigNoz running in VM (Docker/Swarm), Kubernetes, or SigNoz Cloud.
h
Sorry, I mentioned it wrong it is basically an ec2 instance
p
You can follow this docs: https://signoz.io/docs/install/docker/
h
Thanks, @Prashant Shahi I am able to run it perfectly on my local machine, but the space is getting consumed when I run it on EC2, my instance type is t2.micro, this is right now used to use the Free Tier aws provide is there some way we can run signoz in t2.micro?
@Prashant Shahi @Srikanth Chekuri any ideas in here, can we remove some functionality from signoz maybe some monitoriting or something to reduce the size so it can fit into t2.micro, maybe logs because we however move our logs to s3 and check in from there
s
I just checked the specs of t2.micro. I would suggest at least get a t2.medium. You can get rid of the hotrod sample app and no other logs should be collected by default.