{% extends "base.html" %} {% set active_page = "anomaly" %} {% block title %}FaultRay - Anomaly Detection{% endblock %} {% block page_title %}Anomaly Detection{% endblock %} {% block page_subtitle %}Statistical outlier & anti-pattern analysis{% endblock %} {% block content %}
{% if not has_data %}

No Infrastructure Loaded

Load infrastructure data to run anomaly detection.

{% else %}
Components Analyzed
Anomaly Rate
Critical
Warnings
Total Anomalies
Filter:

Healthiest Components

Most Anomalous Components

Detected Anomalies

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