{% extends 'dashboard.html' %} {% block page %}
{{ stats.total_timer_functions + stats.total_http_functions }}
({{ stats.total_http_functions }} HTTP, {{ stats.total_timer_functions }} Timer)
{{ stats.timer_invocations + stats.http_invocations }}
All time
{{ success_rate }}%
{{ total_success }}/{{ total_invocations }}
{{ "%.2f"|format(avg_time) }}s
No functions found.
{% endfor %}| Function | Type | Status | Duration | Time |
|---|---|---|---|---|
| {{ activity.name }} | {{ activity.type }} | {% if activity.status == 'SUCCESS' %} Success {% else %} {{ activity.status }} {% endif %} | {{ "%.2f"|format(activity.execution_time or 0) }}s | {{ activity.invocation_time.strftime('%Y-%m-%d %H:%M:%S') }} |
| No recent activity found. | ||||