From c37aad7b01ea5510fed8cb8684c494033f944cad Mon Sep 17 00:00:00 2001 From: Jacob Aronoff Date: Wed, 26 Apr 2023 15:06:12 -0400 Subject: [PATCH] Docstring --- internal/obsreportconfig/obsreportconfig.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/obsreportconfig/obsreportconfig.go b/internal/obsreportconfig/obsreportconfig.go index 459406bfccb..21501d6e8d3 100644 --- a/internal/obsreportconfig/obsreportconfig.go +++ b/internal/obsreportconfig/obsreportconfig.go @@ -32,12 +32,12 @@ var UseOtelForInternalMetricsfeatureGate = featuregate.GlobalRegistry().MustRegi featuregate.WithRegisterDescription("controls whether the collector uses OpenTelemetry for internal metrics")) // DisableHighCardinalityMetricsfeatureGate is the feature gate that controls whether the collector should enable -// potentially high cardinality metrics. +// potentially high cardinality metrics. The gate will be removed when the collector allows for view configuration. var DisableHighCardinalityMetricsfeatureGate = featuregate.GlobalRegistry().MustRegister( "telemetry.disableHighCardinalityMetrics", featuregate.StageAlpha, featuregate.WithRegisterDescription("controls whether the collector should enable potentially high"+ - "cardinality metrics.")) + "cardinality metrics. The gate will be removed when the collector allows for view configuration.")) // AllViews returns all the OpenCensus views requires by obsreport package. func AllViews(level configtelemetry.Level) []*view.View {