Skip to content

Copilot llm monitor logs

copilot_llm_monitor_logs

  • Schema: public
  • PK: id (uuid)

Columns

Column Type Nullable Default Notes
id uuid NO PK
conversation_id uuid NO
message_id uuid NO
call_id uuid YES
model text YES
model_name text YES
conversation_length int4 YES
prompt text YES
response text YES
started_at timestamptz YES now()
finished_at timestamptz YES now()
options text YES

Key indexes

  • copilot_llm_monitor_logs_pkey — primary key on id
  • idx_copilot_llm_monitor_logs_conversation_id — on conversation_id

Alerts & Monitoring