{% extends "redis_metrics/base.html" %} {% load redis_metric_tags %} {% block content %}

{{ slug }} history

{# Menu to control the date from which we display metrics #} {% metrics_since slug 5 "history" granularity %} {# Include the metrics chart #} {% metric_history slug granularity since True %} {% endblock %}