#25
A
Rank #32
GlitchTip
A lightweight, Sentry-API-compatible error and performance monitoring platform. Standout trait is a much smaller resource footprint than self-hosted Sentry while remaining wire-compatible with all Sentry SDKs.
78.3
/ 100
β Full Stack
Django backend with Celery workers for async event ingestion, Postgres for event/issue storage, Redis for the Celery broker, and a Vue.js frontend.
π Scaling Analysis
The web and worker tiers are both stateless and independently horizontally scalable via Celery queue depth, making it one of the more genuinely cloud-native apps in this batch once Postgres and Redis are sized appropriately.
π Running on Nexlayer
Needs glitchtip-web, glitchtip-worker, a postgres pod (postgres.pod:5432), and a redis pod (redis.pod:6379) for the Celery broker; SDK clients report to the web pod's public URL. Official image is Docker Hub namespaced β mirror via mirror.gcr.io.