# ObjectMetricSourceV2 Constructors

- Package: [Aspire.Hosting.Kubernetes](/reference/api/csharp/aspire.hosting.kubernetes.md)
- Type: [ObjectMetricSourceV2](/reference/api/csharp/aspire.hosting.kubernetes/objectmetricsourcev2.md)
- Kind: `Constructors`
- Members: `1`

Represents a source for a metric that is associated with a specific Kubernetes object.

## ObjectMetricSourceV2

- Name: `Constructor`
- Source: [GitHub](https://github.com/microsoft/aspire/blob/becb48e2d61099e35ae336d527d3875e928d6594/src/Aspire.Hosting.Kubernetes/Resources/ObjectMetricSourceV2.cs#L30-L50)

```csharp
public sealed class ObjectMetricSourceV2
{
    public ObjectMetricSourceV2()
    {
        // ...
    }
}
```
