Skip to content

Commit 552c771

Browse files
committed
Fix test failure with format
1 parent 6a49f52 commit 552c771

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

  • libraries/microsoft-agents-a365-observability-core/microsoft_agents_a365/observability/core/exporters

libraries/microsoft-agents-a365-observability-core/microsoft_agents_a365/observability/core/exporters/utils.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -175,14 +175,12 @@ def filter_and_partition_by_identity(
175175

176176
if non_gen_ai_count > 0:
177177
logger.debug(
178-
"[Agent365Exporter] %d spans without an eligible "
179-
"gen_ai.operation.name filtered out",
178+
"[Agent365Exporter] %d spans without an eligible gen_ai.operation.name filtered out",
180179
non_gen_ai_count,
181180
)
182181
if missing_identity_count > 0:
183182
logger.debug(
184-
"[Agent365Exporter] %d spans skipped due to "
185-
"missing tenant or agent ID",
183+
"[Agent365Exporter] %d spans skipped due to missing tenant or agent ID",
186184
missing_identity_count,
187185
)
188186
return groups

0 commit comments

Comments
 (0)