> For the complete documentation index, see [llms.txt](https://docs.hivel.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hivel.ai/metrics-and-definitions/quality/hotfix-resolution-time.md).

# Hotfix Resolution Time

<div data-with-frame="true"><figure><img src="/files/GNBBNKWdtexiUDCU5S1M" alt="" width="563"><figcaption></figcaption></figure></div>

**Hotfix Resolution Time** is the average time taken to recover from a failure in production.

On Hivel, it is measured as the **average cycle time of a Pull Request (PR) labeled as a hotfix**. In other words, the time taken for a hotfix PR from the first commit to when it is merged to the release branch.

#### Industry Benchmarking

<div data-with-frame="true"><figure><img src="/files/OC4tWqDCksng8esWPrlG" alt="" width="563"><figcaption></figcaption></figure></div>

#### Related article

{% content-ref url="/pages/zyXjINVbAvIleOyOMoP5" %}
[Strategies to Reduce Hotfix Resolution Time](/improve-performance/how-to-improve-quality/strategies-to-reduce-hotfix-resolution-time.md)
{% endcontent-ref %}

{% content-ref url="/pages/qvT5Y70xU01sAD0knK62" %}
[Building a feedback loop for continuous code improvement](/improve-performance/how-to-improve-quality/building-a-feedback-loop-for-continuous-code-improvement.md)
{% endcontent-ref %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.hivel.ai/metrics-and-definitions/quality/hotfix-resolution-time.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
