Skip to content

Commit 29295a2

Browse files
add metric name for mi-updates-transformer
1 parent c996b08 commit 29295a2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lambdas/mi-updates-transformer/src/mi-updates-transformer.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ function emitMetrics(logger: pino.Logger, eventTypeCount: Map<string, number>) {
7171
},
7272
],
7373
},
74+
"events published": count,
7475
};
7576
logger.info(emf);
7677
}

0 commit comments

Comments
 (0)