Проблема:
- Promtail логи показывали множество ошибок "entry too far behind"
- Loki использовал дефолтное значение reject_old_samples_max_age = 1h
- Это конфликтовало с retention_period = 720h (30 дней)
Решение:
- Добавлена настройка reject_old_samples_max_age: 720h
- Теперь Loki принимает логи возрастом до 30 дней
- Соответствует периоду retention
Результат:
- Ошибки "entry too far behind" исчезли из логов Promtail
- Loki и Promtail работают стабильно после рестарта
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
Set up three-tier synchronization: Syncthing (real-time), GitHub (version control), rsync (disaster recovery). Includes complete documentation for future Claude sessions.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>