fix: thread listing (#10383)

This commit is contained in:
jif-oai
2026-02-02 13:52:49 +01:00
committed by GitHub
parent 4971e96a98
commit e9a774e7ae
2 changed files with 6 additions and 1 deletions

View File

@@ -277,7 +277,7 @@ pub async fn apply_rollout_items(
pub fn record_discrepancy(stage: &str, reason: &str) {
// We access the global metric because the call sites might not have access to the broader
// OtelManager.
tracing::warn!("state db record_discrepancy: {stage}{reason}");
tracing::warn!("state db record_discrepancy: {stage}, {reason}");
if let Some(metric) = codex_otel::metrics::global() {
let _ = metric.counter(
DB_METRIC_COMPARE_ERROR,