{%- for metric in metric_list %} {%- if metric.status == 1 %}

{{ metric.label }} Failed SLA Summary

{%- for sla in metric.sla_list %} {%- if sla.sla_passed == False %} {%- endif %} {%- endfor %}
sub_metric sla rule value
{{ sla.sub_metric }} {{ sla.stat_name }} {{ sla.sla_type }} {{ sla.threshold}} {{ sla.stat_value }}
{%- endif %} {%- endfor %}
{%- if summary_html_content %} {{ summary_html_content }} {%- endif %} {%- if overlaid_plot_content %}

Overlaid Metric Plots

{{ overlaid_plot_content }}
{%- endif %}