SigNoz / signoz

SigNoz is an open-source observability platform native to OpenTelemetry with logs, traces and metrics in a single application. An open-source alternative to DataDog, NewRelic, etc. 🔥 🖥. 👉 Open source Application Performance Monitoring (APM) & Observability tool
https://signoz.io
Other
19.05k stars 1.26k forks source link

Make SigNoz deployment with minimum steps and simple for users on AWS #457

Open pranay01 opened 2 years ago

pranay01 commented 2 years ago

While SigNoz does have generic docker compose installs, currently there are no simpler way for popular cloud platforms like AWS. Given AWS provides many tools to make this simpler, we should be able to provide a much simpler path for such users to install SigNoz.

One simple use case could be if can we provide cloud formation templates to install SigNoz

More details on Cloud Formation - https://aws.amazon.com/cloudformation/resources/templates/

drjasonharrison commented 2 years ago

Wondering what it would take to get this done. We'd also like to have all data stored in persistent storage (Elastic Block Store / S3) rather than on an EC2 instance.

pranay01 commented 2 years ago

@prashant-shahi would you have any ideas on this which can help @drjasonharrison

prashant-shahi commented 2 years ago

@drjasonharrison With K8s installation (using Helm charts), all ClickHouse, Alertmanager, and SQLite data are persisted with Amazon EBS.

Along with that, we also support cold storage of ClickHouse data with Amazon S3.