Skip to content

Commit

Permalink
reveiw comment
Browse files Browse the repository at this point in the history
  • Loading branch information
cijothomas committed Oct 7, 2024
1 parent 883b337 commit 5a5eea4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions opentelemetry-sdk/src/metrics/periodic_reader.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const METRIC_EXPORT_TIMEOUT_NAME: &str = "OTEL_METRIC_EXPORT_TIMEOUT";
///
/// By default, the returned [MetricReader] will collect and export data every
/// 60 seconds. The export time is not counted towards the interval between
/// attempts. PeriodicReader itself does not enforce timeouts. Instead timeout
/// attempts. PeriodicReader itself does not enforce timeout. Instead timeout
/// is passed on to the exporter for each export attempt.
///
/// The [collect] method of the returned [MetricReader] continues to gather and
Expand Down Expand Up @@ -88,7 +88,7 @@ where
}

/// Configures the timeout for an export to complete. PeriodicReader itself
/// does not enforce timeouts. Instead timeout is passed on to the exporter
/// does not enforce timeout. Instead timeout is passed on to the exporter
/// for each export attempt.
///
/// This option overrides any value set for the `OTEL_METRIC_EXPORT_TIMEOUT`
Expand All @@ -114,7 +114,7 @@ where
///
/// By default, PeriodicReader will collect and export data every
/// 60 seconds. The export time is not counted towards the interval between
/// attempts. PeriodicReader itself does not enforce timeouts. Instead timeout
/// attempts. PeriodicReader itself does not enforce timeout. Instead timeout
/// is passed on to the exporter for each export attempt.
///
/// The [collect] method of the returned continues to gather and
Expand Down

0 comments on commit 5a5eea4

Please sign in to comment.