Skip to content

Commit

Permalink
more leftover commit
Browse files Browse the repository at this point in the history
  • Loading branch information
lalitb committed Feb 15, 2024
1 parent 09def74 commit d892cdc
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions opentelemetry-sdk/benches/log.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,6 @@ fn log_benchmark_group<F: Fn(&dyn Logger)>(c: &mut Criterion, name: &str, f: F)
group.bench_function("with-context", |b| {
let provider = LoggerProvider::builder()
.with_simple_exporter(VoidExporter)
.with_config(Config::default().with_resource(Resource::new(vec![
KeyValue::new("service.name", "my-service"),
KeyValue::new("service.version", "1.0.0"),
KeyValue::new("service.environment", "production"),
KeyValue::new("service.instance.id", "1234"),
])))
.build();

let logger = provider.logger("with-context");
Expand Down

0 comments on commit d892cdc

Please sign in to comment.