Observability
Every LLM call, governance decision, and agent cycle traced end-to-end in SigNoz via OpenTelemetry.
Provenance legend: Live = wired and emitting today Upcoming = on the roadmap, not yet emitting. The status card below reflects the real backend env (
OTEL_EXPORTER_OTLP_ENDPOINT).Finding a KeeperHub-routed spend
When a wallet is configured with executionProvider: "keeperhub"and a governance-approved spend is executed, the audit trail surfaces the same three spans you'd see for a local-vault spend — just with different attributes. To find one:
- Open app.keeperhub.com for the keeper-side view (execution status, retries, gas sponsorship).
- In SigNoz, search for the
wallet_sign_and_broadcastspan and look for thekeeperhub.execution_idattribute. - The nested
audit.log_actionevent records the on-chaintxHashalongside the KeeperHubexecutionIdso you can correlate the two views.
Tip: configure a wallet in Settings → Wallets to enable the KeeperHub execution path.