{% comment %} Static metric card (trace run detail) — matches the regression dropdown card's visual style but without the dropdown chevron. Shows threshold status as "within threshold" or "% over threshold". Variables: metric_label: Display label (e.g. "Total Cost") metric_value: Formatted value (e.g. "$0.0142") metric_target: Threshold range string (e.g. "0–0.05 USD"), optional metric_delta: Delta dict with .text, .class, .title from _target_indicator, optional {% endcomment %}
{{ metric_label }}
{{ metric_value }}
{% if metric_target %}threshold: {{ metric_target }}
{% endif %} {% if metric_delta.text %}{{ metric_delta.text }}
{% endif %}