interface SpanProcessorConfigModel {
    batch?: BatchSpanProcessor;
    simple?: SimpleSpanProcessor;
    [k: string]: undefined | object;
}

Indexable

  • [k: string]: undefined | object

Properties

Properties

batch?: BatchSpanProcessor
simple?: SimpleSpanProcessor