{% extends "base.html" %} {% block title %}Metrics - FC CI{% endblock %} {% block auth %} {% if !auth_name.is_empty() %} {{ auth_name }}
{% else %} Login {% endif %} {% endblock %} {% block content %}

Build Metrics Dashboard

{% if is_admin %}

Showing system-wide metrics. Filter by project below to view specific metrics.

{% endif %}

Build Counts Over Time

Build Duration Percentiles

Builds by System

Success Rate Trend

{% endblock %} {% block scripts %} {% endblock %}