We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc4c144 commit 9a1b2d0Copy full SHA for 9a1b2d0
opentelemetry-sdk/src/metrics/periodic_reader.rs
@@ -52,7 +52,6 @@ where
52
///
53
/// If this option is not used or `interval` is equal to zero, 60 seconds is
54
/// used as the default.
55
- #[allow(unused)]
56
pub fn with_interval(mut self, interval: Duration) -> Self {
57
if !interval.is_zero() {
58
self.interval = interval;
0 commit comments