Toggle table of contents
2.x-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
xtdb-core
/
xtdb.api.metrics
/
TracerConfig
/
TracerConfig
Tracer
Config
constructor
(
enabled
:
Boolean
=
false
,
endpoint
:
String
=
"http://localhost:4318/v1/traces"
,
serviceName
:
String
=
"xtdb"
,
queryTracing
:
Boolean
=
true
,
transactionTracing
:
Boolean
=
true
,
spanProcessor
:
SpanProcessor
?
=
null
)