1. Packages
  2. Google Cloud Native
  3. API Docs
  4. monitoring
  5. monitoring/v3
  6. getServiceLevelObjective

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi

google-native.monitoring/v3.getServiceLevelObjective

Explore with Pulumi AI

google-native logo

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi

    Get a ServiceLevelObjective by name.

    Using getServiceLevelObjective

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getServiceLevelObjective(args: GetServiceLevelObjectiveArgs, opts?: InvokeOptions): Promise<GetServiceLevelObjectiveResult>
    function getServiceLevelObjectiveOutput(args: GetServiceLevelObjectiveOutputArgs, opts?: InvokeOptions): Output<GetServiceLevelObjectiveResult>
    def get_service_level_objective(service_id: Optional[str] = None,
                                    service_level_objective_id: Optional[str] = None,
                                    v3_id: Optional[str] = None,
                                    v3_id1: Optional[str] = None,
                                    view: Optional[str] = None,
                                    opts: Optional[InvokeOptions] = None) -> GetServiceLevelObjectiveResult
    def get_service_level_objective_output(service_id: Optional[pulumi.Input[str]] = None,
                                    service_level_objective_id: Optional[pulumi.Input[str]] = None,
                                    v3_id: Optional[pulumi.Input[str]] = None,
                                    v3_id1: Optional[pulumi.Input[str]] = None,
                                    view: Optional[pulumi.Input[str]] = None,
                                    opts: Optional[InvokeOptions] = None) -> Output[GetServiceLevelObjectiveResult]
    func LookupServiceLevelObjective(ctx *Context, args *LookupServiceLevelObjectiveArgs, opts ...InvokeOption) (*LookupServiceLevelObjectiveResult, error)
    func LookupServiceLevelObjectiveOutput(ctx *Context, args *LookupServiceLevelObjectiveOutputArgs, opts ...InvokeOption) LookupServiceLevelObjectiveResultOutput

    > Note: This function is named LookupServiceLevelObjective in the Go SDK.

    public static class GetServiceLevelObjective 
    {
        public static Task<GetServiceLevelObjectiveResult> InvokeAsync(GetServiceLevelObjectiveArgs args, InvokeOptions? opts = null)
        public static Output<GetServiceLevelObjectiveResult> Invoke(GetServiceLevelObjectiveInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetServiceLevelObjectiveResult> getServiceLevelObjective(GetServiceLevelObjectiveArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: google-native:monitoring/v3:getServiceLevelObjective
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ServiceId string
    ServiceLevelObjectiveId string
    V3Id string
    V3Id1 string
    View string
    ServiceId string
    ServiceLevelObjectiveId string
    V3Id string
    V3Id1 string
    View string
    serviceId String
    serviceLevelObjectiveId String
    v3Id String
    v3Id1 String
    view String
    serviceId string
    serviceLevelObjectiveId string
    v3Id string
    v3Id1 string
    view string
    serviceId String
    serviceLevelObjectiveId String
    v3Id String
    v3Id1 String
    view String

    getServiceLevelObjective Result

    The following output properties are available:

    CalendarPeriod string
    A calendar period, semantically "since the start of the current ". At this time, only DAY, WEEK, FORTNIGHT, and MONTH are supported.
    DisplayName string
    Name used for UI elements listing this SLO.
    Goal double
    The fraction of service that must be good in order for this objective to be met. 0 < goal <= 0.999.
    Name string
    Resource name for this ServiceLevelObjective. The format is: projects/[PROJECT_ID_OR_NUMBER]/services/[SERVICE_ID]/serviceLevelObjectives/[SLO_NAME]
    RollingPeriod string
    A rolling time period, semantically "in the past ". Must be an integer multiple of 1 day no larger than 30 days.
    ServiceLevelIndicator Pulumi.GoogleNative.Monitoring.V3.Outputs.ServiceLevelIndicatorResponse
    The definition of good service, used to measure and calculate the quality of the Service's performance with respect to a single aspect of service quality.
    UserLabels Dictionary<string, string>
    Labels 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.
    CalendarPeriod string
    A calendar period, semantically "since the start of the current ". At this time, only DAY, WEEK, FORTNIGHT, and MONTH are supported.
    DisplayName string
    Name used for UI elements listing this SLO.
    Goal float64
    The fraction of service that must be good in order for this objective to be met. 0 < goal <= 0.999.
    Name string
    Resource name for this ServiceLevelObjective. The format is: projects/[PROJECT_ID_OR_NUMBER]/services/[SERVICE_ID]/serviceLevelObjectives/[SLO_NAME]
    RollingPeriod string
    A rolling time period, semantically "in the past ". Must be an integer multiple of 1 day no larger than 30 days.
    ServiceLevelIndicator ServiceLevelIndicatorResponse
    The definition of good service, used to measure and calculate the quality of the Service's performance with respect to a single aspect of service quality.
    UserLabels map[string]string
    Labels 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.
    calendarPeriod String
    A calendar period, semantically "since the start of the current ". At this time, only DAY, WEEK, FORTNIGHT, and MONTH are supported.
    displayName String
    Name used for UI elements listing this SLO.
    goal Double
    The fraction of service that must be good in order for this objective to be met. 0 < goal <= 0.999.
    name String
    Resource name for this ServiceLevelObjective. The format is: projects/[PROJECT_ID_OR_NUMBER]/services/[SERVICE_ID]/serviceLevelObjectives/[SLO_NAME]
    rollingPeriod String
    A rolling time period, semantically "in the past ". Must be an integer multiple of 1 day no larger than 30 days.
    serviceLevelIndicator ServiceLevelIndicatorResponse
    The definition of good service, used to measure and calculate the quality of the Service's performance with respect to a single aspect of service quality.
    userLabels Map<String,String>
    Labels 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.
    calendarPeriod string
    A calendar period, semantically "since the start of the current ". At this time, only DAY, WEEK, FORTNIGHT, and MONTH are supported.
    displayName string
    Name used for UI elements listing this SLO.
    goal number
    The fraction of service that must be good in order for this objective to be met. 0 < goal <= 0.999.
    name string
    Resource name for this ServiceLevelObjective. The format is: projects/[PROJECT_ID_OR_NUMBER]/services/[SERVICE_ID]/serviceLevelObjectives/[SLO_NAME]
    rollingPeriod string
    A rolling time period, semantically "in the past ". Must be an integer multiple of 1 day no larger than 30 days.
    serviceLevelIndicator ServiceLevelIndicatorResponse
    The definition of good service, used to measure and calculate the quality of the Service's performance with respect to a single aspect of service quality.
    userLabels {[key: string]: string}
    Labels 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.
    calendar_period str
    A calendar period, semantically "since the start of the current ". At this time, only DAY, WEEK, FORTNIGHT, and MONTH are supported.
    display_name str
    Name used for UI elements listing this SLO.
    goal float
    The fraction of service that must be good in order for this objective to be met. 0 < goal <= 0.999.
    name str
    Resource name for this ServiceLevelObjective. The format is: projects/[PROJECT_ID_OR_NUMBER]/services/[SERVICE_ID]/serviceLevelObjectives/[SLO_NAME]
    rolling_period str
    A rolling time period, semantically "in the past ". Must be an integer multiple of 1 day no larger than 30 days.
    service_level_indicator ServiceLevelIndicatorResponse
    The definition of good service, used to measure and calculate the quality of the Service's performance with respect to a single aspect of service quality.
    user_labels Mapping[str, str]
    Labels 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.
    calendarPeriod String
    A calendar period, semantically "since the start of the current ". At this time, only DAY, WEEK, FORTNIGHT, and MONTH are supported.
    displayName String
    Name used for UI elements listing this SLO.
    goal Number
    The fraction of service that must be good in order for this objective to be met. 0 < goal <= 0.999.
    name String
    Resource name for this ServiceLevelObjective. The format is: projects/[PROJECT_ID_OR_NUMBER]/services/[SERVICE_ID]/serviceLevelObjectives/[SLO_NAME]
    rollingPeriod String
    A rolling time period, semantically "in the past ". Must be an integer multiple of 1 day no larger than 30 days.
    serviceLevelIndicator Property Map
    The definition of good service, used to measure and calculate the quality of the Service's performance with respect to a single aspect of service quality.
    userLabels Map<String>
    Labels 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.

    Supporting Types

    BasicSliResponse

    Availability Pulumi.GoogleNative.Monitoring.V3.Inputs.AvailabilityCriteriaResponse
    Good service is defined to be the count of requests made to this service that return successfully.
    Latency Pulumi.GoogleNative.Monitoring.V3.Inputs.LatencyCriteriaResponse
    Good service is defined to be the count of requests made to this service that are fast enough with respect to latency.threshold.
    Location List<string>
    OPTIONAL: The set of locations to which this SLI is relevant. Telemetry from other locations will not be used to calculate performance for this SLI. If omitted, this SLI applies to all locations in which the Service has activity. For service types that don't support breaking down by location, setting this field will result in an error.
    Method List<string>
    OPTIONAL: The set of RPCs to which this SLI is relevant. Telemetry from other methods will not be used to calculate performance for this SLI. If omitted, this SLI applies to all the Service's methods. For service types that don't support breaking down by method, setting this field will result in an error.
    Version List<string>
    OPTIONAL: The set of API versions to which this SLI is relevant. Telemetry from other API versions will not be used to calculate performance for this SLI. If omitted, this SLI applies to all API versions. For service types that don't support breaking down by version, setting this field will result in an error.
    Availability AvailabilityCriteriaResponse
    Good service is defined to be the count of requests made to this service that return successfully.
    Latency LatencyCriteriaResponse
    Good service is defined to be the count of requests made to this service that are fast enough with respect to latency.threshold.
    Location []string
    OPTIONAL: The set of locations to which this SLI is relevant. Telemetry from other locations will not be used to calculate performance for this SLI. If omitted, this SLI applies to all locations in which the Service has activity. For service types that don't support breaking down by location, setting this field will result in an error.
    Method []string
    OPTIONAL: The set of RPCs to which this SLI is relevant. Telemetry from other methods will not be used to calculate performance for this SLI. If omitted, this SLI applies to all the Service's methods. For service types that don't support breaking down by method, setting this field will result in an error.
    Version []string
    OPTIONAL: The set of API versions to which this SLI is relevant. Telemetry from other API versions will not be used to calculate performance for this SLI. If omitted, this SLI applies to all API versions. For service types that don't support breaking down by version, setting this field will result in an error.
    availability AvailabilityCriteriaResponse
    Good service is defined to be the count of requests made to this service that return successfully.
    latency LatencyCriteriaResponse
    Good service is defined to be the count of requests made to this service that are fast enough with respect to latency.threshold.
    location List<String>
    OPTIONAL: The set of locations to which this SLI is relevant. Telemetry from other locations will not be used to calculate performance for this SLI. If omitted, this SLI applies to all locations in which the Service has activity. For service types that don't support breaking down by location, setting this field will result in an error.
    method List<String>
    OPTIONAL: The set of RPCs to which this SLI is relevant. Telemetry from other methods will not be used to calculate performance for this SLI. If omitted, this SLI applies to all the Service's methods. For service types that don't support breaking down by method, setting this field will result in an error.
    version List<String>
    OPTIONAL: The set of API versions to which this SLI is relevant. Telemetry from other API versions will not be used to calculate performance for this SLI. If omitted, this SLI applies to all API versions. For service types that don't support breaking down by version, setting this field will result in an error.
    availability AvailabilityCriteriaResponse
    Good service is defined to be the count of requests made to this service that return successfully.
    latency LatencyCriteriaResponse
    Good service is defined to be the count of requests made to this service that are fast enough with respect to latency.threshold.
    location string[]
    OPTIONAL: The set of locations to which this SLI is relevant. Telemetry from other locations will not be used to calculate performance for this SLI. If omitted, this SLI applies to all locations in which the Service has activity. For service types that don't support breaking down by location, setting this field will result in an error.
    method string[]
    OPTIONAL: The set of RPCs to which this SLI is relevant. Telemetry from other methods will not be used to calculate performance for this SLI. If omitted, this SLI applies to all the Service's methods. For service types that don't support breaking down by method, setting this field will result in an error.
    version string[]
    OPTIONAL: The set of API versions to which this SLI is relevant. Telemetry from other API versions will not be used to calculate performance for this SLI. If omitted, this SLI applies to all API versions. For service types that don't support breaking down by version, setting this field will result in an error.
    availability AvailabilityCriteriaResponse
    Good service is defined to be the count of requests made to this service that return successfully.
    latency LatencyCriteriaResponse
    Good service is defined to be the count of requests made to this service that are fast enough with respect to latency.threshold.
    location Sequence[str]
    OPTIONAL: The set of locations to which this SLI is relevant. Telemetry from other locations will not be used to calculate performance for this SLI. If omitted, this SLI applies to all locations in which the Service has activity. For service types that don't support breaking down by location, setting this field will result in an error.
    method Sequence[str]
    OPTIONAL: The set of RPCs to which this SLI is relevant. Telemetry from other methods will not be used to calculate performance for this SLI. If omitted, this SLI applies to all the Service's methods. For service types that don't support breaking down by method, setting this field will result in an error.
    version Sequence[str]
    OPTIONAL: The set of API versions to which this SLI is relevant. Telemetry from other API versions will not be used to calculate performance for this SLI. If omitted, this SLI applies to all API versions. For service types that don't support breaking down by version, setting this field will result in an error.
    availability Property Map
    Good service is defined to be the count of requests made to this service that return successfully.
    latency Property Map
    Good service is defined to be the count of requests made to this service that are fast enough with respect to latency.threshold.
    location List<String>
    OPTIONAL: The set of locations to which this SLI is relevant. Telemetry from other locations will not be used to calculate performance for this SLI. If omitted, this SLI applies to all locations in which the Service has activity. For service types that don't support breaking down by location, setting this field will result in an error.
    method List<String>
    OPTIONAL: The set of RPCs to which this SLI is relevant. Telemetry from other methods will not be used to calculate performance for this SLI. If omitted, this SLI applies to all the Service's methods. For service types that don't support breaking down by method, setting this field will result in an error.
    version List<String>
    OPTIONAL: The set of API versions to which this SLI is relevant. Telemetry from other API versions will not be used to calculate performance for this SLI. If omitted, this SLI applies to all API versions. For service types that don't support breaking down by version, setting this field will result in an error.

    DistributionCutResponse

    DistributionFilter string
    A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) specifying a TimeSeries aggregating values. Must have ValueType = DISTRIBUTION and MetricKind = DELTA or MetricKind = CUMULATIVE.
    Range Pulumi.GoogleNative.Monitoring.V3.Inputs.GoogleMonitoringV3RangeResponse
    Range of values considered "good." For a one-sided range, set one bound to an infinite value.
    DistributionFilter string
    A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) specifying a TimeSeries aggregating values. Must have ValueType = DISTRIBUTION and MetricKind = DELTA or MetricKind = CUMULATIVE.
    Range GoogleMonitoringV3RangeResponse
    Range of values considered "good." For a one-sided range, set one bound to an infinite value.
    distributionFilter String
    A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) specifying a TimeSeries aggregating values. Must have ValueType = DISTRIBUTION and MetricKind = DELTA or MetricKind = CUMULATIVE.
    range GoogleMonitoringV3RangeResponse
    Range of values considered "good." For a one-sided range, set one bound to an infinite value.
    distributionFilter string
    A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) specifying a TimeSeries aggregating values. Must have ValueType = DISTRIBUTION and MetricKind = DELTA or MetricKind = CUMULATIVE.
    range GoogleMonitoringV3RangeResponse
    Range of values considered "good." For a one-sided range, set one bound to an infinite value.
    distribution_filter str
    A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) specifying a TimeSeries aggregating values. Must have ValueType = DISTRIBUTION and MetricKind = DELTA or MetricKind = CUMULATIVE.
    range GoogleMonitoringV3RangeResponse
    Range of values considered "good." For a one-sided range, set one bound to an infinite value.
    distributionFilter String
    A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) specifying a TimeSeries aggregating values. Must have ValueType = DISTRIBUTION and MetricKind = DELTA or MetricKind = CUMULATIVE.
    range Property Map
    Range of values considered "good." For a one-sided range, set one bound to an infinite value.

    GoogleMonitoringV3RangeResponse

    Max double
    Range maximum.
    Min double
    Range minimum.
    Max float64
    Range maximum.
    Min float64
    Range minimum.
    max Double
    Range maximum.
    min Double
    Range minimum.
    max number
    Range maximum.
    min number
    Range minimum.
    max float
    Range maximum.
    min float
    Range minimum.
    max Number
    Range maximum.
    min Number
    Range minimum.

    LatencyCriteriaResponse

    Threshold string
    Good service is defined to be the count of requests made to this service that return in no more than threshold.
    Threshold string
    Good service is defined to be the count of requests made to this service that return in no more than threshold.
    threshold String
    Good service is defined to be the count of requests made to this service that return in no more than threshold.
    threshold string
    Good service is defined to be the count of requests made to this service that return in no more than threshold.
    threshold str
    Good service is defined to be the count of requests made to this service that return in no more than threshold.
    threshold String
    Good service is defined to be the count of requests made to this service that return in no more than threshold.

    MetricRangeResponse

    Range Pulumi.GoogleNative.Monitoring.V3.Inputs.GoogleMonitoringV3RangeResponse
    Range of values considered "good." For a one-sided range, set one bound to an infinite value.
    TimeSeries string
    A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) specifying the TimeSeries to use for evaluating window quality.
    Range GoogleMonitoringV3RangeResponse
    Range of values considered "good." For a one-sided range, set one bound to an infinite value.
    TimeSeries string
    A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) specifying the TimeSeries to use for evaluating window quality.
    range GoogleMonitoringV3RangeResponse
    Range of values considered "good." For a one-sided range, set one bound to an infinite value.
    timeSeries String
    A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) specifying the TimeSeries to use for evaluating window quality.
    range GoogleMonitoringV3RangeResponse
    Range of values considered "good." For a one-sided range, set one bound to an infinite value.
    timeSeries string
    A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) specifying the TimeSeries to use for evaluating window quality.
    range GoogleMonitoringV3RangeResponse
    Range of values considered "good." For a one-sided range, set one bound to an infinite value.
    time_series str
    A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) specifying the TimeSeries to use for evaluating window quality.
    range Property Map
    Range of values considered "good." For a one-sided range, set one bound to an infinite value.
    timeSeries String
    A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) specifying the TimeSeries to use for evaluating window quality.

    PerformanceThresholdResponse

    BasicSliPerformance Pulumi.GoogleNative.Monitoring.V3.Inputs.BasicSliResponse
    BasicSli to evaluate to judge window quality.
    Performance Pulumi.GoogleNative.Monitoring.V3.Inputs.RequestBasedSliResponse
    RequestBasedSli to evaluate to judge window quality.
    Threshold double
    If window performance >= threshold, the window is counted as good.
    BasicSliPerformance BasicSliResponse
    BasicSli to evaluate to judge window quality.
    Performance RequestBasedSliResponse
    RequestBasedSli to evaluate to judge window quality.
    Threshold float64
    If window performance >= threshold, the window is counted as good.
    basicSliPerformance BasicSliResponse
    BasicSli to evaluate to judge window quality.
    performance RequestBasedSliResponse
    RequestBasedSli to evaluate to judge window quality.
    threshold Double
    If window performance >= threshold, the window is counted as good.
    basicSliPerformance BasicSliResponse
    BasicSli to evaluate to judge window quality.
    performance RequestBasedSliResponse
    RequestBasedSli to evaluate to judge window quality.
    threshold number
    If window performance >= threshold, the window is counted as good.
    basic_sli_performance BasicSliResponse
    BasicSli to evaluate to judge window quality.
    performance RequestBasedSliResponse
    RequestBasedSli to evaluate to judge window quality.
    threshold float
    If window performance >= threshold, the window is counted as good.
    basicSliPerformance Property Map
    BasicSli to evaluate to judge window quality.
    performance Property Map
    RequestBasedSli to evaluate to judge window quality.
    threshold Number
    If window performance >= threshold, the window is counted as good.

    RequestBasedSliResponse

    DistributionCut Pulumi.GoogleNative.Monitoring.V3.Inputs.DistributionCutResponse
    distribution_cut is used when good_service is a count of values aggregated in a Distribution that fall into a good range. The total_service is the total count of all values aggregated in the Distribution.
    GoodTotalRatio Pulumi.GoogleNative.Monitoring.V3.Inputs.TimeSeriesRatioResponse
    good_total_ratio is used when the ratio of good_service to total_service is computed from two TimeSeries.
    DistributionCut DistributionCutResponse
    distribution_cut is used when good_service is a count of values aggregated in a Distribution that fall into a good range. The total_service is the total count of all values aggregated in the Distribution.
    GoodTotalRatio TimeSeriesRatioResponse
    good_total_ratio is used when the ratio of good_service to total_service is computed from two TimeSeries.
    distributionCut DistributionCutResponse
    distribution_cut is used when good_service is a count of values aggregated in a Distribution that fall into a good range. The total_service is the total count of all values aggregated in the Distribution.
    goodTotalRatio TimeSeriesRatioResponse
    good_total_ratio is used when the ratio of good_service to total_service is computed from two TimeSeries.
    distributionCut DistributionCutResponse
    distribution_cut is used when good_service is a count of values aggregated in a Distribution that fall into a good range. The total_service is the total count of all values aggregated in the Distribution.
    goodTotalRatio TimeSeriesRatioResponse
    good_total_ratio is used when the ratio of good_service to total_service is computed from two TimeSeries.
    distribution_cut DistributionCutResponse
    distribution_cut is used when good_service is a count of values aggregated in a Distribution that fall into a good range. The total_service is the total count of all values aggregated in the Distribution.
    good_total_ratio TimeSeriesRatioResponse
    good_total_ratio is used when the ratio of good_service to total_service is computed from two TimeSeries.
    distributionCut Property Map
    distribution_cut is used when good_service is a count of values aggregated in a Distribution that fall into a good range. The total_service is the total count of all values aggregated in the Distribution.
    goodTotalRatio Property Map
    good_total_ratio is used when the ratio of good_service to total_service is computed from two TimeSeries.

    ServiceLevelIndicatorResponse

    BasicSli BasicSliResponse
    Basic SLI on a well-known service type.
    RequestBased RequestBasedSliResponse
    Request-based SLIs
    WindowsBased WindowsBasedSliResponse
    Windows-based SLIs
    basicSli BasicSliResponse
    Basic SLI on a well-known service type.
    requestBased RequestBasedSliResponse
    Request-based SLIs
    windowsBased WindowsBasedSliResponse
    Windows-based SLIs
    basicSli BasicSliResponse
    Basic SLI on a well-known service type.
    requestBased RequestBasedSliResponse
    Request-based SLIs
    windowsBased WindowsBasedSliResponse
    Windows-based SLIs
    basic_sli BasicSliResponse
    Basic SLI on a well-known service type.
    request_based RequestBasedSliResponse
    Request-based SLIs
    windows_based WindowsBasedSliResponse
    Windows-based SLIs
    basicSli Property Map
    Basic SLI on a well-known service type.
    requestBased Property Map
    Request-based SLIs
    windowsBased Property Map
    Windows-based SLIs

    TimeSeriesRatioResponse

    BadServiceFilter string
    A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) specifying a TimeSeries quantifying bad service, either demanded service that was not provided or demanded service that was of inadequate quality. Must have ValueType = DOUBLE or ValueType = INT64 and must have MetricKind = DELTA or MetricKind = CUMULATIVE.
    GoodServiceFilter string
    A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) specifying a TimeSeries quantifying good service provided. Must have ValueType = DOUBLE or ValueType = INT64 and must have MetricKind = DELTA or MetricKind = CUMULATIVE.
    TotalServiceFilter string
    A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) specifying a TimeSeries quantifying total demanded service. Must have ValueType = DOUBLE or ValueType = INT64 and must have MetricKind = DELTA or MetricKind = CUMULATIVE.
    BadServiceFilter string
    A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) specifying a TimeSeries quantifying bad service, either demanded service that was not provided or demanded service that was of inadequate quality. Must have ValueType = DOUBLE or ValueType = INT64 and must have MetricKind = DELTA or MetricKind = CUMULATIVE.
    GoodServiceFilter string
    A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) specifying a TimeSeries quantifying good service provided. Must have ValueType = DOUBLE or ValueType = INT64 and must have MetricKind = DELTA or MetricKind = CUMULATIVE.
    TotalServiceFilter string
    A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) specifying a TimeSeries quantifying total demanded service. Must have ValueType = DOUBLE or ValueType = INT64 and must have MetricKind = DELTA or MetricKind = CUMULATIVE.
    badServiceFilter String
    A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) specifying a TimeSeries quantifying bad service, either demanded service that was not provided or demanded service that was of inadequate quality. Must have ValueType = DOUBLE or ValueType = INT64 and must have MetricKind = DELTA or MetricKind = CUMULATIVE.
    goodServiceFilter String
    A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) specifying a TimeSeries quantifying good service provided. Must have ValueType = DOUBLE or ValueType = INT64 and must have MetricKind = DELTA or MetricKind = CUMULATIVE.
    totalServiceFilter String
    A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) specifying a TimeSeries quantifying total demanded service. Must have ValueType = DOUBLE or ValueType = INT64 and must have MetricKind = DELTA or MetricKind = CUMULATIVE.
    badServiceFilter string
    A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) specifying a TimeSeries quantifying bad service, either demanded service that was not provided or demanded service that was of inadequate quality. Must have ValueType = DOUBLE or ValueType = INT64 and must have MetricKind = DELTA or MetricKind = CUMULATIVE.
    goodServiceFilter string
    A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) specifying a TimeSeries quantifying good service provided. Must have ValueType = DOUBLE or ValueType = INT64 and must have MetricKind = DELTA or MetricKind = CUMULATIVE.
    totalServiceFilter string
    A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) specifying a TimeSeries quantifying total demanded service. Must have ValueType = DOUBLE or ValueType = INT64 and must have MetricKind = DELTA or MetricKind = CUMULATIVE.
    bad_service_filter str
    A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) specifying a TimeSeries quantifying bad service, either demanded service that was not provided or demanded service that was of inadequate quality. Must have ValueType = DOUBLE or ValueType = INT64 and must have MetricKind = DELTA or MetricKind = CUMULATIVE.
    good_service_filter str
    A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) specifying a TimeSeries quantifying good service provided. Must have ValueType = DOUBLE or ValueType = INT64 and must have MetricKind = DELTA or MetricKind = CUMULATIVE.
    total_service_filter str
    A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) specifying a TimeSeries quantifying total demanded service. Must have ValueType = DOUBLE or ValueType = INT64 and must have MetricKind = DELTA or MetricKind = CUMULATIVE.
    badServiceFilter String
    A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) specifying a TimeSeries quantifying bad service, either demanded service that was not provided or demanded service that was of inadequate quality. Must have ValueType = DOUBLE or ValueType = INT64 and must have MetricKind = DELTA or MetricKind = CUMULATIVE.
    goodServiceFilter String
    A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) specifying a TimeSeries quantifying good service provided. Must have ValueType = DOUBLE or ValueType = INT64 and must have MetricKind = DELTA or MetricKind = CUMULATIVE.
    totalServiceFilter String
    A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) specifying a TimeSeries quantifying total demanded service. Must have ValueType = DOUBLE or ValueType = INT64 and must have MetricKind = DELTA or MetricKind = CUMULATIVE.

    WindowsBasedSliResponse

    GoodBadMetricFilter string
    A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) specifying a TimeSeries with ValueType = BOOL. The window is good if any true values appear in the window.
    GoodTotalRatioThreshold Pulumi.GoogleNative.Monitoring.V3.Inputs.PerformanceThresholdResponse
    A window is good if its performance is high enough.
    MetricMeanInRange Pulumi.GoogleNative.Monitoring.V3.Inputs.MetricRangeResponse
    A window is good if the metric's value is in a good range, averaged across returned streams.
    MetricSumInRange Pulumi.GoogleNative.Monitoring.V3.Inputs.MetricRangeResponse
    A window is good if the metric's value is in a good range, summed across returned streams.
    WindowPeriod string
    Duration over which window quality is evaluated. Must be an integer fraction of a day and at least 60s.
    GoodBadMetricFilter string
    A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) specifying a TimeSeries with ValueType = BOOL. The window is good if any true values appear in the window.
    GoodTotalRatioThreshold PerformanceThresholdResponse
    A window is good if its performance is high enough.
    MetricMeanInRange MetricRangeResponse
    A window is good if the metric's value is in a good range, averaged across returned streams.
    MetricSumInRange MetricRangeResponse
    A window is good if the metric's value is in a good range, summed across returned streams.
    WindowPeriod string
    Duration over which window quality is evaluated. Must be an integer fraction of a day and at least 60s.
    goodBadMetricFilter String
    A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) specifying a TimeSeries with ValueType = BOOL. The window is good if any true values appear in the window.
    goodTotalRatioThreshold PerformanceThresholdResponse
    A window is good if its performance is high enough.
    metricMeanInRange MetricRangeResponse
    A window is good if the metric's value is in a good range, averaged across returned streams.
    metricSumInRange MetricRangeResponse
    A window is good if the metric's value is in a good range, summed across returned streams.
    windowPeriod String
    Duration over which window quality is evaluated. Must be an integer fraction of a day and at least 60s.
    goodBadMetricFilter string
    A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) specifying a TimeSeries with ValueType = BOOL. The window is good if any true values appear in the window.
    goodTotalRatioThreshold PerformanceThresholdResponse
    A window is good if its performance is high enough.
    metricMeanInRange MetricRangeResponse
    A window is good if the metric's value is in a good range, averaged across returned streams.
    metricSumInRange MetricRangeResponse
    A window is good if the metric's value is in a good range, summed across returned streams.
    windowPeriod string
    Duration over which window quality is evaluated. Must be an integer fraction of a day and at least 60s.
    good_bad_metric_filter str
    A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) specifying a TimeSeries with ValueType = BOOL. The window is good if any true values appear in the window.
    good_total_ratio_threshold PerformanceThresholdResponse
    A window is good if its performance is high enough.
    metric_mean_in_range MetricRangeResponse
    A window is good if the metric's value is in a good range, averaged across returned streams.
    metric_sum_in_range MetricRangeResponse
    A window is good if the metric's value is in a good range, summed across returned streams.
    window_period str
    Duration over which window quality is evaluated. Must be an integer fraction of a day and at least 60s.
    goodBadMetricFilter String
    A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) specifying a TimeSeries with ValueType = BOOL. The window is good if any true values appear in the window.
    goodTotalRatioThreshold Property Map
    A window is good if its performance is high enough.
    metricMeanInRange Property Map
    A window is good if the metric's value is in a good range, averaged across returned streams.
    metricSumInRange Property Map
    A window is good if the metric's value is in a good range, summed across returned streams.
    windowPeriod String
    Duration over which window quality is evaluated. Must be an integer fraction of a day and at least 60s.

    Package Details

    Repository
    Google Cloud Native pulumi/pulumi-google-native
    License
    Apache-2.0
    google-native logo

    Google Cloud Native is in preview. Google Cloud Classic is fully supported.

    Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi