sumo_logic_sli_values
SLIs represent quantifiable metrics used to measure the performance, reliability, or quality of a service against defined objectives.
-
status
string - Whether the SLI computation is complete / had an error / is in progress.
-
sli_percentage
number - SLI percentage for the compliance period. (Available if status is Success)
-
error_budget_remaining_percentage
number - Percentage of error budget remaining for the compliance period. (Available if status is Success)
-
absolute_error_budget_remaining
string - Formatted string for the absolute error budget remaining. (Available if status is Success)
-
progress_percentage
number - SLI computation progress.
-
slo_id
Foreign key - ID of SLO to which the SLI value belongs.