From 9ff93775e9bbd7181b472a14bbcb878e578b651b Mon Sep 17 00:00:00 2001 From: Ziqi Zhao Date: Thu, 30 Jun 2022 06:51:40 +0800 Subject: [PATCH] fix for reviews Signed-off-by: Ziqi Zhao --- exporter/exporterhelper/obsreport.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exporter/exporterhelper/obsreport.go b/exporter/exporterhelper/obsreport.go index 377cc2f911a..011c3fc99c2 100644 --- a/exporter/exporterhelper/obsreport.go +++ b/exporter/exporterhelper/obsreport.go @@ -58,7 +58,7 @@ func newInstruments(registry *metric.Registry) *instruments { insts.queueCapacity, _ = registry.AddInt64DerivedGauge( obsmetrics.ExporterKey+"/queue_capacity", - metric.WithDescription("Current capacity of the retry queue (in batches)"), + metric.WithDescription("Fixed capacity of the retry queue (in batches)"), metric.WithLabelKeys(obsmetrics.ExporterKey), metric.WithUnit(metricdata.UnitDimensionless))