public interface Reporter
This SDK only provides the NoopReporter
as the implementation. However, if the inspectit agent is active on the target application, the
"real" reporter will be used which sends spans to the inspectIT CMR. In this case the
initialization of the reported and the tracer is done by inspectIT and can be obtained in
TracerProvider.
| Modifier and Type | Method and Description |
|---|---|
void |
report(SpanImpl span)
Reports span once it's finished.
|
void report(SpanImpl span)
span - Span to report.