{% extends "base.html" %} {% block title %}Live traffic{% endblock %} {% block content %}

Live traffic

Most recent task(s), newest first. Click a task_id to see its full trace on the Audit log panel. Updates every few seconds.

{% for task in tasks %} {% else %} {% endfor %}
TaskRequesterProviderSkillStateTrace
{{ task.task_id[:8] }} {{ task.requester }} {{ task.provider or "-" }} {{ task.skill_id }} {{ task.state }} {% if task.trace_id %}{{ task.trace_id[:8] }}{% else %}-{% endif %}
No tasks recorded yet.
{% endblock %} {% block scripts %} {% endblock %}