{% extends 'timeseer.html' %} {% from 'macros.html' import alerter, bootstrap_icon, menu_back %} {% from 'resources.html' import resource_breadcrumb, resource_menu with context %} {% block menu %} {{ resource_menu('KPI sets') }} {% endblock %} {% block styles %} {% endblock %} {% block breadcrumb %} {{ resource_breadcrumb([ ("KPI sets", url_for('kpi_sets.show_kpi_sets', sourcename=source_name)), kpi_set.name, ]) }} {% endblock %} {% block main %}
{{ kpi_set.name }}
{{ kpi_set.short_help_text }} {{ bootstrap_icon('question-circle') }}
{% else %} {% if kpi_set.origin.value == 'ui' %}No description provided (add) .
{% endif %} {% endif %}{{ kpi_set.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:
KPI set empty.
{% endif %}