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 d7f58f0 commit 4ca4db8Copy full SHA for 4ca4db8
exporter/opentelemetry-exporter-otlp-proto-common/tests/test_log_encoder.py
@@ -315,13 +315,13 @@ def _get_sdk_log_data() -> List[ReadWriteLogRecord]:
315
)
316
317
318
- log9 = LogData(
319
- log_record=SDKLogRecord(
+ log9 = ReadWriteLogRecord(
+ LogRecord(
320
# these are otherwise set by default
321
observed_timestamp=1644650584292683045,
322
context=ctx_log9,
323
- resource=SDKResource({}),
324
),
+ resource=SDKResource({}),
325
instrumentation_scope=InstrumentationScope(
326
"empty_log_record_name", "empty_log_record_version"
327
0 commit comments