# DockerComposeAspireDashboardResource

- Kind: `class`
- Package: [Aspire.Hosting.Docker](/reference/api/csharp/aspire.hosting.docker.md)
- Version: `13.3.0`
- Namespace: `Aspire.Hosting.Docker`
- Target framework: `net8.0`
- Source: [GitHub](https://github.com/microsoft/aspire/blob/5bd693ae1897dee5e2ce71c2cc08879c1c7eff51/src/Aspire.Hosting.Docker/DockerComposeAspireDashboardResource.cs)
- Inherits: `ContainerResource`

Represents a resource for the Aspire Dashboard. This resource is used to visualize telemetry data in the Aspire Hosting environment.

## Definition

```csharp
namespace Aspire.Hosting.Docker;

public class DockerComposeAspireDashboardResource
    : Aspire.Hosting.ApplicationModel.ContainerResource
{
    // ...
}
```

## ATS metadata

### ATS export

- Type ID: `Aspire.Hosting.Docker/DockerComposeAspireDashboardResource`

## Constructors

- [DockerComposeAspireDashboardResource(string)](/reference/api/csharp/aspire.hosting.docker/dockercomposeaspiredashboardresource/constructors.md#constructor-string) -- Represents a resource for the Aspire Dashboard. This resource is used to visualize telemetry data in the Aspire Hosting environment.

## Properties

- [OtlpGrpcEndpoint](/reference/api/csharp/aspire.hosting.docker/dockercomposeaspiredashboardresource/properties.md#otlpgrpcendpoint) : `EndpointReference` `get` -- Gets the OTLP gRPC endpoint for telemetry data.
- [PrimaryEndpoint](/reference/api/csharp/aspire.hosting.docker/dockercomposeaspiredashboardresource/properties.md#primaryendpoint) : `EndpointReference` `get` -- Gets the primary endpoint of the Aspire Dashboard.
