Skip to content

Latest commit

 

History

History
21 lines (20 loc) · 5.69 KB

Metrics.md

File metadata and controls

21 lines (20 loc) · 5.69 KB

Metrics

Name Help Type
sokar_sca_scaling_policy_violated Counts the number of occurrences the planning of sokar would have violated the scaling policy of the scaling-object (upper or lower threshold). Labelled Counter
sokar_sca_scaling_ticket_counter Counts the number of added, rejected and applied scaling tickets. Labelled Counter
sokar_sca_scale_result_counter Counts the result types of a scaling action (success, failed, ignored). Labelled Counter
sokar_sca_scaling_duration_seconds Holds the duration of the scaling actions so far. This is the time it took to apply a scaling (execute the deployment). Histogram
sokar_sca_planned_but_skipped_scaling_open Is a helper metric which is only used in dry run mode. It is set to 1 in case there was a automatic scaling planned but not executed due to dry-run mode. It is reset to 0 if then a scaling was applied. Labelled Gauge
sokar_saa_scale_counter The current value of the ScaleCounter. This is the aggregated weights of all ScalingAlerts. Gauge
sokar_saa_alerts_total The number of currently active down and up alerts. Labelled Gauge
sokar_saa_scale_factor The scale factor (gradient) as it is calculated by the SAA on each evaluation. Gauge
sokar_saa_scale_event_counter Counts the number of ScaleEvent's separated by up/down. Labelled Counter
sokar_cap_adjusted_vs_planned_scale Shows the scale that was planned by the CapacityPlanner based on the current scale and the scaleFactor and the adjusted scale based on the currently active scale schedule. The value for the adjusted and the initially planned scale differs only in case the planned scale would violate a currently active scale schedule. Labelled Gauge
sokar_cap_scheduled_scale_bounds Shows the min and max scale value of the currently active scale schedule. In case no schedule is active both values are 0. Labelled Gauge
sokar_scale_events_total Number of received ScaleEvents in total. Counter
sokar_failed_scaling_total Number of failed scaling actions in total. Counter
sokar_cap_skipped_scaling_during_cooldown_total Number of scalings that where not executed since sokar was cooling down. Counter
sokar_cap_pre_scale_job_count The scaling-object count before the scaling action. Based on this count sokar does the planning. Gauge
sokar_cap_planned_job_count The count planned by the CapacityPlanner for the current scale action. Gauge
sokar_cap_scale_factor The scale factor (gradient) as it was received with a ScalingEvent. Gauge