Kind: Interface
Source: atloria-monorepo/libs/agent-core/src/tracing/otlp-exporter.ts
Properties
| Property | Type |
|---|---|
endpoint | string |
serviceName | string |
enabled | boolean |
batchSize | number |
flushIntervalMs | number |
headers | Record<string, string> |
onExportError | (error: Error, droppedSpanCount: number) => void |
Was this page helpful?