Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
SpanEvent: An event within a span.
Defined in the trace module.
name
String
timestamp
Duration
attributes
HashMap<String
serde_json
:Value>
new
fn new(name: impl Into<String>, timestamp: Duration) -> Self
impl Into<String>
with_attribute
fn with_attribute(mut self, key: impl Into<String>, value: impl Serialize) -> Self
key
value
impl Serialize
praisonai/src/trace/mod.rs