{% extends 'timeseer.html' %} {% from 'macros.html' import alerter %} {% from 'resources.html' import resource_breadcrumb, resource_menu with context %} {% block menu %} {{ resource_menu('KPIs') }} {% endblock %} {% block styles %} {% endblock %} {% block breadcrumb %} {{ resource_breadcrumb([ ("KPIs", url_for('kpis.show_kpis', sourcename=source_name)), kpi.name, ]) }} {% endblock %} {% block main %}
{{ kpi.name }}
{{ kpi.short_help_text }} {{ bootstrap_icon('question-circle') }}
{% else %} {% if kpi.origin.value == 'ui' %}No description provided (add) .
{% endif %} {% endif %}{{ kpi.short_help_text }}
Weight values determine the relative weight of the score for one check in the KPI total.
Additionally, weight values affect the color used when showing event frames in the bad actors heatmap:
Set the minimal duration an event frame of this type should have to be considered during the score calculation for this KPI.
No score weights in the KPI.
{% endif %}