-
Notifications
You must be signed in to change notification settings - Fork 33
Money Core Protocol
Cleary, Paul edited this page Nov 9, 2015
·
1 revision
The core
Trace and Span IDs are passed through a sequence of calls on an HTTP header, X-MoneyTrace
. When a request is made from a client to a service, the client must create a new span and corresponding X-MoneyTrace
header containing the Span ID, Parent ID and Trace ID. The format of the header is:
X-MoneyTrace: trace-id$TRACE-ID;parent-id=$PARENT-ID;span-id=#SPAN-ID
- Overview
- Configuration
- Logging Setup
- Performance Considerations
- Java Users Guide
- Scala Users Guide
- Modules
- Contributing