Overview
Tracer maintains a comprehensive history of all your experiments, making it easy to find past runs, compare results, and reproduce successful experiments.Accessing Experiment History
1
Open History View
Navigate to the Experiments section in the Tracer dashboard.
2
Browse or Search
Use the search bar or browse through your experiment timeline.
3
Filter Results
Apply filters to narrow down your search.
Search Capabilities
Basic Search
Search experiments by:- Experiment Name - Find experiments by their identifier
- Date Range - Filter by when experiments were run
- Status - Show only successful, failed, or running experiments
- Tags - Search by custom tags you’ve applied
Advanced Filters
Combine multiple filters to find exactly what you’re looking for.
| Filter Type | Description | Example |
|---|---|---|
| Duration | Execution time | Tasks longer than 1 hour |
| Resource Usage | CPU, memory, I/O | Experiments using >16GB RAM |
| User | Who ran the experiment | Experiments by team member |
| Environment | Where it ran | AWS Batch, local, Docker |
| Parameters | Input parameters | Specific configuration values |
Comparing Experiments
Side-by-Side Comparison
Select multiple experiments to compare:- Performance Metrics - Execution time, resource usage
- Outputs - Result files and data
- Configuration - Parameter differences
- Resource Consumption - Cost and efficiency
Trend Analysis
View trends across experiments:Reproducing Experiments
Exact Reproduction
Tracer captures everything needed to reproduce an experiment:Environment Details
Environment Details
- Operating system and kernel version
- Software dependencies and versions
- Environment variables
- Container images (if used)
Input Data
Input Data
- Input file checksums
- Data locations
- Parameter values
- Configuration files
Execution Context
Execution Context
- Resource allocations
- Execution order
- Parallelization settings
- Random seeds (if applicable)
Re-running Experiments
Organizing Experiments
Tagging
Add tags to organize experiments:Collections
Group related experiments:- By Project - Organize by research project
- By Pipeline - Group by workflow type
- By Goal - Categorize by objective
Exporting History
Export Options
Export experiment data for external analysis:CSV Export
Export metrics and metadata to CSV
JSON Export
Full experiment details in JSON format
Report Generation
Generate PDF reports with visualizations
API Access
Programmatic access via REST API
Example Export
Search Tips
Keyboard Shortcuts
Ctrl/Cmd + K- Quick searchCtrl/Cmd + F- Filter panelCtrl/Cmd + Click- Select multiple experiments
Search Syntax
Use advanced search syntax:Integration with Analysis Tools
Connect Tracer history to your analysis workflow:- Jupyter Notebooks - Query experiment data programmatically
- R/Python Scripts - Analyze trends and patterns
- BI Tools - Connect to Tableau, PowerBI, etc.
- Custom Dashboards - Build visualizations with Grafana

