{% extends "base.html" %} {% block body %}

Timeseries

{% if error_details %}

Error details

{% for time, detail_dict in error_details.items %} {% for mtype, dict in detail_dict.items %} {% endfor %} {% endfor %}
Timestamp (UTC) Summary Measurement ids
{{time|date:"DATE_FORMAT"}}{{mtype}}: {{dict.count}} {% for id,parent in dict.details %} {{id}}  {% endfor %}

Top Errors

{% for error in top_errors %} {% endfor %}
Count Error
{{error.1}} {{error.0}}
{% endif %} {% endblock %}