This is the Go implementation of Money
Money: trace-id=YourTraceId;parent-id=12345;span-id=12346;span-name=YourSpanName;start-time=2016-02-15T20:30:46.782538292Z;span-duration=3000083865;error-code=200;span-success=true
Span Data | Description |
---|---|
spanId | current span's identifier |
traceId | name for the trace |
parentId | current span's parent identifier |
spanName | current span's name |
startTime | current span's start time |
spanDuration | current span's duration time |
errorCode | current span's error code |
spanSuccess | Was the current span successful |
Money.Decorate( [http.Handler], Money.AddToHandler( [spanName] ))
The basics to start a Money trace are a trace id name and starting span id number.
Money:trace-id=YourTraceId;span-id=12345;
Version | Tag | Published |
---|---|---|
v0.0.0-20210104212747-f1545a069c11 | 1yr ago | |
v0.0.0-20201223224530-95d6d143b47c | 1yr ago | |
v0.0.0-20201217203843-cd9e544eabf2 | 1yr ago | |
v0.0.0-20201212022440-94e943195813 | 1yr ago |