Ends the span and schedules it to be reported to the APM Server. It is illegal to call any methods on a span instance which has already ended. This also includes this method and #startSpan().
()
| 317 | * This also includes this method and {@link #startSpan()}. |
| 318 | */ |
| 319 | void end(); |
| 320 | |
| 321 | /** |
| 322 | * Ends the span and schedules it to be reported to the APM Server. |
no outgoing calls