Zum Inhalt springen

Monitoring and Logs

Dieser Inhalt ist noch nicht in deiner Sprache verfügbar.

Monitoring views show whether the platform is healthy and what recently happened. Use them when users report failures, stale data, slow jobs, or missing dashboards.

Health checks show service readiness. Logs show operational events and errors. Job records show long-running work. Together they answer three questions: is the system reachable, did the requested work start, and where did it fail?

  1. Start with the user-visible symptom.
  2. Check the Job Queue for related background work.
  3. Check monitoring for affected services.
  4. Review recent errors around the time of the issue.
  5. Fix the source problem or escalate with the job and error details.

Do not troubleshoot from browser symptoms alone. Many user-visible errors are downstream service, job, or scope issues.

Do not treat a healthy service as proof the workflow succeeded. A service can be healthy while a specific job failed.