Skip to content

Commit dc0dce1

Browse files
committed
merge conflict
1 parent 814fafd commit dc0dce1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

opentelemetry-sdk/src/logs/log_processor.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1318,11 +1318,11 @@ mod tests {
13181318

13191319
#[derive(Debug)]
13201320
struct ThirdProcessor {
1321-
pub(crate) logs: Arc<Mutex<Vec<(LogRecord, InstrumentationLibrary)>>>,
1321+
pub(crate) logs: Arc<Mutex<Vec<(LogRecord, InstrumentationScope)>>>,
13221322
}
13231323

13241324
impl LogProcessor for ThirdProcessor {
1325-
fn emit(&self, record: &mut LogRecord, instrumentation: &InstrumentationLibrary) {
1325+
fn emit(&self, record: &mut LogRecord, instrumentation: &InstrumentationScope) {
13261326
assert!(record.attributes_contains(
13271327
&Key::from_static_str("processed_by"),
13281328
&AnyValue::String("SecondProcessor".into())

0 commit comments

Comments
 (0)