Skip to content

Commit 6dc5efd

Browse files
birkmosefrigus02
andauthored
Update examples/stress_test.rs
Co-authored-by: Jan Kühle <[email protected]>
1 parent 6e77504 commit 6dc5efd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/stress_test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ async fn mock_sql_call(n: u64, duration: u64) {
1414
let end_time = now.add(Duration::from_millis(duration));
1515
tracer
1616
.span_builder("test_db")
17-
.with_kind(opentelemetry::trace::SpanKind::Client)
17+
.with_kind(SpanKind::Client)
1818
.with_attributes(vec![
1919
KeyValue::new("service.name", "test-database"),
2020
KeyValue::new("db.system", "SQL"),

0 commit comments

Comments
 (0)