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 4fc099c commit 2888b59Copy full SHA for 2888b59
opentelemetry-sdk/src/metrics/mod.rs
@@ -1458,7 +1458,9 @@ mod tests {
1458
// cargo test asynchronous_instruments_cumulative_data_points_only_from_last_measurement --features=testing -- --nocapture
1459
1460
asynchronous_instruments_cumulative_data_points_only_from_last_measurement_helper("gauge");
1461
- asynchronous_instruments_cumulative_data_points_only_from_last_measurement_helper("counter");
+ asynchronous_instruments_cumulative_data_points_only_from_last_measurement_helper(
1462
+ "counter",
1463
+ );
1464
asynchronous_instruments_cumulative_data_points_only_from_last_measurement_helper(
1465
"updown_counter",
1466
);
0 commit comments