MediaWiki master
NullEmitter.php
Go to the documentation of this file.
1<?php
8
17class NullEmitter implements EmitterInterface {
18 public function send(): void {
19 }
20}
Metrics Null Emitter Implementation.
send()
Runs metrics and their samples from the cache through the formatter and sends them along.