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 or sets the URL of the OTLP gRPC endpoint for telemetry data.
public EndpointReference OtlpGrpcEndpoint { get; }
PrimaryEndpoint Section titled PrimaryEndpoint EndpointReference
Gets or sets the URL of the Aspire Dashboard.
public EndpointReference PrimaryEndpoint { get; }