ObjectMetricSourceV2.DescribedObject Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the Kubernetes object being described in the metric source.
[YamlDotNet.Serialization.YamlMember(Alias="describedObject")]
public Aspire.Hosting.Kubernetes.Resources.CrossVersionObjectReferenceV2 DescribedObject { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="describedObject")>]
member this.DescribedObject : Aspire.Hosting.Kubernetes.Resources.CrossVersionObjectReferenceV2 with get, set
Public Property DescribedObject As CrossVersionObjectReferenceV2
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute
Remarks
The DescribedObject
property is a reference to the specific object in the Kubernetes cluster to which the metric source applies. This enables metrics to be collected and applied to custom resources beyond built-in Kubernetes objects.