Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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).
- Host: GitHub
- URL: https://github.com/steadybit/event-kit
- Owner: steadybit
- License: mit
- Created: 2022-11-04T09:05:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-08T15:37:36.000Z (about 1 month ago)
- Last Synced: 2025-01-29T05:32:34.981Z (13 days ago)
- Topics: chaos-engineering, chaos-testing, experiment, extension, steadybit, tags, webhook
- Language: Go
- Homepage:
- Size: 223 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# 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)