Skip to content
Docs Try Aspire
Docs Try

KubernetesAspireDashboardResource Properties

Class Properties 2 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.
OtlpGrpcEndpoint Section titled OtlpGrpcEndpoint EndpointReference
Gets the OTLP gRPC endpoint for receiving telemetry data.
public EndpointReference OtlpGrpcEndpoint { get; }
PrimaryEndpoint Section titled PrimaryEndpoint EndpointReference
Gets the primary HTTP endpoint of the Aspire Dashboard UI.
public EndpointReference PrimaryEndpoint { get; }