{% if note != '' %}
{{ note }}

{% endif %}
Метрики стабильности
{% for stream in streams %} {% for group in stream._groups %} {% for metric in group._metrics %} {% endfor %} {% endfor %} {% endfor %}
Факт ({{ current_start }}-{{ current_end }})
Факт ({{ previous_start }}-{{ previous_end }})
План
{{stream._name}}
{{group._name}}
— {{metric._name}}
{%- if metric._current is not none -%} = metric._plan %}"green"{% else %}"red"{% endif %} {%- endif -%} >{{ metric._current }} {% if metric._unit is not none %}{{metric._unit}}{% endif %} {%- else -%}
{%- endif -%}
{%- if metric._previous is not none -%} = metric._plan %}"green"{% else %}"red"{% endif %} {%- endif -%} >{{ metric._previous }} {% if metric._unit is not none %}{{metric._unit}}{% endif %} {%- else -%}
{%- endif -%}
{%- if metric._plan is not none -%} {{ metric._plan }} {% if metric._unit is not none %}{{metric._unit}}{% endif %} {%- else -%} — {%- endif -%}
{% if stability|length > 0 %}
Оперативная доступность сервисов
{% for group in stability %} {% for metric in group._metrics %} {% endfor %} {% endfor %}
SLA ({{ previous_start }}-{{ previous_end }})
Штраф
План
{{group._name}}
— {{metric._name}}
{%- if metric._sla is not none -%} = metric._plan %}"green"{% else %}"red"{% endif %}> {{ metric._sla }} % {%- else -%}
{%- endif -%}
{%- if metric._over is not none -%} {{ metric._over }} мин {%- else -%}
{%- endif -%}
{%- if metric._plan is not none -%} {{ metric._plan }} % {%- else -%} — {%- endif -%}
{% endif %}