Skip to content
DocsTry Aspire
DocsTry

KubernetesAspireDashboardResource Properties

ClassProperties2 members
Represents a resource for the Aspire Dashboard deployed into a Kubernetes environment. This resource is used to visualize telemetry data from resources running in the cluster.
OtlpGrpcEndpointSection titled OtlpGrpcEndpointEndpointReference
Gets the OTLP gRPC endpoint for receiving telemetry data.
public EndpointReference OtlpGrpcEndpoint { get; }
PrimaryEndpointSection titled PrimaryEndpointEndpointReference
Gets the primary HTTP endpoint of the Aspire Dashboard UI.
public EndpointReference PrimaryEndpoint { get; }