View Source GoogleApi.Connectors.V1.Model.NodeSloMetadata (google_api_connectors v0.6.0)

Node information for custom per-node SLO implementations. SSA does not support per-node SLO, but producers can populate per-node information in SloMetadata for custom precomputations. SSA Eligibility Exporter will emit per-node metric based on this information.

Attributes

  • location (type: String.t, default: nil) - The location of the node, if different from instance location.
  • nodeId (type: String.t, default: nil) - The id of the node. This should be equal to SaasInstanceNode.node_id.
  • perSliEligibility (type: GoogleApi.Connectors.V1.Model.PerSliSloEligibility.t, default: nil) - If present, this will override eligibility for the node coming from instance or exclusions for specified SLIs.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Connectors.V1.Model.NodeSloMetadata{
  location: String.t() | nil,
  nodeId: String.t() | nil,
  perSliEligibility:
    GoogleApi.Connectors.V1.Model.PerSliSloEligibility.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.