Skip to content

1.5.6

⚙️ Patch 1.5.6 — Logging: Grafana, Loki & Promtail

🚀 Summary

  • Added a lightweight centralized logging stack using Grafana, Loki and Promtail to collect and inspect container logs.
  • Added a quick "Grafana Logs" link in the dashboard sidebar for fast access to logs (configurable via VITE_GRAFANA_URL).

✨ New Features

  • Promtail: a Promtail configuration was added to collect Docker container logs and push them to Loki.
  • Grafana quick link: the dashboard sidebar now contains a direct link to Grafana for fast log access.

🔧 Improvements

  • Centralized logs make it easier to trace background job failures (e.g. missing eval files, webhook delivery errors).
  • Faster incident response thanks to the dashboard link to Grafana and searchable logs in Loki.
  • Reduced Log Noise from Otto Service

🐛 Bug Fixes

Fix: UVP Shopify Export to Plenty

Files changed

  • docker-compose.yml
  • docker/promtail/config.yml
  • frontend/src/layouts/DashboardLayout/index.jsx
  • docs/docs/patchnotes/1.5.6.md