Skip to content
Docs Try Aspire

DockerComposeAspireDashboardResource Properties

Class Properties 2 members
Represents a resource for the Aspire Dashboard. This resource is used to visualize telemetry data in the Aspire Hosting environment.
OtlpGrpcEndpoint Section titled OtlpGrpcEndpoint EndpointReference
Gets the OTLP gRPC endpoint for telemetry data.
public EndpointReference OtlpGrpcEndpoint { get; }
PrimaryEndpoint Section titled PrimaryEndpoint EndpointReference
Gets the primary endpoint of the Aspire Dashboard.
public EndpointReference PrimaryEndpoint { get; }