Skip to content

Orchestrator resource metrics interface + Docker implementation #51

@guzman-raphael

Description

@guzman-raphael

This issue relates to adding compute resource metrics in:

  • PodRunAPI trait
  • local docker orchestrator implementation
  • PodResult (see below)
// model.rs
struct PodResult {
    // ...
    cpu_usage: Vec<(u64, u8)>, // timestamp vs CPU utilization %
    memory_usage: Vec<(u64, u8)>, // timestamp vs memory utilization %
    // ...
}

Would be cool to have a handle to stream the merics

Depends on #18, #12

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions