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 cf863bf commit 2b9dec7Copy full SHA for 2b9dec7
opentelemetry-sdk/src/opentelemetry/sdk/_logs/_internal/__init__.py
@@ -257,7 +257,7 @@ def dropped_attributes(self) -> int:
257
return 0
258
259
@classmethod
260
- def _from_api_log_record(
+ def from_api_log_record(
261
cls,
262
*,
263
record: LogRecord,
@@ -639,7 +639,7 @@ def emit(
639
attributes=attributes,
640
event_name=event_name,
641
)
642
- writable_record = ReadWriteLogRecord._from_api_log_record(
+ writable_record = ReadWriteLogRecord.from_api_log_record(
643
record=log_record,
644
resource=self._resource,
645
instrumentation_scope=self._instrumentation_scope,
0 commit comments