Update plugins/catalog-node/src/scmEvents/types.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
@@ -58,7 +58,11 @@ export interface CatalogScmEventsService {
|
||||
|
||||
/**
|
||||
* As a consumer of SCM events, mark that you have taken an action as a result
|
||||
* of an SCM event. This
|
||||
* of an SCM event.
|
||||
*
|
||||
* This is typically used to record metrics or other observability signals
|
||||
* about how SCM events are handled, for example counting how many refresh,
|
||||
* delete, create, or move operations are triggered by incoming events.
|
||||
*/
|
||||
markEventActionTaken(options: {
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user