The key concepts behind the HoneyHive Platform
event
tracks the execution of different parts of your application along with related metadata, user feedback and so on. This is synonymous with a single span in a trace.
Session: A session
is a collection of events that are related to a single user interaction with your application. This is synonomous with a root span in a trace.
They are a useful tool for logging every interaction in your application, understanding what’s happening, and can be used to troubleshoot issues and monitor performance. Full details on how they work can be found in the Tracing Data Model.
run_id
on metadata
.
In our interface, we summarize the metrics
present on the session & all its children. Presenting an interface as shown below:
datapoint_id
on metadata
.
datapoint_id
that can be used to track it across different sessions, evaluation runs, and comparisons.
They are also linked to the events that generated them, so you can always trace back to the original data.