{% extends "orbit/base.html" %} {% block title %}Django Orbit{% endblock %} {% block body %}

Live
{% include "orbit/partials/stats.html" %}
{% for _ in "12345678" %}
{% endfor %}

Loading entries...

Entry Details

Welcome to Django Orbit

A quick tour of your observability dashboard.

  • Browse by type — the sidebar groups events into Core, Infrastructure and Application. Click any to filter.
  • Inspect an entry — click a row to open details. Use j/k to move between entries and Esc to close.
  • Search everything — the top bar searches across entry payloads (SQL, paths, messages) and IDs.
  • Stats & Health — performance analytics and watcher diagnostics live in the top-right.
You can reopen this from the button.
{% endblock %}