###Tracing export entries contain the following elements:
context
: Overall context of tracing entrylogdesc
: Overall description of tracing entrytraceidfield
: Field used to indicate which field in the query contains the trace/spancontext idrequest: The query used to retrieve tracing information. Values are tagged to a tracespan in the format
[fieldname]=[fieldvalue]`template: Template request/query that exist for common/base cases. May be used as is, in which case,
requestand
traceidfield` values are not required.
The following is an example entry.
[[trace]]
context = "orderdb_tracing"
tracingdesc = { value = "Trace including sqltext with bind values of all sessions by orderuser"}
traceidfield = "ECID"
template = "ECID_BIND_VALUES"
request = "select ECID, SQL_ID from GV$SESSION where ECID IS NOT NULL"