Skip to main content

service_level_objectives

Overview

Nameservice_level_objectives
TypeResource
Idgoogle.monitoring.service_level_objectives

Fields

NameDatatypeDescription
namestringResource name for this ServiceLevelObjective. The format is: projects/[PROJECT_ID_OR_NUMBER]/services/[SERVICE_ID]/serviceLevelObjectives/[SLO_NAME]
calendarPeriodstringA calendar period, semantically "since the start of the current ". At this time, only DAY, WEEK, FORTNIGHT, and MONTH are supported.
displayNamestringName used for UI elements listing this SLO.
goalnumberThe fraction of service that must be good in order for this objective to be met. 0 < goal <= 0.999.
rollingPeriodstringA rolling time period, semantically "in the past ". Must be an integer multiple of 1 day no larger than 30 days.
serviceLevelIndicatorobjectA Service-Level Indicator (SLI) describes the "performance" of a service. For some services, the SLI is well-defined. In such cases, the SLI can be described easily by referencing the well-known SLI and providing the needed parameters. Alternatively, a "custom" SLI can be defined with a query to the underlying metric store. An SLI is defined to be good_service / total_service over any queried time interval. The value of performance always falls into the range 0 <= performance <= 1. A custom SLI describes how to compute this ratio, whether this is by dividing values from a pair of time series, cutting a Distribution into good and bad counts, or counting time windows in which the service complies with a criterion. For separation of concerns, a single Service-Level Indicator measures performance for only one aspect of service quality, such as fraction of successful queries or fast-enough queries.
userLabelsobjectLabels which have been used to annotate the service-level objective. Label keys must start with a letter. Label keys and values may contain lowercase letters, numbers, underscores, and dashes. Label keys and values have a maximum length of 63 characters, and must be less than 128 bytes in size. Up to 64 label entries may be stored. For labels which do not have a semantic value, the empty string may be supplied for the label value.

Methods

NameAccessible byRequired ParamsDescription
services_service_level_objectives_listSELECTparent, parentTypeList the ServiceLevelObjectives for the given Service.
services_service_level_objectives_createINSERTparent, parentTypeCreate a ServiceLevelObjective for the given Service.
_services_service_level_objectives_listEXECparent, parentTypeList the ServiceLevelObjectives for the given Service.