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