Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Receiver ¶
type Receiver interface {
SetReporterStats(ReporterStats)
}
Receiver can be implemented by a Transport to be given ReporterStats.
type ReporterStats ¶
type ReporterStats interface {
SpansDroppedFromQueue() int64
}
ReporterStats exposes some metrics from the RemoteReporter.
Click to show internal directories.
Click to hide internal directories.