aboutsummaryrefslogtreecommitdiffstats
path: root/swarm/tracing
Commit message (Collapse)AuthorAgeFilesLines
* swarm/network: Keep span across roundtrip (#19140)lash2019-02-201-3/+74
| | | | | | | | | | | | | | | | | | | | * swarm/newtork: WIP Span request span until delivery and put * swarm/storage: Introduce new trace across single fetcher lifespan * swarm/network: Put span ids for sendpriority in context value * swarm: Add global span store in tracing * swarm/tracing: Add context key constants * swarm/tracing: Add comments * swarm/storage: Remove redundant fix for filestore * swarm/tracing: Elaborate constants comments * swarm/network, swarm/storage, swarm:tracing: Minor cleanup
* swarm/tracing: disable stdout logging for opentracing (#17931)Anton Evangelatov2018-10-171-3/+2
|
* swarm: integrate OpenTracing; propagate ctx to internal APIs (#17169)Anton Evangelatov2018-07-131-0/+103
* swarm: propagate ctx, enable opentracing * swarm/tracing: log error when tracing is misconfigured