dd-trace-go
dd-trace-go copied to clipboard
ddtrace/tracer: add support for post processor
Add support for post processor.
The post processor enables processing finished spans of a trace. Spans can be read from and written to in the processor by using the methods specified by the ReadWriteSpan interface. The post processor then reports whether the trace should be dropped.
Updates #833