For LLM and GenAI application metrics, see the LLM Observability Metrics Reference.
Performance metrics
Performance metrics measure how well a model performs on its task. The available metrics depend on the model task type. For more details on performance monitoring workflows, see Performance Tracking.Binary classification
Multi-class classification
Regression
Ranking
Drift metrics
Drift metrics measure distributional changes between your baseline dataset and production data. High drift can indicate data pipeline issues or genuine shifts in the data distribution. Both metrics require a baseline dataset. For more details, see Data Drift.The drift analytics table also provides Feature Impact, Feature Drift, and Prediction Drift Impact as derived values to help identify which features contribute most to prediction drift.
Data integrity metrics
Data integrity metrics detect violations in production data compared to the schema established during model onboarding. Fiddler tracks three violation types: missing values, type mismatches, and range violations. Both raw counts and percentages are available. For more details, see Data Integrity.Count-based
Percentage-based
Traffic metrics
Traffic metrics provide visibility into the operational health of your model service. For more details, see Traffic.Statistics metrics
Statistics metrics provide basic aggregations over columns. These are useful for monitoring custom metadata fields over time. For more details, see Statistics.Custom metrics
In addition to the built-in metrics above, you can define custom metrics using the Fiddler Query Language (FQL). Custom metrics support aggregations, operators, and metric functions to create business-specific KPIs. For details on creating and managing custom metrics, see:Related resources
- LLM Observability Metrics Reference — Enrichments for LLM application monitoring
- Performance Tracking — Performance monitoring workflows
- Data Drift — Drift monitoring and analysis
- Data Integrity — Data quality monitoring
- Custom Metrics Guide — Creating custom metrics with FQL