# withSurrealDbOtlpExporter

- Module: [CommunityToolkit.Aspire.Hosting.SurrealDb](/reference/api/typescript/communitytoolkit.aspire.hosting.surrealdb.md)
- Version: `13.4.0`
- Kind: `method`
- Source: [GitHub](https://github.com/CommunityToolkit/Aspire)

Injects the appropriate environment variables to allow the resource to enable sending telemetry to the dashboard. 1. It sets the OTLP endpoint to the value of the DOTNET_DASHBOARD_OTLP_ENDPOINT_URL environment variable. 2. It sets the service name and instance id to the resource name and UID. Values are injected by the orchestrator. 3. It sets a small batch schedule delay in development. This reduces the delay that OTLP exporter waits to sends telemetry and makes the dashboard telemetry pages responsive.

## Definition

```typescript
interface SurrealDbServerResource {
  // ... omitted for brevity
  withSurrealDbOtlpExporter(): SurrealDbServerResource
}
```

## Returns

[SurrealDbServerResource](/reference/api/typescript/communitytoolkit.aspire.hosting.surrealdb/surrealdbserverresource.md) `builder`

## Applies to

- [SurrealDbServerResource](/reference/api/typescript/communitytoolkit.aspire.hosting.surrealdb/surrealdbserverresource.md)
