I’d recommend self-hosting because most SaaS providers charge or limit by usage and it can add up fast.
I use both SigNoz and Sentry with OpenTelemetry. Why both? SigNoz has great dashboards and trace and metrics monitoring, but its alerting system isn’t great. Sentry is great at alerting me to new issues and it also has other features like JS session replays that are nice. They just added metrics monitoring which I haven’t checked out yet.
However Sentry is difficult to set up when self-hosting (it has loads of microservices) and it wasn’t originally designed for Otel so there are rough edges around its Otel compatibility.
I’d recommend self-hosting because most SaaS providers charge or limit by usage and it can add up fast.
I use both SigNoz and Sentry with OpenTelemetry. Why both? SigNoz has great dashboards and trace and metrics monitoring, but its alerting system isn’t great. Sentry is great at alerting me to new issues and it also has other features like JS session replays that are nice. They just added metrics monitoring which I haven’t checked out yet.
However Sentry is difficult to set up when self-hosting (it has loads of microservices) and it wasn’t originally designed for Otel so there are rough edges around its Otel compatibility.