Getting started with tracing in HoneyHive.
Visualization of a trace in HoneyHive
Visualization of a trace in HoneyHive: Tree structure (left) and detailed view (right)
session
event, which is equivalent to trace
in Application Performance Monitoring (APM) tools. A session represents a complete interaction or process within your AI application, grouping together all subsequent events in that trace.
session
is composed of nested event
s, which are equivalent to span
s in APM tools. Events represent discrete operations or steps in your application’s execution. They can be of different types:
Model
Events:
Tool
Events:
Chain
Events:
user feedback
, user properties
, evaluations
, configs
, metadata
, and more.