We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be97a0f commit 48fefcfCopy full SHA for 48fefcf
tests/integration_test.rs
@@ -763,7 +763,7 @@ async fn test_otel() {
763
764
let metrics_output_json =
765
(|| async { parse_exporter_output(metrics_output_file.as_file()).await })
766
- .retry(&exponential_backoff)
+ .retry(exponential_backoff)
767
.await
768
.unwrap();
769
let metrics = &metrics_output_json["resourceMetrics"][0]["scopeMetrics"][0];
@@ -781,7 +781,7 @@ async fn test_otel() {
781
782
let traces_output_json =
783
(|| async { parse_exporter_output(traces_output_file.as_file()).await })
784
785
786
787
let spans = &traces_output_json["resourceSpans"][0]["scopeSpans"][0];
0 commit comments