{% extends '../layouts/index.html' %} {% block content %}
{{ metric_graph|join:" " }}{% endautoescape %} {% endfill %} {% endcomponent %}
Metrics are durations, used to track the time of the incident response.
These durations are computed automatically from incident's Key Events.
`Time To` metrics relate to a single incident, but are used for `Mean Time To` metrics, about a group of incidents.
{{ metric.description }}
Metric formula:
{{ metric.code }} = {{ metric.milestone_lhs.event_type|capfirst }} - {{ metric.milestone_rhs.event_type|capfirst }}
Key Events are important events, point in time in your incident, that are equivalent to the status of the outage.
They are used to derive Incident Metrics, that are useful to understand the impact of the incident.
Key Events can be modified by any user, either in Slack or in the Incident Page.
💡 This Key Event is added automatically to incidents by FireFighter, from the status you put in your `/incident update`.
{% endif %} {% endif %} {% endfor %}