cloud-bulldozer / orion

The constellation of a hunter
Apache License 2.0
4 stars 8 forks source link

[CLI] User input #1

Closed jtaleric closed 8 months ago

jtaleric commented 8 months ago

Our CLI tool should accept a configuration file which instructs Orion which runs to capture -- by passing specific run metadata to isolate like runs. Orion should also accept which metrics we would like to be captured in the CSV or data-frame we generate.

---
tests :
  - name : aws-small-scale-cluster-density-v2
    platform: aws
    masterSize: m6a.xlarge
    workerSize: m6a.xlarge
    <all other meta>
    metrics : 
    - metric : podReadyLatency
      metricType : latency

    - metric : apiserverCPU
      metricType : cpu
      namespace: openshift-kube-apiserver

    - metric: ovnCPU
      metricType: cpu
      namespace: openshift-ovn-kubernetes
jtaleric commented 8 months ago

Closing as this is completed.