Skip to content

Commit 797ede5

Browse files
CopilotnikhilNava
andcommitted
Remove microsoft.tenant.id comment from trace_processor/util.py
Co-authored-by: nikhilNava <211831449+nikhilNava@users.noreply.github.com>
1 parent fb37b35 commit 797ede5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

libraries/microsoft-agents-a365-observability-core/microsoft_agents_a365/observability/core/trace_processor/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
# Generic / common tracing attributes
77
COMMON_ATTRIBUTES = [
8-
consts.TENANT_ID_KEY, # microsoft.tenant.id
8+
consts.TENANT_ID_KEY,
99
consts.CUSTOM_PARENT_SPAN_ID_KEY, # custom.parent.span.id
1010
consts.CUSTOM_SPAN_NAME_KEY, # custom.span.name
1111
consts.GEN_AI_CONVERSATION_ID_KEY, # gen_ai.conversation.id

0 commit comments

Comments
 (0)