Skip to content

Commit 402e786

Browse files
rads-1996Copilot
andauthored
Remove extra space
Co-authored-by: Copilot <[email protected]>
1 parent 012cabb commit 402e786

File tree

1 file changed

+1
-1
lines changed
  • sdk/monitor/azure-monitor-opentelemetry-exporter/azure/monitor/opentelemetry/exporter/export/logs

1 file changed

+1
-1
lines changed

sdk/monitor/azure-monitor-opentelemetry-exporter/azure/monitor/opentelemetry/exporter/export/logs/_exporter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ def _convert_log_to_envelope(log_data: LogData) -> TelemetryItem:
128128
envelope.tags[ContextTagKeys.AI_OPERATION_PARENT_ID] = "{:016x}".format( # type: ignore
129129
log_record.span_id or _DEFAULT_SPAN_ID
130130
)
131-
envelope.tags[ContextTagKeys.AI_OPERATION_NAME] = log_record.attributes.get( #type: ignore
131+
envelope.tags[ContextTagKeys.AI_OPERATION_NAME] = log_record.attributes.get( # type: ignore
132132
ContextTagKeys.AI_OPERATION_NAME
133133
)
134134
if _utils._is_any_synthetic_source(log_record.attributes):

0 commit comments

Comments
 (0)