Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions docs/Latest-updates/OpsPilot-releases.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# OpsPilot Releases

### 25th June, 2026

| Issue Type | Summary |
|---|---|
| New Feature | **Service Catalog** - A persistent record of your services and dependencies with ownership, tiers, runbook attachments, and incident linking |
| New Feature | **Incidents** - Full incident lifecycle management: declaration, triage, coordination, timelines, runbooks, tasks, post-mortems, and analytics |
| New Feature | **Tasks** - A shared board for tracking incident follow-ups and work items across Open, In progress, and Done |
| New Feature | **Notifications** - Alerts for role assignments, @mentions, status and severity changes, SLA breaches, and watched service activity |
| New Feature | **Services graph** - Interactive node tooltips with focus mode, group peers by name similarity, multiple layout options, 3D view, and full-screen expand |
| New Feature | **Services logs** - Log rate chart with severity colour coding, per-severity badge filters, and keyword search |
| New Feature | **Services traces** - Performance charts (P50, P95, span status, throughput), filterable trace list, and expanded trace view with waterfall timeline |
| Improvement | **Thresholds** - Configure warning and critical thresholds for span throughput, latency, and error rate directly from the Services overview |

### OpsPilot 13th January 2025

Expand Down
26 changes: 26 additions & 0 deletions docs/Latest-updates/Releases.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,30 @@

### Incidents

A single page for declaration, coordination, and post-incident review.

- Declare an incident in seconds with a title, severity, affected services, and assigned roles
- Work through a triage, respond, and resolve lifecycle with timestamps at every stage
- SLA targets per severity show at a glance whether you are on track or slipping
- Add notes and @mention teammates on a live activity timeline, leaving a complete record of what happened
- Runbooks matching the affected services and severity surface automatically - convert steps to tasks in one click
- Write the post-mortem in Markdown from a template, then export to PDF, Markdown, or HTML
- Analytics shows MTTA, MTTM, time to post-mortem, and which services keep coming back as repeat offenders
- Severities, statuses, SLA targets, and roles are all configurable in **Administration > Preferences > Incidents**

### Services

Improvements to the Services overview, logs, and traces views.

- Interactive service graph with node tooltips showing throughput, latency, errors, inbound, and outbound connections
- Focus mode isolates a selected service and its direct connections
- Group peers by name similarity to reduce clutter in large environments
- Seven layout options including hierarchy, force-directed, circle, concentric, and radial tree
- 3D view and full-screen expand for complex environments
- Configure warning and critical thresholds for span throughput, latency, and error rate
- Logs tab: log rate chart with severity colour coding, per-severity badge filters, and keyword search
- Traces tab: P50 and P95 latency charts, span status, top throughput, and expanded trace view with waterfall timeline

### Jira integration
OpsPilot now integrates directly with Jira Cloud and Data Center, enabling you to:

Expand Down
43 changes: 43 additions & 0 deletions docs/Latest-updates/WhatsNew.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,48 @@
# What's new in OpsPilot

## Service catalog, incident management, tasks, and notifications

**Published: June 25, 2026**

This release brings four new features that connect your services, your incidents, and the people who respond to them.

### Service Catalog

A persistent map of everything you run - services, databases, queues, caches, and external dependencies. Unlike the Services overview, catalog entries stay visible whether or not they are currently sending telemetry.

- Give each entry an owner, a tier, a language, and a repo link so nothing is ambiguous at 2am
- Register new services in a couple of clicks directly from the Services overview
- Mark retired services as deprecated rather than deleting them to keep the history intact
- Watch a service and get notified the moment it is caught up in an incident

The Services overview graph and table now draw on catalog details alongside live metrics.

### Incidents

A single page for declaration, coordination, and post-incident review.

- Declare an incident in seconds - title, severity, affected services, and who is leading
- Work through a triage → respond → resolve lifecycle with timestamps at every stage
- SLA targets per severity show at a glance whether you are on track
- Runbooks that match the affected services and severity surface automatically - convert their steps into tasks in one click
- Write the post-mortem in Markdown from a template, then export to PDF, Markdown, or HTML
- Analytics shows MTTA, MTTM, time to post-mortem, and which services keep coming back as repeat offenders

Severities, statuses, SLA targets, and roles are all configurable in **Administration > Preferences > Incidents**.

### Tasks

One board for every follow-up, across incidents and beyond. Track work through Open, In progress, and Done, set due dates, and assign to team members.

### Notifications

Notifications reach you when you are assigned a role or task, when someone @mentions you on an incident timeline, when a status or severity changes, when an SLA is breached, or when a service you own or watch is affected. Manage what you receive in **Administration > Preferences > Notifications**.

!!! info "Learn more"
[Service Catalog](/Admin-and-data/Catalog/catalog/) · [Incidents](/Data-insights/Features/Incidents/overview/) · [Tasks](/Data-insights/Features/Tasks/tasks/) · [Notifications](/Data-insights/Features/Notifications/notifications/)

---

## One-click: Extend FusionReactor with OpsPilot

**Published: April 14, 2026**
Expand Down
Loading