MongoDB Business Activity Insight backend
Manages three types of collections: per-route collection, x-ray collection and debug
The per-route collection is the heart of BAI, and contains records following this structure:
{ breadcrumbId: ,
input: { },
exchanges: { },
endpointFailures: { },
processorFailures: { },
endpointRedeliveries: { },
processorRedeliveries: { }
}