MediaWiki master
|
Emitter Interface. More...
Inherited by Wikimedia\Stats\Emitters\NullEmitter, and Wikimedia\Stats\Emitters\UDPEmitter.
Public Member Functions | |
send () | |
Runs metrics and their samples from the cache through the formatter and sends them along. | |
Emitter Interface.
Renderers run the contents of StatsCache through a Formatter to produce wire-formatted metrics.
Definition at line 31 of file EmitterInterface.php.
Wikimedia\Stats\Emitters\EmitterInterface::send | ( | ) |
Runs metrics and their samples from the cache through the formatter and sends them along.
Implemented in Wikimedia\Stats\Emitters\NullEmitter, and Wikimedia\Stats\Emitters\UDPEmitter.