From cbd3a4860f7e4fb0059521dfeda5d8c868277855 Mon Sep 17 00:00:00 2001 From: Shreyas Goenka Date: Wed, 22 Jan 2025 14:44:32 +0100 Subject: [PATCH] add bundle deploy event --- libs/telemetry/protos/frontend_log.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/libs/telemetry/protos/frontend_log.go b/libs/telemetry/protos/frontend_log.go index 74fec37e6..d20d43f6b 100644 --- a/libs/telemetry/protos/frontend_log.go +++ b/libs/telemetry/protos/frontend_log.go @@ -16,6 +16,7 @@ type FrontendLogEntry struct { type DatabricksCliLog struct { ExecutionContext *ExecutionContext `json:"execution_context,omitempty"` - CliTestEvent *CliTestEvent `json:"cli_test_event,omitempty"` - BundleInitEvent *BundleInitEvent `json:"bundle_init_event,omitempty"` + CliTestEvent *CliTestEvent `json:"cli_test_event,omitempty"` + BundleInitEvent *BundleInitEvent `json:"bundle_init_event,omitempty"` + BundleDeplyEvent *BundleDeployEvent `json:"bundle_deploy_event,omitempty"` }