# PodsMetricSourceV2 Constructors

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

Represents a configuration for targeting metrics at the pod level in a Kubernetes environment. Provides specification for a metric associated with pod resources and the target value or criteria for monitoring and scaling purposes.

## PodsMetricSourceV2

- Name: `Constructor`
- Source: [GitHub](https://github.com/microsoft/aspire/blob/5bd693ae1897dee5e2ce71c2cc08879c1c7eff51/src/Aspire.Hosting.Kubernetes/Resources/PodsMetricSourceV2.cs#L30-L38)

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