Skip to content

Commit

Permalink
docs: add missing events to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ReuDa committed Dec 23, 2024
1 parent 35bd8db commit 3a61736
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Steadybit EventKit

EventKit allows extensions to consume events from the Steadybit platform to integrate with third-party systems. Extensions leveraging EventKit are similar to webhooks but do not face the typical web routing issues as Steadybit agents handle this aspect. You can use EventKit to:
EventKit allows extensions to consume events from the Steadybit platform to integrate with third-party systems. Extensions leveraging EventKit are similar to webhooks but do not face the typical web routing issues as Steadybit agents handle this aspect. EventKit focuses on experiment executions. You can use EventKit to:

- Add markers to monitoring systems' charts during experiment executions.
- Capture experiment execution statistics.
Expand Down
5 changes: 5 additions & 0 deletions docs/event-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@ Defines the event names that you want to subscribe to. The special case `["*"]`
- `experiment.execution.step-skipped`
- `experiment.execution.step-failed`
- `experiment.execution.step-completed`
- `experiment.execution.target-started`
- `experiment.execution.target-errored`
- `experiment.execution.target-canceled`
- `experiment.execution.target-failed`
- `experiment.execution.target-completed`

### References

Expand Down

0 comments on commit 3a61736

Please sign in to comment.