{%- for metric in metric_list %}
{%- if metric.status == 1 %}
{{ metric.label }} Failed SLA Summary
sub_metric |
sla rule |
value |
{%- for sla in metric.sla_list %}
{%- if sla.sla_passed == False %}
{{ sla.sub_metric }} |
{{ sla.stat_name }} {{ sla.sla_type }} {{ sla.threshold}} |
{{ sla.stat_value }} |
{%- endif %}
{%- endfor %}
{%- endif %}
{%- endfor %}
{%- if summary_html_content %}
{{ summary_html_content }}
{%- endif %}
{%- if overlaid_plot_content %}
Overlaid Metric Plots
{{ overlaid_plot_content }}
{%- endif %}