{% extends "redis_metrics/base.html" %} {% load url from future %} {% load redis_metric_tags %} {% load redis_metrics_filters %} {% block extrahead %} {% endblock %} {% block content %}

{{ slug }} history

{# Menu to control the date from which we display metrics #} {% metrics_since slug 5 "history" granularity %}
{% for key, value in metric_history %} {% endfor %}
{{ granularity }} metrics
KeyValue
{{ key|strip_metric_prefix }} {{ value|default_if_none:"-" }}
{% endblock %}