{% extends "redis_metrics/base.html" %} {% load redis_metric_tags %} {% block titletext %}{{ slug }} history{% endblock %} {% block breadcrumb %}
  • {{ slug }} detail
  • {{ granularity }} history
  • {% endblock %} {% block content %} {# 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 with_data_table=True %} {% endblock %}