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

Metrics

{% if metrics %}

Want to see multiple metrics at once? Check out the Aggregates

Click a metric below to view more data.

{% for category, slugs in metrics.items %}

{{ category }}

{% endfor %} {% else %}

You don't have any metrics set up yet!

{% endif %} {% endblock %}