mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-27 21:30:25 +00:00
[𝘀𝗽𝗿] changes to main this commit is based on
Created using spr 1.3.7-beta.1 [skip ci]
This commit is contained in:
parent
3faf1e4a79
commit
d6eac9f219
5 changed files with 131 additions and 104 deletions
|
|
@ -148,7 +148,7 @@ class TelemetryAdapter(TelemetryDatasetMixin, Telemetry):
|
|||
if span:
|
||||
timestamp_ns = int(event.timestamp.timestamp() * 1e9)
|
||||
span.add_event(
|
||||
name=event.type,
|
||||
name=event.type.value,
|
||||
attributes={
|
||||
"message": event.message,
|
||||
"severity": event.severity.value,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue