OtelMeter
in package
implements
Meter
Read onlyYes
FinalYes
Tags
Table of Contents
Interfaces
Methods
- __construct() : mixed
- counter() : Counter
- histogram() : Histogram
- observableGauge() : ObservableGauge
- upDownCounter() : UpDownCounter
Methods
__construct()
public
__construct(MeterInterface $meter) : mixed
Parameters
- $meter : MeterInterface
counter()
public
counter(string $name[, string $unit = '' ][, string $description = '' ]) : Counter
Parameters
- $name : string
- $unit : string = ''
- $description : string = ''
Return values
Counterhistogram()
public
histogram(string $name[, string $unit = '' ][, string $description = '' ]) : Histogram
Parameters
- $name : string
- $unit : string = ''
- $description : string = ''
Return values
HistogramobservableGauge()
public
observableGauge(string $name,
Warning: Array to string conversion in /opt/phpdoc/src/phpDocumentor/Transformer/Writer/Twig/LinkRenderer/CallableAdapter.php on line 78
callable(): Array $callback[, string $unit = '' ][, string $description = '' ]) : ObservableGauge
Parameters
- $name : string
- $callback : Warning: Array to string conversion in /opt/phpdoc/src/phpDocumentor/Transformer/Writer/Twig/LinkRenderer/CallableAdapter.php on line 78 callable(): Array
- $unit : string = ''
- $description : string = ''
Return values
ObservableGaugeupDownCounter()
public
upDownCounter(string $name[, string $unit = '' ][, string $description = '' ]) : UpDownCounter
Parameters
- $name : string
- $unit : string = ''
- $description : string = ''