Skip to content

Commit 1e6b595

Browse files
yihzhouYihong Zhou
andauthored
add mceV5 and hosted search new tracking (#591)
Co-authored-by: Yihong Zhou <yihzhou@yihzhou-mn2.linkedin.biz>
1 parent b0fab0e commit 1e6b595

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

dao-api/src/main/java/com/linkedin/metadata/dao/tracking/TrackingUtils.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ public enum ProcessType {
5959
// MCEv5 events submitted to Kafka topic
6060
MCEV5_SUBMITTED("mce-v5-consumer.mcev5.submitted"),
6161
MCEV5_RECEIVED("mce-v5-consumer.mcev5.received"),
62+
MCEV5_PROPOSE_SUCCESS("mce-v5-consumer.propose.success"),
63+
MCEV5_PROPOSE_FAILURE("mce-v5-consumer.propose.failure"),
6264
MCEV5_PROCESS_SUCCESS("mce-v5-consumer.process.success"),
6365
MCEV5_PROCESS_FAILURE("mce-v5-consumer.process.failure"),
6466
MCEV5_FAILURE_EVENT_SUCCESS("mce-v5-consumer.failureEvent.success"),
@@ -67,6 +69,8 @@ public enum ProcessType {
6769
// Process states in MAEv5 Consumer Search Job
6870

6971
// MAEv5 events submitted to Kafka topic
72+
MAEV5_HS_SUBMITTED_SEARCH("maev5-hostedsearch-job.maev5.submitted"),
73+
MAEV5_HS_RECEIVED_SEARCH("maev5-hostedsearch-job.maev5.received"),
7074
MAEV5_SUBMITTED_SEARCH("maev5-elasticsearch-job.maev5.submitted"),
7175
// MAEv5 events received by es-graph-job consumer
7276
MAEV5_RECEIVED_SEARCH("maev5-elasticsearch-job.maev5.received"),

0 commit comments

Comments
 (0)