Skip to content

Commit 7fe25da

Browse files
committed
add llm.system to span attributes
1 parent 7a9eb6c commit 7fe25da

File tree

1 file changed

+1
-0
lines changed
  • src/langtrace_python_sdk/utils

1 file changed

+1
-0
lines changed

src/langtrace_python_sdk/utils/llm.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ def get_langtrace_attributes(version, service_provider, vendor_type="llm"):
8888
SpanAttributes.LANGTRACE_SERVICE_VERSION: version,
8989
SpanAttributes.LANGTRACE_SERVICE_NAME: service_provider,
9090
SpanAttributes.LANGTRACE_SERVICE_TYPE: vendor_type,
91+
SpanAttributes.LLM_SYSTEM: service_provider,
9192
}
9293

9394

0 commit comments

Comments
 (0)