Commit d92da24 1 parent dc52ef6 commit d92da24 Copy full SHA for d92da24
File tree 1 file changed +2
-2
lines changed
opentelemetry-sdk/src/metrics
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -97,11 +97,11 @@ where
97
97
/// seconds. The export time is not counted towards the interval between
98
98
/// attempts. `PeriodicReader` itself does not enforce a timeout. Instead, the
99
99
/// timeout is passed on to the configured exporter for each export attempt.
100
- ///
100
+ ///
101
101
/// `PeriodicReader` spawns a background thread to handle the periodic
102
102
/// collection and export of metrics. The background thread will continue to run
103
103
/// until `shutdown()` is called.
104
- ///
104
+ ///
105
105
/// When using this reader with the OTLP Exporter, the following exporter
106
106
/// features are supported:
107
107
/// - `grpc-tonic`: This requires `MeterProvider` to be created within a tokio
You can’t perform that action at this time.
0 commit comments