{% extends 'django_cfg_ipc/base.html' %} {% load static %} {% block title %}Dashboard{% endblock %} {% block content %}
Total Requests
Active Methods
Response Time
Success Rate
Redis
{% if health.redis_connected %}Connected (DB 2){% else %}Disconnected{% endif %}
Request Stream
{% if health.stream_exists %}{{ health.stream_length }} entries{% else %}Not initialized{% endif %}
Recent Activity
{% if health.recent_activity %}Active (last 5 min){% else %}No recent activity{% endif %}
{% if overview_stats.top_method %}
{{ overview_stats.top_method }}
{% else %}
No data available
{% endif %}