Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/steadybit/event-kit

The Steadybit EventKit enables extensions to consume Steadybit events (similar to web hooks).
https://github.com/steadybit/event-kit

chaos-engineering chaos-testing experiment extension steadybit tags webhook

Last synced: 5 days ago
JSON representation

The Steadybit EventKit enables extensions to consume Steadybit events (similar to web hooks).

Awesome Lists containing this project

README

        

EventKit logo depicting a bell icon within a rounded rectangle

# 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. EventKit focuses on experiment executions. You can use EventKit to:

- Add markers to monitoring systems' charts during experiment executions.
- Capture experiment execution statistics.
- Report information about experiment executions to Slack, Discord etc.

## Getting Started

We recommend that you read the following documentation to get started with EventKit.

- [Event API](/docs/event-api.md)
- [Event Registration](/docs/event-registration.md)
- [Terminology](/docs/terminology.md)