Class LoggingSpanReporter
java.lang.Object
com.atlassian.confluence.util.zipkin.impl.LoggingSpanReporter
- All Implemented Interfaces:
zipkin2.reporter.Reporter<zipkin2.Span>
Supports logging zipkin spans with the Zipkin JSON V2 format, for easy consumption through log analysers.
To collect logging from this reporter, simply enable the logger for this class at INFO level.
- Since:
- 7.14.0
-
Field Summary
Fields inherited from interface zipkin2.reporter.Reporter
CONSOLE, NOOP
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LoggingSpanReporter
public LoggingSpanReporter()
-
-
Method Details
-
report
public void report(zipkin2.Span span) - Specified by:
report
in interfacezipkin2.reporter.Reporter<zipkin2.Span>
-