Skip to main content

SearchTracingTransaction

SearchTracingTransaction captures details of a provider invocation.

idid (string)

Identifier of the downstream transaction.

statusstatus (string)

Status of the provider interaction.

Possible values: [SEARCH_TRACING_SPAN_STATUS_OK, SEARCH_TRACING_SPAN_STATUS_OK_NO_RESULTS, SEARCH_TRACING_SPAN_STATUS_OK_WARNINGS, SEARCH_TRACING_SPAN_STATUS_WARNINGS, SEARCH_TRACING_SPAN_STATUS_ERRORS, SEARCH_TRACING_SPAN_STATUS_CACHED]

durationinteger<int32>

Duration in milliseconds.

SearchTracingTransaction
{
"id": "string",
"status": "SEARCH_TRACING_SPAN_STATUS_OK",
"duration": 0
}