# Interface: TelemetryConfig

OpenTelemetry configuration for AppKit applications

## Properties[​](#properties "Direct link to Properties")

### exportIntervalMs?[​](#exportintervalms "Direct link to exportIntervalMs?")

```ts
optional exportIntervalMs: number;

```

***

### headers?[​](#headers "Direct link to headers?")

```ts
optional headers: Record<string, string>;

```

***

### instrumentations?[​](#instrumentations "Direct link to instrumentations?")

```ts
optional instrumentations: Instrumentation<InstrumentationConfig>[];

```

***

### serviceName?[​](#servicename "Direct link to serviceName?")

```ts
optional serviceName: string;

```

***

### serviceVersion?[​](#serviceversion "Direct link to serviceVersion?")

```ts
optional serviceVersion: string;

```
