Skip to content

cmg: Add support for grouping requests #3

Description

@phoevos

As we integrate the CogStack Model Gateway with more systems a need arises for requests to be grouped together. More specifically, we wanna be able to track multiple requests as a single task, being able to reason about e2e latency, progress, and outcome.

Grouping can be implemented based on an optional group ID at the Gateway entrypoint. Based on our current needs and with future-proofing in mind, that ID can consist of 2 parts, which would allow for more fine-grained insights down the line, by denoting both the overall task a request is part of, as well as its subpart which could be useful for tracking dependency groups.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions