Skip to content

Commit

Permalink
Change predicate from reported to detected
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Frittoli <andrea.frittoli@gmail.com>
  • Loading branch information
afrittoli committed Jan 30, 2023
1 parent be08fc6 commit 49f4ca2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions continuous-operations.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This specification defines one subject in this stage, the [`incident`](#incident
| Subject | Description | Predicates |
|---------|-------------|------------|
| [`incident`](#incident) | A problem in a production environment | [`reported`](#incident-reported), [`resolved`](#incident-resolved)|
| [`incident`](#incident) | A problem in a production environment | [`detected`](#incident-detected), [`resolved`](#incident-resolved)|

### `incident`

Expand All @@ -36,12 +36,12 @@ An `incident` represents a problem in a production environment.

## Events

### `incident reported`
### `incident detected`

This event represents an incident that has been detected by a system or human.

- Event Type: __`dev.cdevents.incident.reported.0.1.0-draft`__
- Predicate: reported
- Event Type: __`dev.cdevents.incident.detected.0.1.0-draft`__
- Predicate: detected
- Subject: [`incident`](#incident)

| Field | Type | Description | Examples | Mandatory ✅ |
Expand Down

0 comments on commit 49f4ca2

Please sign in to comment.