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 c2f3da1 commit 8cf3ac0Copy full SHA for 8cf3ac0
opentelemetry-sdk/src/metrics/mod.rs
@@ -218,8 +218,7 @@ mod tests {
218
219
#[tokio::test(flavor = "multi_thread", worker_threads = 1)]
220
#[cfg(feature = "experimental_metrics_disable_name_validation")]
221
- async fn valid_instrument_config_with_feature_experimental_metrics_disable_name_validation(
222
- ) {
+ async fn valid_instrument_config_with_feature_experimental_metrics_disable_name_validation() {
223
// Run this test with stdout enabled to see output.
224
// cargo test valid_instrument_config_with_feature_experimental_metrics_disable_name_validation --all-features -- --nocapture
225
let invalid_instrument_names = vec![
0 commit comments