Alerts in LangSmith
This is feature is currently in private beta. If interested, please express interest in the #feature-requests channel in the LangChain Community Slack.
Overview
Effective observability in LLM applications requires proactive detection of failures, performance degradations, and regressions. LangSmith's alerts feature helps identify critical issues such as:
- API rate limit violations from model providers
- Latency increases for your application
- Application changes that affect feedback scores reflecting end-user experience
Alerts in LangSmith are project-scoped, requiring separate configuration for each monitored project.
Configuring an alert
Step 1: Navigate To Create Alert
First navigate to the Tracing project that you would like to configure alerts for. Click + New Alert in the top right hand corner of the page to set up an alert.
Step 2: Select Metric Type
LangSmith offers threshold-based alerting on three core metrics:
Metric Type | Description | Use Case |
---|---|---|
Errored Runs | Tracks root runs with error status | Monitors for failures in application traces. |
Feedback Score | Measures average feedback score metrics | Tracks feedback from application users or automated evaluation rules to track regressions in prompts or switching models / providers. |
Trace Latency | Measures average end-to-end trace execution time | Identifies performance bottlenecks from switching models / providers or code regressions. |
Step 2: Define Alert Conditions
Alert conditions consist of several components:
- Aggregation Method: Average, Percentage, or Count
- Comparison Operator:
>=
,<=
, or exceeds threshold - Threshold Value: Numerical value triggering the alert
- Aggregation Window: Time period for metric calculation (currently choose between 5 or 15 minutes)
- Feedback Key (Feedback Score alerts only): Specific feedback metric to monitor
Example: The configuration shown above would generate an alert when more than 5% of runs within the past 5 minutes result in errors.
Step 3: Configure Notification Channel
LangSmith supports the following notification channels:
Select the appropriate channel to ensure notifications reach the responsible team members.
Best Practices
- Adjust sensitivity based on application criticality
- Start with broader thresholds and refine based on observed patterns
- Ensure alert routing reaches appropriate on-call personnel