From 75482810bdd791dbf56ff119bca23e0b9384ce08 Mon Sep 17 00:00:00 2001 From: mihir gore Date: Mon, 22 Jul 2024 09:59:37 +0530 Subject: [PATCH] Add email to configchange event --- .../config/change/event/v1/config_change_event_value.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/config-service-change-event-api/src/main/proto/org/hypertrace/config/change/event/v1/config_change_event_value.proto b/config-service-change-event-api/src/main/proto/org/hypertrace/config/change/event/v1/config_change_event_value.proto index 92cc6b6b..728fef18 100644 --- a/config-service-change-event-api/src/main/proto/org/hypertrace/config/change/event/v1/config_change_event_value.proto +++ b/config-service-change-event-api/src/main/proto/org/hypertrace/config/change/event/v1/config_change_event_value.proto @@ -14,6 +14,7 @@ message ConfigChangeEventValue { } optional string user_id = 4; optional string user_name = 5; + string user_email = 7; int64 event_time_millis = 6; }