Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

feat: how to monitor cortex inbound requests? #1007

@louis-menlo

Description

@louis-menlo

Problem
I'm testing my copilot alternative setup, but I could not debug the outbound requests there. It would be great if I can debug inbound requests from cortex cli. For now, it just outputs the request path, no request body is logged.

Success Criteria
E.g.

1723389668 - Request /chat/completions
 { 
   "messages": [ 
      "role": "user", 
      "content": "hello" 
   ], 
   "stream": true, 
   "model": "llama3.1" 
}

Additional context
Add any other context or screenshots about the feature request here.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    Completed

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions