Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In case of flavor_match_unsuccessful, few additional labels help

  • mandatory_match_failed
  • not_enough_capacity (R4)
  • ???

Labels for cloud_region_successful_selection and cloud_region_unsuccessful_selection

...

  • no_selection_due_to_flavors
  • no_selection_due_to_distance
  • no_selection_due_to_cost

OOF Metrics

VNF_COMPUTE_PROFILES = Counter(
'vnf_compute_profile',
'Compute Profiles used by VNFs over time',
['vnf', 'flavor', 'vim_type']
)

VNF_FAILURE = Counter(
'vnf_no_solution',
'VNFs with no Homing solution',
['vnf']
)

VNF_SUB_OPTIMUM = Counter(
'vnf_sub_optimum_solution',
'VNFs with sub-optimum solution',
['vnf']
)

VNF_SCORE = Counter(
'vnf_scores',
'HPA Scores of vnf',
['vnf', 'hpa_score']
)