{% load staticfiles %} Saas Sla {{ ctype }} SLA {% for ct in ctypes %} {{ ct }} {% endfor %} {% for service, sla in data.items %} {% endfor %}
Service Owners Responsibles ABC user ABC quota Ticket Max Docs Search RPS Search RPS Planned Index RPS Total index size, bytes Search q99, ms Search q999, ms Unanswers 5min warn, % Unanswers 5min crit, % Service weight Ferryman
{{ service }} {% for owner in sla.owners %} {{ owner }} {% endfor %} {% for resp in sla.responsibles %} {{ resp }} {% endfor %} {{ sla.abc_user_service }} {{ sla.abc_quota_service }} {{ sla.ticket }} {{ sla.maxdocs }} {{ sla.search_rps }} {{ sla.search_rps_planned }} {{ sla.index_rps }} {{ sla.total_index_size_bytes }} {{ sla.search_q_99_ms }} {{ sla.search_q_999_ms }} {{ sla.unanswers_5min_perc_warn }} {{ sla.unanswers_5min_perc_crit }} {{ sla.service_weight }} {% for ferryman in sla.ferrymans %} {{ ferryman }}{% endfor %}