From dd7f5c31a1a60b3e0c07d98fbadb5a9e6baa2c31 Mon Sep 17 00:00:00 2001 From: Paulin Todev Date: Thu, 19 Oct 2023 09:18:53 +0100 Subject: [PATCH] Minor fix to comment --- pkg/traces/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/traces/config.go b/pkg/traces/config.go index 4bb6776b6f25..dd55cb3a538a 100644 --- a/pkg/traces/config.go +++ b/pkg/traces/config.go @@ -372,7 +372,7 @@ type SpanMetricsConfig struct { AggregationTemporality string `yaml:"aggregation_temporality"` // MetricsEmitInterval is the time period between when metrics are flushed - // or emitted to the configured MetricsExporter. + // or emitted to the configured MetricsInstance or HandlerEndpoint. MetricsFlushInterval time.Duration `yaml:"metrics_flush_interval"` }