Use trace enrichment to tag requests with experiment information, then analyze results using HoneyHive’s charting tools. This approach works with any feature flag system (Statsig, LaunchDarkly, custom) - just pass the experiment ID and variant to your traces.Documentation Index
Fetch the complete documentation index at: https://docs.honeyhive.ai/llms.txt
Use this file to discover all available pages before exploring further.
How to Run Online Experiments
Prerequisites: HoneyHive tracing set up per the Quickstart.Tag traces with experiment metadata and capture feedback
When a request is part of an experiment, enrich the span with the experiment ID, variant, and user feedback:
Analyze results in HoneyHive
- Go to Discover to build charts
- Select All Events to analyze at the span level
- Filter by
metadata.experiment_idto isolate experiment data - Set metric to your feedback field (e.g.,
feedback.liked) - Group by
metadata.variantto compare control vs treatment
Learn More
Enriching Traces
All enrichment patterns and options
User Feedback
Feedback schema and best practices

