From bc5167392d7fc229a0fac993679f96ac2e894ad4 Mon Sep 17 00:00:00 2001 From: shreyas-goenka <88374338+shreyas-goenka@users.noreply.github.com> Date: Tue, 28 Jan 2025 16:13:52 +0530 Subject: [PATCH] Update libs/telemetry/protos/bundle_deploy.go Co-authored-by: Pieter Noordhuis --- libs/telemetry/protos/bundle_deploy.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/telemetry/protos/bundle_deploy.go b/libs/telemetry/protos/bundle_deploy.go index d096cd1bb..c0d0c6b8b 100644 --- a/libs/telemetry/protos/bundle_deploy.go +++ b/libs/telemetry/protos/bundle_deploy.go @@ -33,7 +33,7 @@ type BundleDeployEvent struct { // are no guarantees for these metrics and they maybe removed in the future without // any notice. type BundleDeployExperimental struct { - // Number of YAML (or JSON) configuration files in the bundle. + // Number of configuration files in the bundle. ConfigurationFileCount int64 `json:"configuration_file_count,omitempty"` // Size in bytes of the Terraform state file