
What Monitor shows
The top of Monitor answers the fastest operational questions:| Signal | What it tells you |
|---|---|
| Total traces | How much production traffic Adaline has received for the selected time range. |
| Throughput | Average request volume over time. |
| P95 latency | Tail latency for real user requests. |
| Error rate | How often requests are failing. |
| Average eval score | Continuous evaluation quality trend, when evaluators are attached. |
| Total LLM cost | Provider spend from logged model calls. |
Read it as a triage surface
Start broad, then open evidence:- Pick the time range that matches the release, incident, or customer report.
- Scan the KPI row for obvious movement in volume, latency, cost, errors, or eval score.
- Review the chart groups for the metric that moved.
- Use View traces from a chart, or open Traces, to inspect the exact requests behind the metric.
- If the pattern repeats, check Behaviors. If the fix belongs in the prompt, start or review an Improve cycle.
Dashboard sections
Monitor groups charts by the kind of decision they support:| Section | Use it for |
|---|---|
| Traffic & volume | Confirm logs are arriving, request volume changed, or spans per trace changed. |
| Performance & latency | Find slow requests, tail latency, and bottlenecks before editing prompts. |
| Quality | Watch eval score and pass-rate movement across production traffic. |
| Cost & spend | Track total cost, tokens, and whether usage changed after a prompt, model, or traffic shift. |
| Model breakdown | Compare cost, latency, tokens, and efficiency by model. |
| Environment breakdown | Separate production, staging, and other deployment environments when metadata is present. |
| Performance breakdown | Identify slow prompts or other high-impact surfaces. |
| Tool usage | See which tools or functions are being called and how often. |
Good Monitor data
Monitor becomes useful when your logs contain clear names, spans, status, input and output content, model usage, costs, tokens, tags, and safe metadata such as environment, route, release, customer segment, or feature flag. If charts look empty, flat, or hard to segment, the next step is usually instrumentation, not analysis. See Integrate your AI Agent and Instrument overview.Analyze log charts
Read traffic, quality, latency, cost, model, environment, and tool charts.
Analyze log traces
Move from a metric to the exact traces behind it.
Filter, search, export logs
Narrow production traffic, inspect matching traces, and export the result set for review.
Deep search
Find relevant logs by meaning across traces and spans.
Use logs to improve prompts
Turn production evidence into datasets, evaluators, and Improve cycles.