MediaWiki master
Wikimedia\Stats\Formatters\StatsdFormatter Class Reference

StatsD Wire Format Implementation. More...

Inherits Wikimedia\Stats\Formatters\FormatterInterface.

Collaboration diagram for Wikimedia\Stats\Formatters\StatsdFormatter:

Public Member Functions

 getFormattedSamples (string $prefix, MetricInterface $metric)
 Renders metric to line format.
Parameters
string$prefix
MetricInterface$metric
Returns
string[]

 

Detailed Description

StatsD Wire Format Implementation.

Author
Cole White
Since
1.41

Definition at line 32 of file StatsdFormatter.php.

Member Function Documentation

◆ getFormattedSamples()

Wikimedia\Stats\Formatters\StatsdFormatter::getFormattedSamples ( string $prefix,
MetricInterface $metric )

Renders metric to line format.

Parameters
string$prefix
MetricInterface$metric
Returns
string[]

Implements Wikimedia\Stats\Formatters\FormatterInterface.

Definition at line 34 of file StatsdFormatter.php.


The documentation for this class was generated from the following file: