Skip to content

Commit d62a248

Browse files
authored
refactor: remove deprecated infrastructure kpis (#807)
## Changes - Remove KPIs that are replaced by the project utilization kpis
1 parent d7cacd0 commit d62a248

6 files changed

Lines changed: 0 additions & 664 deletions

File tree

helm/bundles/cortex-nova/templates/kpis.yaml

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -29,33 +29,6 @@ spec:
2929
---
3030
apiVersion: cortex.cloud/v1alpha1
3131
kind: KPI
32-
metadata:
33-
name: host-running-vms
34-
spec:
35-
schedulingDomain: nova
36-
impl: host_running_vms_kpi
37-
dependencies:
38-
knowledges:
39-
- name: host-details
40-
- name: host-utilization
41-
description: |
42-
This KPI tracks the total number of running VMs on hosts.
43-
---
44-
apiVersion: cortex.cloud/v1alpha1
45-
kind: KPI
46-
metadata:
47-
name: flavors-running-vms
48-
spec:
49-
schedulingDomain: nova
50-
impl: flavor_running_vms_kpi
51-
dependencies:
52-
datasources:
53-
- name: nova-servers
54-
description: |
55-
This KPI tracks the total number of running VMs per flavor and availability zone.
56-
---
57-
apiVersion: cortex.cloud/v1alpha1
58-
kind: KPI
5932
metadata:
6033
name: vm-migration-statistics
6134
spec:

internal/knowledge/kpis/plugins/compute/flavor_running_vms.go

Lines changed: 0 additions & 107 deletions
This file was deleted.

internal/knowledge/kpis/plugins/compute/flavor_running_vms_test.go

Lines changed: 0 additions & 189 deletions
This file was deleted.

0 commit comments

Comments
 (0)