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
parent 428ae6d21a
commit e0ff4fd1ac
6 changed files with 10 additions and 62 deletions
@@ -132,7 +132,6 @@ function toLakeEvent(time: string, data: Record<string, unknown>) {
error_cause2: string(data, "error.cause2"),
api_key: string(data, "api_key"),
workspace: string(data, "workspace"),
user_id: string(data, "user_id"),
is_subscription: boolean(data, "isSubscription"), // removed
subscription: string(data, "subscription"),
response_length: integer(data, "response_length"),