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:
Fredrik Adelöw
2026-02-22 13:22:30 +01:00
committed by GitHub
parent bf71677819
commit ca49b96a8b
+5 -1
View File
@@ -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: {
/**