Class NodeSloMetadata
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.
Implements
Inherited Members
Namespace: Google.Apis.Connectors.v2.Data
Assembly: Google.Apis.Connectors.v2.dll
Syntax
public class NodeSloMetadata : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Location
The location of the node, if different from instance location.
Declaration
[JsonProperty("location")]
public virtual string Location { get; set; }
Property Value
Type | Description |
---|---|
string |
NodeId
The id of the node. This should be equal to SaasInstanceNode.node_id.
Declaration
[JsonProperty("nodeId")]
public virtual string NodeId { get; set; }
Property Value
Type | Description |
---|---|
string |
PerSliEligibility
If present, this will override eligibility for the node coming from instance or exclusions for specified SLIs.
Declaration
[JsonProperty("perSliEligibility")]
public virtual PerSliSloEligibility PerSliEligibility { get; set; }
Property Value
Type | Description |
---|---|
PerSliSloEligibility |