Share via


ExternalMetricSourceV2.Target Property

Definition

Defines the target configuration for a metric in a Kubernetes-based context.

[YamlDotNet.Serialization.YamlMember(Alias="target")]
public Aspire.Hosting.Kubernetes.Resources.MetricTargetV2 Target { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="target")>]
member this.Target : Aspire.Hosting.Kubernetes.Resources.MetricTargetV2 with get, set
Public Property Target As MetricTargetV2

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Remarks

The target specifies the desired state or value for a metric, which is used to define scaling behavior or monitor system performance. This includes the type of target, the desired value, and optionally the average value or utilization.

Applies to