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 d29d6cc commit 0d3e32dCopy full SHA for 0d3e32d
opentelemetry-sdk/src/metrics/aggregation.rs
@@ -109,6 +109,7 @@ impl fmt::Display for Aggregation {
109
110
impl Aggregation {
111
/// Validate that this aggregation has correct configuration
112
+ #[allow(unused)]
113
pub(crate) fn validate(&self) -> MetricResult<()> {
114
match self {
115
Aggregation::Drop => Ok(()),
0 commit comments