Anomaly Detection Function Debugger

This page shows the results of running the anomaly detection function on some test data for some anomaly threshold configuration.

{% if plot_data and lookup %}

The test data series is shown in grey. The segment and segment endpoints are shown in orange; if a revision is specified, a blue line is also shown indicating the position of the revision. Above each detected anomaly is a label showing the revision number and percent change from the median before the anomaly to the median after the anomaly.

{% endif %} {% if error %}

{{error}}

{% endif %}

Sheriff: {{sheriff_name}}

About the threshold parameters

{% if csv_url %}

Download data as CSV

{% endif %} {% if graph_url %}

See graph

{% endif %} {% if stored_anomalies %}

Recent Anomaly entities in the datastore for this test:

{% for alert in stored_anomalies %} {% endfor %}
End Revision Bug ID Median before anomaly Median after anomaly Percent changed Timestamp
{{alert.revision}} {{alert.bug_id}} {{alert.median_before}} {{alert.median_after}} {{alert.percent_changed}} {{alert.timestamp}}
{% endif %}
{% if plot_data and lookup %} {% endif %}