Skip to content

Commit

Permalink
Updating hyper_pod_* metric names to hyperpod_*
Browse files Browse the repository at this point in the history
  • Loading branch information
spanaik committed Aug 23, 2024
1 parent 37a726c commit a6bdaea
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions test/hyperpod/hyperpod_metrics_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ import (
)

const (
awsHyperPodMetricIndicator = "hyper_pod_"
awsHyperPodMetricIndicator = "hyperpod_"
)

const (
UnschedulablePendingReplacementMetric = "hyper_pod_node_health_status_unschedulable_pending_replacement"
UnschedulablePendingRebootMetric = "hyper_pod_node_health_status_unschedulable_pending_reboot"
SchedulableMetric = "hyper_pod_node_health_status_schedulable"
UnschedulableMetric = "hyper_pod_node_health_status_unschedulable"
UnschedulablePendingReplacementMetric = "hyperpod_node_health_status_unschedulable_pending_replacement"
UnschedulablePendingRebootMetric = "hyperpod_node_health_status_unschedulable_pending_reboot"
SchedulableMetric = "hyperpod_node_health_status_schedulable"
UnschedulableMetric = "hyperpod_node_health_status_unschedulable"
)

var expectedDimsToMetrics = map[string][]string{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"Version": {},
"InstanceId": {},
"NodeName": {},
"hyper_pod_node_health_status_unschedulable_pending_replacement": {},
"hyper_pod_node_health_status_unschedulable_pending_reboot" : {},
"hyper_pod_node_health_status_schedulable": {},
"hyper_pod_node_health_status_unschedulable": {}
"hyperpod_node_health_status_unschedulable_pending_replacement": {},
"hyperpod_node_health_status_unschedulable_pending_reboot" : {},
"hyperpod_node_health_status_schedulable": {},
"hyperpod_node_health_status_unschedulable": {}
},
"required": [
"Type",
Expand Down

0 comments on commit a6bdaea

Please sign in to comment.