-
psalm-api
-
Table of Contents
Methods
-
counter()
: Counter
-
histogram()
: Histogram
-
observableGauge()
: ObservableGauge
-
upDownCounter()
: UpDownCounter
counter()
public
counter(string $name[, string $unit = '' ][, string $description = '' ]) : Counter
Parameters
-
$name
: string
-
-
$unit
: string
= ''
-
-
$description
: string
= ''
-
histogram()
public
histogram(string $name[, string $unit = '' ][, string $description = '' ]) : Histogram
Parameters
-
$name
: string
-
-
$unit
: string
= ''
-
-
$description
: string
= ''
-
observableGauge()
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
= ''
-
upDownCounter()
public
upDownCounter(string $name[, string $unit = '' ][, string $description = '' ]) : UpDownCounter
Parameters
-
$name
: string
-
-
$unit
: string
= ''
-
-
$description
: string
= ''
-