Revert "feat(stats): add user ids to inference metrics"

This reverts commit 428ae6d21a.
This commit is contained in:
Adam 2026-06-23 07:11:51 -05:00
commit e0ff4fd1ac
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
6 changed files with 10 additions and 62 deletions

View file

@ -56,7 +56,6 @@ const inferenceEventTable = new aws.s3tables.Table(
{ name: "error_cause2", type: "string", required: false },
{ name: "api_key", type: "string", required: false },
{ name: "workspace", type: "string", required: false },
{ name: "user_id", type: "string", required: false },
{ name: "is_subscription", type: "boolean", required: false },
{ name: "subscription", type: "string", required: false },
{ name: "response_length", type: "long", required: false },