Skip to content

Commit

Permalink
Minor fix to comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ptodev committed Oct 19, 2023
1 parent 4a50bcc commit dd7f5c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/traces/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
}

Expand Down

0 comments on commit dd7f5c3

Please sign in to comment.