-
Notifications
You must be signed in to change notification settings - Fork 690
Closed
Labels
backlogIssues or bugs that will be tracked for long term fixesIssues or bugs that will be tracked for long term fixesdynamo-runtimeRelates to the dynamo-runtime componentRelates to the dynamo-runtime componentenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomerslanguage::rustIssues/PRs that reference Rust codeIssues/PRs that reference Rust code
Description
Feature request
We have endpoints to list models (OpenAI spec), endpoints (#1037 ) but not yet instances. I was expecting we'd have some kind of cluster management system that handled that, but it seems we need this sooner.
Extend the /health endpoint to include instances. Add a function in lib/runtime to list them in etcd - see component.rs list_instances for an example (that one only lists the instances of a Component).
Describe the problem you're encountering
/
Describe alternatives you've tried
No response
Metadata
Metadata
Assignees
Labels
backlogIssues or bugs that will be tracked for long term fixesIssues or bugs that will be tracked for long term fixesdynamo-runtimeRelates to the dynamo-runtime componentRelates to the dynamo-runtime componentenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomerslanguage::rustIssues/PRs that reference Rust codeIssues/PRs that reference Rust code