Closed gtarpenning closed 1 month ago
https://wandb.atlassian.net/browse/WB-20561
Add derived fields to the summary under the weave key, immediately after db read.
weave
When a call is running, the derived fields will look like:
"summary": { "weave": { "status": "running", "trace_name": "name", } }
When completed:
"summary": { "weave": { "status": "success", "trace_name": "name", "latency_ms": 1222, "usage": {....} } }
Preview this PR with FeatureBee: https://beta.wandb.ai/?betaVersion=3731fb7246cc78bcbd91deb3b3d6eeaba3fdbb21
https://wandb.atlassian.net/browse/WB-20561
Add derived fields to the summary under the
weave
key, immediately after db read.When a call is running, the derived fields will look like:
When completed: