MediaWiki 1.41.2
NullEmitter.php
Go to the documentation of this file.
1<?php
21
30class NullEmitter implements EmitterInterface {
31 public function send(): void {
32 }
33}
Metrics Null Emitter Implementation.
send()
Runs metrics and their samples from the cache through the formatter and sends them along.