helm upgrade, Jenkins/CircleCI jobs, Terraform
applies, manual hotfixes).
This complements the GitHub deploy timeline, which only sees GitHub-originated deploys.
Requirements
No new setup or credentials — it reuses your existing Grafana integration. If Grafana is connected (see Grafana), the annotations tool is available automatically during investigations.Parameters
| Parameter | Description |
|---|---|
from | ISO 8601 window start (e.g. 2026-05-30T14:00:00Z). Overrides the default. |
to | ISO 8601 window end. Overrides the default. |
tags | Optional list of annotation tags to filter by (e.g. ["deployment"]). |
time_range_minutes | Window size when from/to are omitted (default 60, ending now). |
limit | Maximum annotations to return (default 100). |
Example
time_end (set only for region annotations) and dashboard_uid
(set only when the annotation is attached to a dashboard); both are null otherwise.
The agent uses results like this to flag a likely change-induced regression and tie the
suspected root cause to a specific deploy.
Emitting annotations
Make your deploys visible by writing a Grafana annotation when you ship. Most CD tools can post to Grafana’s annotations API, for example:deployment) lets the agent filter precisely
during an investigation.
Tracer