proxy: add more columns to parquet upload (#6405)

## Problem

Some fields were missed in the initial spec.

## Summary of changes

Adds a success boolean (defaults to false unless specifically marked as
successful).
Adds a duration_us integer that tracks how many microseconds were taken
from session start through to request completion.
This commit is contained in:
Conrad Ludgate
2024-01-20 09:38:11 +00:00
committed by GitHub
parent 760a48207d
commit 7e7e9f5191
7 changed files with 84 additions and 43 deletions

View File

@@ -497,6 +497,7 @@ async fn handle_inner(
}
};
ctx.set_success();
ctx.log();
let metrics = client.metrics();