Grafana Loki — log aggregation, "Prometheus for logs" — index только labels, не log content. 10x cheaper чем Elasticsearch. 2026 альтернативы: Elasticsearch / OpenSearch (powerful search, expensive), ClickHouse (columnar, fast queries), Quickwit (Rust, S3-native), VictoriaLogs (fast, small footprint), self-host Datadog-like systems.
Ниже: обзор конкурента, сравнение, когда выбрать, FAQ.
Loki открыт Grafana Labs (2018). Inspired Prometheus model. Stores logs в chunks на object storage (S3/GCS) с label index. 10-100x cheaper чем Elasticsearch при scale (TBs/day). LogQL queries — похож PromQL.
| Возможность | Enterno.io | Конкурент |
|---|---|---|
| Storage cost (TB) | N/A | $0.50/TB (S3) |
| Full-text search | ❌ | ⚠️ Slow (grep-like) |
| Label-based filter | N/A | ✅ Fast |
| Grafana integration | ❌ | ✅ Native |
| Monitor log ingestion endpoint | ✅ | ❌ |
| Price (10 TB/мес) | N/A | ~$500 (Loki+S3) vs $5000 (Elastic) |
Elastic: index every word (expensive). Loki: index labels only (cheap). Loki search within label filter "grep-like" — медленнее но 10-100x cheaper.
ClickHouse used для petabyte-scale logs (Uber, eBay). Columnar compression + SQL queries. Needs custom ingestion pipeline (vs turnkey Loki).
Loki on S3 + Glacier: $0.02-0.50/GB. Elasticsearch hot tier: $5-15/GB. 100x difference at scale.
<a href="/check">Enterno HTTP</a> для /ready endpoint health. <a href="/monitors">Scheduled alerts</a> на downtime.