{% extends 'base.html' %} {% block head %} {% endblock %} {% block title %}Visibility Dashboard{% endblock %} {% block content %}
{% include "visibility_controls.html" %}
{% include "rt_system_counts.html" %} {% include "request_counts.html" %}
Per Service/URL Counts

{% include "http_details.html" %}
{% include "tracing_names.html" %}

Monitoring Metrics

{% include "metric_requests.html" %}

{% endblock %}