diff --git a/types/jaeger-client/index.d.ts b/types/jaeger-client/index.d.ts index 3456845cab..57990458c1 100644 --- a/types/jaeger-client/index.d.ts +++ b/types/jaeger-client/index.d.ts @@ -42,12 +42,16 @@ export interface ReporterConfig { logSpans?: boolean; agentHost?: string; agentPort?: number; + collectorEndpoint?: string; + username?: string; + password?: string; flushIntervalMs?: number; } export interface SamplerConfig { type: string; param: number; + hostPort?: string; host?: string; port?: number; refreshIntervalMs?: number;