mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-06-28 02:53:30 +00:00
Ensure use of string representation of event.name
This commit is contained in:
parent
c7be73fb16
commit
6e9e870cca
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ class SQLiteSpanProcessor(SpanProcessor):
|
|||
""",
|
||||
(
|
||||
span_id,
|
||||
event.name,
|
||||
str(event.name),
|
||||
datetime.fromtimestamp(event.timestamp / 1e9, timezone.utc).isoformat(),
|
||||
json.dumps(dict(event.attributes)),
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue