Configuration options
| key | type | default value | description |
|---|---|---|---|
|
Map<string, boolean> |
|
Boolean attributes. |
|
Map<string, double> |
|
Double attributes. |
|
Map<string, long> |
|
Long attributes. |
|
Map<string, string> |
|
String attributes. |
|
Map<string, SpanExporter> |
|
Span exporters. The key in the map is a unique name—of the user’s choice—for the exporter config settings. The SpanProcessorConfig.exporters() config setting for a processor config specifies zero or more of these names to associate the exporters built from the exporter configs with the processor built from the processor config. |
|
|
Settings for span processors. |
|
|
Sampler |
|
Tracing sampler. |
|
SpanLimits |
|
Tracing span limits. |