{% extends "base.html" %} {% from 'include/input_macros.html' import checkbox %} {% block content %} {% if services == '0' %}

You do not have installed Metrics service. Read hear how to install Metrics service

{% else %} {% if servers|length == 0 %} {% include 'include/getstarted.html' %} {% else %}
Metrics
Time range:
{{ checkbox('hide_http_metrics', desc='Hide HTTP metrics', title='Hide HTTP metrics') }}
{% for s in servers %}
{% endfor %} {% endif %} {% endif %} {% endblock %}