-
Notifications
You must be signed in to change notification settings - Fork 61
Feature: Plugin SDK for Custom Event Enrichment and Integrations #5
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededquestionFurther information is requestedFurther information is requested
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededquestionFurther information is requestedFurther information is requested
Projects
Status
Backlog
Problem
Teams often need domain-specific metadata (ticket IDs, environments, owners, service names) attached to events, but the ingestion pipeline is currently fixed.
Proposal
Create a Plugin SDK that lets users register server-side plugins to enrich events and hook into lifecycle callbacks.
Scope
beforePersist(event),afterPersist(event, entities),beforeBroadcast(message)Example Use Cases
Technical Notes
Acceptance Criteria