Revert "feat(stats): add user ids to inference metrics"
This reverts commit 428ae6d21a.
This commit is contained in:
parent
428ae6d21a
commit
e0ff4fd1ac
6 changed files with 10 additions and 62 deletions
|
|
@ -75,7 +75,6 @@ WITH normalized AS (
|
|||
session,
|
||||
COALESCE(NULLIF(workspace, ''), '') AS workspace,
|
||||
COALESCE(NULLIF(api_key, ''), '') AS api_key,
|
||||
COALESCE(NULLIF(user_id, ''), '') AS user_id,
|
||||
status,
|
||||
duration AS duration_ms,
|
||||
time_to_first_byte AS ttfb_ms,
|
||||
|
|
@ -117,7 +116,7 @@ WITH normalized AS (
|
|||
country,
|
||||
continent,
|
||||
session,
|
||||
COALESCE(NULLIF(user_id, ''), NULLIF(workspace, ''), NULLIF(api_key, '')) AS user_key,
|
||||
COALESCE(NULLIF(workspace, ''), NULLIF(api_key, '')) AS user_key,
|
||||
status,
|
||||
duration_ms,
|
||||
ttfb_ms,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue