#{$row.id} {$title}

ID: {$row.id}
监控规则
{notempty name="row.watch.name"} {$row.watch.name}(#{$row.watch_id}) {else/} #{$row.watch_id} {/notempty}
命中次数(边数和)
{$row.ct}
耗时合计
{$row.wt_sum} μs = {:number_format($row['wt_sum'] / 1000, 3)} ms {if condition="$row['watch']['threshold_ms'] > 0 && ($row['wt_sum'] / 1000) > $row['watch']['threshold_ms']"} 超阈值 {$row.watch.threshold_ms}ms {/if}
单次最大耗时
{$row.wt_max} μs = {:number_format($row['wt_max'] / 1000, 3)} ms

关联采样

采样记录ID
#{$row.run_id}
请求 URL
{notempty name="row.run.url"} {$row.run.url|htmlspecialchars=###,ENT_QUOTES,'UTF-8'} {else/} 暂无数据 {/notempty}
请求时间
{notempty name="row.run.request_time"} {:date('Y-m-d H:i:s', intval($row['run']['request_time']))} {else/} 暂无数据 {/notempty}
入库时间
{notempty name="row.create_time"} {$row.create_time|date="Y-m-d H:i:s"} {else/} 暂无数据 {/notempty}