JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
sonia.scm.trace
Interface Exporter
@ExtensionPoint
public interface
Exporter
An exporter could be used to collect and process spans.
Since:
2.9.0
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
export
(
SpanContext
span)
Process the collected span.
Method Details
export
void
export
(
SpanContext
span)
Process the collected span.