Configures the exporter used to export traces The type of exporter to use. Currently, the only supported value is 'otlp'. The endpoint to which traces are exported. Value will be exporter-type-dependent. This configures the processor for the spans in the trace The type of processor to use. Valid values are 'simple' and 'batch'. The interval, in milliseconds, between two consecutive exports. Default is 5000. The maximum number of traces in the queue before they are exported. The maximum number of traces to be exported in a given batch. The interval, in milliseconds, between two consecutive exports. Default is 5000. The sampling strategy to use. For the ratio-based sampler, this configures the percentage of traces to sample. Must be between 0.0 and 1.0. The service name reported to the trace collector