From 4a3c4b8d1f2448f76409f05e8f1fa4ac6e373d4a Mon Sep 17 00:00:00 2001 From: Ivan <2103732+codebien@users.noreply.github.com> Date: Mon, 26 Jun 2023 16:59:24 +0200 Subject: [PATCH] Document why not renaming in v1 --- output/cloud/v1/output.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/output/cloud/v1/output.go b/output/cloud/v1/output.go index fb80b5d20dba..a8554c0f3eb2 100644 --- a/output/cloud/v1/output.go +++ b/output/cloud/v1/output.go @@ -24,6 +24,9 @@ type Output struct { logger logrus.FieldLogger config cloudapi.Config + // referenceID is the legacy name used by the Backend for the test run id. + // Note: This output's version is almost deprecated so we don't apply + // the renaming to its internals. referenceID string client *MetricsClient