File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
opentelemetry-sdk/src/metrics Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -97,11 +97,11 @@ where
9797/// seconds. The export time is not counted towards the interval between
9898/// attempts. `PeriodicReader` itself does not enforce a timeout. Instead, the
9999/// timeout is passed on to the configured exporter for each export attempt.
100- ///
100+ ///
101101/// `PeriodicReader` spawns a background thread to handle the periodic
102102/// collection and export of metrics. The background thread will continue to run
103103/// until `shutdown()` is called.
104- ///
104+ ///
105105/// When using this reader with the OTLP Exporter, the following exporter
106106/// features are supported:
107107/// - `grpc-tonic`: This requires `MeterProvider` to be created within a tokio
You can’t perform that action at this time.
0 commit comments