# OtlpExporterConfig

**Kind:** Interface

**Source:** [`atloria-monorepo/libs/agent-core/src/tracing/otlp-exporter.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/agent-core/src/tracing/otlp-exporter.ts#L31)

## Properties

| Property | Type |
|---|---|
| `endpoint` | `string` |
| `serviceName` | `string` |
| `enabled` | `boolean` |
| `batchSize` | `number` |
| `flushIntervalMs` | `number` |
| `headers` | `Record<string, string>` |
| `onExportError` | `(error: Error, droppedSpanCount: number) => void` |
