Skip to content

Connect logs/traces to DB records to enable filtering DB data by trace #152#153

Merged
kigiri merged 2 commits into
masterfrom
152-connect-logstraces-to-db-records-to-enable-filtering-db-data-by-trace
Jul 10, 2026
Merged

Connect logs/traces to DB records to enable filtering DB data by trace #152#153
kigiri merged 2 commits into
masterfrom
152-connect-logstraces-to-db-records-to-enable-filtering-db-data-by-trace

Conversation

@abdotop

@abdotop abdotop commented Jul 5, 2026

Copy link
Copy Markdown
Member

Add trace column filtering and related data navigation in deployment logs

@abdotop abdotop requested review from NiangOos and kigiri July 5, 2026 23:39
@abdotop abdotop self-assigned this Jul 5, 2026
@abdotop abdotop linked an issue Jul 5, 2026 that may be closed by this pull request
}
return dec.decode(output)
}
})()

@kigiri kigiri Jul 6, 2026

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

const numberToHex128 = (() => {
  const output = new Uint8Array(8)
  const view = new DataView(output.buffer)
  return (id) => {
    view.setFloat64(0, id, false)
    return output.toHex()
  }
})()

@abdotop abdotop force-pushed the 152-connect-logstraces-to-db-records-to-enable-filtering-db-data-by-trace branch from eaed494 to 7172bba Compare July 8, 2026 02:03
@kigiri kigiri merged commit 9a718d5 into master Jul 10, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Connect logs/traces to DB records to enable filtering DB data by trace

2 participants