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 89704e5 commit b057d2aCopy full SHA for b057d2a
exporter/opentelemetry-exporter-otlp-proto-http/tests/test_proto_log_exporter.py
@@ -292,7 +292,7 @@ def test_exported_log_without_span_id(self):
292
self.fail("No log records found")
293
294
@staticmethod
295
- def _get_sdk_log_data() -> List[LogData]:
+ def _get_sdk_log_data() -> List[LogRecordData]:
296
ctx_log1 = set_span_in_context(
297
NonRecordingSpan(
298
SpanContext(
0 commit comments